Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 70f0ffd

Browse files
committed
Follow-up to #9915 to correct the identifier for room types.
1 parent d783880 commit 70f0ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class EventContentFields:
176176
SELF_DESTRUCT_AFTER = "org.matrix.self_destruct_after"
177177

178178
# cf https://github.com/matrix-org/matrix-doc/pull/1772
179-
ROOM_TYPE = "m.type"
179+
ROOM_TYPE = "type"
180180
MSC1772_ROOM_TYPE = "org.matrix.msc1772.type"
181181

182182

0 commit comments

Comments
 (0)