You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-> When the new member sends a message into the group Bob's device replaces it with an error message [The message was sent by non-verified contact. Re-download the message or see 'Info' for more details].
-> The solution for Bob is to update Delta Chat, then he'll see the messages normally again.
We want to improve backwards compatibility by sending a Chat-Verified header iff:
the group chat was protected before (can be checked with SELECT protected FROM chats WHERE id=?)
AND all members are verified
Then member-additions can still fail if Alice doesn't have the new member as verified, but this will be a lot rarer.
#7116 may potentially break group-addition if one side uses an older Delta Chat version.
Steps to reproduce:
[The message was sent by non-verified contact. Re-download the message or see 'Info' for more details].We want to improve backwards compatibility by sending a Chat-Verified header iff:
SELECT protected FROM chats WHERE id=?)Then member-additions can still fail if Alice doesn't have the new member as verified, but this will be a lot rarer.