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

Altered group name not applied/updated for rejoined members #6412

Open
gerryfrancis opened this issue Jan 6, 2025 · 0 comments · May be fixed by #6414
Open

Altered group name not applied/updated for rejoined members #6412

gerryfrancis opened this issue Jan 6, 2025 · 0 comments · May be fixed by #6414
Assignees
Labels
bug Something is not working

Comments

@gerryfrancis
Copy link
Contributor

gerryfrancis commented Jan 6, 2025

  • 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.

@iequidoo iequidoo added the bug Something is not working label Jan 7, 2025
@iequidoo iequidoo self-assigned this Jan 7, 2025
iequidoo added a commit that referenced this issue Jan 7, 2025
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.
iequidoo added a commit that referenced this issue Jan 7, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants