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
Operating System (Linux/Mac/Windows/iOS/Android):
Android 15.
Delta Chat Version:
1.50.4 (beta).
Expected behavior:
After a former member has rejoined a group, a possibly altered group name shall be applied/updated at the client.
Actual behavior:
After a former member has rejoined a group, a possibly altered group name is not applied/updated at the client.
Steps to reproduce the problem:
Assuming that Alice and Bob are members of a group:
-- Bob leaves the group.
-- Alice renames the group.
-- Bob rejoins the group. (Result: The altered group name does not show up for Bob, the former name remains.)
Screenshots:
N/A.
Logs:
N/A.
Credits:
adb, Raiden.
The text was updated successfully, but these errors were encountered:
before rejoining. Obviously it should be, the same for existing members if they missed a message
actually changing the group name. The only thing is that we don't add a system message
(`MsgGrpNameChangedBy`) in this case because we don't want to blame anyone.
Updating the group name on self-additions and missing messages was forgotten. The only thing is that
we don't add a system message (`MsgGrpNameChangedBy`) in these cases because we don't want to blame
anyone.
Operating System (Linux/Mac/Windows/iOS/Android):
Android 15.
Delta Chat Version:
1.50.4 (beta).
Expected behavior:
After a former member has rejoined a group, a possibly altered group name shall be applied/updated at the client.
Actual behavior:
After a former member has rejoined a group, a possibly altered group name is not applied/updated at the client.
Steps to reproduce the problem:
Assuming that Alice and Bob are members of a group:
-- Bob leaves the group.
-- Alice renames the group.
-- Bob rejoins the group. (Result: The altered group name does not show up for Bob, the former name remains.)
Screenshots:
N/A.
Logs:
N/A.
Credits:
adb, Raiden.
The text was updated successfully, but these errors were encountered: