docs-matrix-spec/changelogs/client_server/newsfragments/3669.clarification
Aaron Raimist ac4a296e4c Remove unenforced size limit on room names (#3669)
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>
2022-05-09 01:28:17 -06:00

1 line
No EOL
73 B
Text

Remove unenforced size limit on the `name` field of `m.room.name` events.