File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
changelogs/client_server/newsfragments
content/client-server-api Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ Fix the maximum event size restriction (65535 bytes -> 65536).
Original file line number Diff line number Diff line change @@ -1447,7 +1447,7 @@ following fields.
14471447
14481448### Size limits
14491449
1450- The complete event MUST NOT be larger than 65535 bytes, when formatted
1450+ The complete event MUST NOT be larger than 65536 bytes, when formatted
14511451as a [ PDU for the Server-Server
14521452protocol] ( /server-server-api/#pdus ) , including any
14531453signatures, and encoded as [ Canonical
@@ -1463,7 +1463,7 @@ There are additional restrictions on sizes per key:
14631463
14641464Some event types have additional size restrictions which are specified
14651465in the description of the event. Additional keys have no limit other
1466- than that implied by the total 65 KB limit on events.
1466+ than that implied by the total 64 KiB limit on events.
14671467
14681468### Room Events
14691469
You can’t perform that action at this time.
0 commit comments