Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust user current location length limit #11527

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

nanaya
Copy link
Collaborator

@nanaya nanaya commented Oct 3, 2024

Some characters are encoded (like >) and thus may end up exceeding table column limit if repeated (30 × 4 is 120, the limit is 100).

The alternative would be to just skip html entity encoding altogether... That'd need to migrate current data and make sure nothing outside osu-web is using it directly from the db.

@notbakaneko notbakaneko merged commit 782c046 into ppy:master Oct 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants