-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Invites don't show the name or alias of the room you are being invited to. #321
Comments
Fixed in matrix-org/matrix-react-sdk@8edfd60 |
This is still broken - @matthew:matrix.org sent an invite to @Matthew2:matrix.org to join #test:matrix.org (via '/invite @Matthew2:matrix.org' from Vector whilst in the room). The invite was shown in matthew2's vector as "Invite from @matthew:matrix.org" rather than "Invite to #test:matrix.org". Separately, the push notification that matthew2 received leaked an ugly room ID. |
This looks to be a serverside issue - we simply don't receive the data from synapse :( @NegativeMjark - please can you get this on your radar or bounce it to @erikjohnston or whoever got it wrong first time.
|
According to the spec, the following event types are passed through:
|
So basically this is a server bug to say "please provide a random alias if there's no canonical one"? |
I don't think the server should lie and fabricate a fake The general case will never produce what is happening to The reason why tl;dr - Add |
I don't believe this is a vector issue any longer. Will leave this for a bit then close. |
ok. will raise as syn issue |
Raised as SYN-551 |
Instead they show only the name of the person who has invited you. In the main room list, I suggest we show the name of the room as it would appear in Recents. On the 'join' screen we would then be told who actually invited you.
The text was updated successfully, but these errors were encountered: