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
While creating a room, its possible to set an alias without any restrictions for the local part.
The settings dialog on the other and does not allow slashes in additional aliases.
While creating a room, its possible to set an alias without any restrictions for the local part.
The settings dialog on the other and does not allow slashes in additional aliases.
According to https://github.com/matrix-org/matrix-doc/issues/668 slashes should be allowed.
Both places should use the same alias validation function for a consistent user experience.
matrix-react-sdk/src/components/views/dialogs/CreateRoomDialog.js
matrix-react-sdk/src/components/views/room_settings/AliasSettings.js
the error dialog should state what a valid alias is. right now it just says:
Invalid alias format: 'a/b/c/d/e/f' is not a valid format for an alias.
The text was updated successfully, but these errors were encountered: