This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/createRoom creates an empty room when there is an error sending events #8895
Labels
A-Create-Room
P4
(OBSOLETE: use S- labels.) Okay backlog: will not schedule, will accept patches
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Comments
yeah I think this is closely related to #8625: it boils down to the fact that |
richvdh
changed the title
Synapse createRoom 413 creates an Empty room
/createRoom creates an empty room when there is an error sending events
Aug 1, 2022
Per #13427: the same happens if you hit the rate-limiter. |
richvdh
added
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
P4
(OBSOLETE: use S- labels.) Okay backlog: will not schedule, will accept patches
S-Minor
Blocks non-critical functionality, workarounds exist.
A-Create-Room
and removed
z-bug
(Deprecated Label)
z-p2
(Deprecated Label)
labels
Aug 1, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A-Create-Room
P4
(OBSOLETE: use S- labels.) Okay backlog: will not schedule, will accept patches
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
If somehow your createRoom request is too large, like if for example you send a base64 encoded avatar instead of an mxc URL (wrongly) then the request fails with a 413 but a new Empty room is created and sent to the user with none of the parameters the user asked for.
Example request payload:
(avatar truncated Github would not let me post)
Expectation: Empty room is not created.
Possibly related to #8625 but am operating in Monolith mode.
The text was updated successfully, but these errors were encountered: