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
{{ message }}
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
Client used (if applicable): curl, Element Desktop
Description
The room creation endpoint /_matrix/client/v3/createRoom accepts an optional list of accounts to invite to the newly created room.
When I invite somebody via this endpoint, their displayname shows as that of the inviter rather than invitee.
(sorry for poor wording, see "steps to reproduce" below, they are much more clear)
Notice "displayname": "test1" part. The actual displayname for @anton:rendezvous.anton.molyboha.me is unset, so I expected "displayname" field to either be absent or to say "anton".
The text was updated successfully, but these errors were encountered:
Background information
go version
: 1.21.5Description
The room creation endpoint /_matrix/client/v3/createRoom accepts an optional list of accounts to invite to the newly created room.
When I invite somebody via this endpoint, their displayname shows as that of the inviter rather than invitee.
(sorry for poor wording, see "steps to reproduce" below, they are much more clear)
Steps to reproduce
Notice
"displayname": "test1"
part. The actual displayname for@anton:rendezvous.anton.molyboha.me
is unset, so I expected "displayname" field to either be absent or to say "anton".The text was updated successfully, but these errors were encountered: