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

Invite room name has the sender name, then the real room name #17763

Closed
Hywan opened this issue Sep 25, 2024 · 1 comment
Closed

Invite room name has the sender name, then the real room name #17763

Hywan opened this issue Sep 25, 2024 · 1 comment

Comments

@Hywan
Copy link
Member

Hywan commented Sep 25, 2024

Description

Alice creates a room with invitation to Bob. Alice renames the room. Bob receives an invitation with the sender being the room name. Bob accepts the invite, and the room gets its real name.

Steps to reproduce

  • Alice creates a room with invitation to Bob.
  • Alice changes the room name to Coucou
  • Bob receives an invitation
  • Bob checks the invite room name, it's Alice
  • Bob accepts the invite: the room name is renamed to Coucou

This bug was already present in the sliding sync proxy, and continues to be present now with Synapse + sliding sync. The sliding sync proxy was probably forwarding events from Synapse, which might explain this situation.

Homeserver

local, synapse v1.114

Synapse Version

1.114

Installation Method

Docker (matrixdotorg/synapse)

Database

postgresql I suppose

Workers

Single process

Platform

container on maCOS

Configuration

No response

Relevant log output

Bob should see _Coucou_ as the room name at all steps

Anything else that would be useful to know?

No response

@Hywan Hywan changed the title Invite room name has not the sender name, then the real room name Invite room name has the sender name, then the real room name Sep 25, 2024
@Hywan
Copy link
Member Author

Hywan commented Sep 25, 2024

The invite event doesn't contain the new name, which is normal. Either the room must be created with the correct name directly, or Bob has to wait for the new name to come. Closing.

@Hywan Hywan closed this as completed Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant