mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix double-negative in room naming
This commit is contained in:
parent
d724b6bf75
commit
885e6797f2
|
|
@ -235,7 +235,7 @@ choose a name:
|
||||||
|
|
||||||
See https://matrix.org/jira/browse/SPEC-267 for further discussion.
|
See https://matrix.org/jira/browse/SPEC-267 for further discussion.
|
||||||
|
|
||||||
#. If the room has no non-empty ``m.room.name`` or ``m.room.canonical_alias``
|
#. If the room has no valid ``m.room.name`` or ``m.room.canonical_alias``
|
||||||
event, and no active members other than the current user, clients should
|
event, and no active members other than the current user, clients should
|
||||||
consider ``m.room.member`` events with ``membership: leave``. If such events
|
consider ``m.room.member`` events with ``membership: leave``. If such events
|
||||||
exist, a display name such as "Empty room (was <user1> and <N> others)" (or
|
exist, a display name such as "Empty room (was <user1> and <N> others)" (or
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue