feat: Group and broadcast channel descriptions#7829
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: