This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Room creations denied by user_may_create_room
should cause a M_FORBIDDEN
error to be returned, not M_UNKNOWN
#11245
Labels
good first issue
Good for newcomers
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
Description:
0. Have a Synapse module that prevents you from creating a room.
Actual
HTTP 403 on
POST /_matrix/client/r0/createRoom
The UI is unsure what to tell the user, making it seem like this could succeed on retry:
Expected
The Matrix errcode
M_FORBIDDEN
would be more specific and fits the error message.The text was updated successfully, but these errors were encountered: