|
|
@ -7,8 +7,9 @@ description: |-
|
|
|
|
is a human-friendly string designed to be displayed to the end-user. The
|
|
|
|
is a human-friendly string designed to be displayed to the end-user. The
|
|
|
|
room name is not unique, as multiple rooms can have the same room name set.
|
|
|
|
room name is not unique, as multiple rooms can have the same room name set.
|
|
|
|
|
|
|
|
|
|
|
|
A room with an ``m.room.name`` event with an absent or empty ``name`` field
|
|
|
|
A room with an ``m.room.name`` event with an absent, null, or empty
|
|
|
|
should be treated the same as a room with no ``m.room.name`` event.
|
|
|
|
``name`` field should be treated the same as a room with no ``m.room.name``
|
|
|
|
|
|
|
|
event.
|
|
|
|
|
|
|
|
|
|
|
|
An event of this type is automatically created when creating a room using
|
|
|
|
An event of this type is automatically created when creating a room using
|
|
|
|
``/createRoom`` with the ``name`` key.
|
|
|
|
``/createRoom`` with the ``name`` key.
|
|
|
|