mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Follow-up to #9915 to correct the identifier for room types.
This commit is contained in:
parent
d783880083
commit
70f0ffd2fc
@ -176,7 +176,7 @@ class EventContentFields:
|
|||||||
SELF_DESTRUCT_AFTER = "org.matrix.self_destruct_after"
|
SELF_DESTRUCT_AFTER = "org.matrix.self_destruct_after"
|
||||||
|
|
||||||
# cf https://github.com/matrix-org/matrix-doc/pull/1772
|
# cf https://github.com/matrix-org/matrix-doc/pull/1772
|
||||||
ROOM_TYPE = "m.type"
|
ROOM_TYPE = "type"
|
||||||
MSC1772_ROOM_TYPE = "org.matrix.msc1772.type"
|
MSC1772_ROOM_TYPE = "org.matrix.msc1772.type"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user