You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when I accidentally add a room with a format of 'alias' instead of '#alias:server' I got this generic error
The client should be able to tell the user that their format is wrong even before sending the request to the server.
I only discovered the real problem after checking the server log:
SynapseError: 400 - Expected RoomAlias string to start with '#'
The text was updated successfully, but these errors were encountered:
Description
Currently, when I accidentally add a room with a format of 'alias' instead of '#alias:server' I got this generic error
The client should be able to tell the user that their format is wrong even before sending the request to the server.
I only discovered the real problem after checking the server log:
The text was updated successfully, but these errors were encountered: