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
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
The text was updated successfully, but these errors were encountered:
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
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.
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
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
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: