Tweaks based on feedback
This commit is contained in:
parent
61b8664286
commit
3b35e95630
1 changed files with 2 additions and 2 deletions
|
@ -449,8 +449,8 @@ resulting in missing information on the receiving home server.
|
||||||
|
|
||||||
For federation, these problems can be resolved by sending the
|
For federation, these problems can be resolved by sending the
|
||||||
``m.room.member`` event as they are in v1 (with ``displayname`` and
|
``m.room.member`` event as they are in v1 (with ``displayname`` and
|
||||||
``avatar_url`` in the ``content``). They *have* to be sent in the
|
``avatar_url`` in the ``content``). These keys need to be signed so
|
||||||
``content`` as this information needs to be signed. The receiving home
|
they cannot be in the ``unsigned`` part of the event. The receiving home
|
||||||
server will then extract these keys and create a server-generated
|
server will then extract these keys and create a server-generated
|
||||||
``m.room.member.profile`` event. To avoid confusion with duplicate
|
``m.room.member.profile`` event. To avoid confusion with duplicate
|
||||||
information, the ``avatar_url`` and ``displayname`` keys should be
|
information, the ``avatar_url`` and ``displayname`` keys should be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue