Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support adding new aliases to a room #50

Closed
ulyssa opened this issue Mar 6, 2023 · 1 comment
Closed

Support adding new aliases to a room #50

ulyssa opened this issue Mar 6, 2023 · 1 comment
Labels
admin Issues related to room, space and homeserver administration
Milestone

Comments

@ulyssa
Copy link
Owner

ulyssa commented Mar 6, 2023

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.

@ulyssa ulyssa added this to the v0.0.10 milestone Jul 7, 2023
@ulyssa ulyssa added the admin Issues related to room, space and homeserver administration label Apr 13, 2024
Lymkwi added a commit to Lymkwi/iamb that referenced this issue May 1, 2024
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>
@ulyssa
Copy link
Owner Author

ulyssa commented Aug 1, 2024

Fixed by @Lymkwi in #279.

@ulyssa ulyssa closed this as completed Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin Issues related to room, space and homeserver administration
Projects
None yet
Development

No branches or pull requests

1 participant