-
-
Notifications
You must be signed in to change notification settings - Fork 120
feat: Group and broadcast channel descriptions #7829
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
Conversation
0480be1 to
01df608
Compare
1e21677 to
a2ba0e4
Compare
|
Hang on, there is a bug that the group description isn't sent with the first message into an unpromoted group |
…et_chat_description()
The problem was inconsistent timestamp smearing: Alice sent description updates with unsmeared timestamps. This led Bob to reject description updates as "older" than his current group state.
…nd_description_changes
8ce6bac to
1c91218
Compare
|
@adbenitez @nicodh if you were testing this already with a live account, then you will need to delete it, and restore from a backup or another device, because I did a rebase, changing the migration. |
I'm not sure - so if there is a table chats_descriptions the migration was already applied and the accounts needs to be restored, correct? |
Yes. |
Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com>
fix #7766
Implementation notes: