mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-10 21:34:10 +02:00
add thought about splitting events
This commit is contained in:
parent
43ae6ad7c1
commit
e00eff567a
|
|
@ -67,6 +67,10 @@ nested within it.
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
XXX: alternatively, perhaps all the rooms and subgroups should be their own
|
||||||
|
state event with a unique state key, ensuring that this can scale to large
|
||||||
|
groups and doesn't have to be edited atomically.
|
||||||
|
|
||||||
Name, Topic, Membership etc share the same events as a normal room.
|
Name, Topic, Membership etc share the same events as a normal room.
|
||||||
|
|
||||||
The flair for a group is given by the room avatar.
|
The flair for a group is given by the room avatar.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue