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
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:
This issue was originally created by @anton-molyboha at matrix-org/dendrite#3348.
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: