mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 06:14:56 -04:00
Add a constant for m.federate. (#10775)
This commit is contained in:
parent
66d72b7e17
commit
0288e6033b
8 changed files with 28 additions and 10 deletions
|
@ -198,6 +198,9 @@ class EventContentFields:
|
|||
# cf https://github.com/matrix-org/matrix-doc/pull/1772
|
||||
ROOM_TYPE = "type"
|
||||
|
||||
# Whether a room can federate.
|
||||
FEDERATE = "m.federate"
|
||||
|
||||
# The creator of the room, as used in `m.room.create` events.
|
||||
ROOM_CREATOR = "creator"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue