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

fix(Db): Allow guest displaynames with a length of up to 255 chars #4420

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

blizzz
Copy link
Member

@blizzz blizzz commented Jan 28, 2025

Summary

Changes DB field for guest displaynames from 64 to 255 bytes. Useful in federated setups.

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Documentation (manuals or wiki) has been updated or is not required

@blizzz blizzz added bug Something isn't working 3. to review Ready to be reviewed labels Jan 28, 2025
@blizzz blizzz force-pushed the fix/4389/enlarge-displayname branch 2 times, most recently from 1986502 to 6130ecf Compare January 28, 2025 21:35
@juliusknorr
Copy link
Member

Meanwhile composer files were dropped

useful in federated setup

Signed-off-by: Arthur Schiwon <[email protected]>
@blizzz blizzz force-pushed the fix/4389/enlarge-displayname branch from 6130ecf to 419386c Compare January 30, 2025 10:47
@blizzz
Copy link
Member Author

blizzz commented Jan 30, 2025

Meanwhile composer files were dropped

👍 Rebased, now it's only the migration files.

@blizzz blizzz merged commit ed3d8c4 into main Jan 30, 2025
68 checks passed
@blizzz blizzz deleted the fix/4389/enlarge-displayname branch January 30, 2025 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Ready to be reviewed bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase guest_displayname to 255 characters
2 participants