mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-28 01:53:43 +01:00
Fixes #3641 The spec says the name field in m.room.name events must not exceed 255 bytes but no servers actually enforce this over the C-S API. Clients should probably already be truncating room names to an appropriate length for their user interface. Signed-off-by: Aaron Raimist <aaron@raim.ist>
1 line
73 B
Plaintext
1 line
73 B
Plaintext
Remove unenforced size limit on the `name` field of `m.room.name` events. |