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
Rooms can be given an alias when created via :create ++alias=localpart, but there's not a way to add them to existing rooms, or to modify which alias is the canonical alias.
The text was updated successfully, but these errors were encountered:
This commit solves ulyssa#50 by providing a way to:
- Set the canonical alias of a room (destroying the previous one if any)
- Unset the canonical alias of a room (destroying the previous one if
any)
- Add an alternative alias to a room
- Delete an alternative alias to a room (destroying it afterwards)
Signed-off-by: lymkwi <lymkwi@vulpinecitrus.info>
Rooms can be given an alias when created via
:create ++alias=localpart
, but there's not a way to add them to existing rooms, or to modify which alias is the canonical alias.The text was updated successfully, but these errors were encountered: