-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Regression: Room Addresses in the room settings no longer displays a list of aliases #12389
Labels
Comments
It's a feature in synapse 1.10 as a temporary solution for the alias spam that has happened in #matrix:matrix.org and some other rooms recently |
That's annoying, what is the plan for fixing it? |
Huh, that's actually a great proposal, thank you for all the work you put into this :D |
related: #12337 |
t3chguy
pushed a commit
that referenced
this issue
Oct 17, 2024
* `DecryptionFailureTracker`: stronger typing Use `DecryptionFailureCode` rather than string * `DecryptionFailureTracker`: remove use of `DecryptionError` The second argument to `MatrixEventEvent.Decrypted` callbacks is deprecatedf, and we can get the info we need direct from the event. This means that we no longer need to reference the internal `DecryptionError` class in the js-sdk. * `DecryptionFailureTracker`: use a different Posthog code for historical UTDs * Update for new UTD error codes
We support the alt aliases API now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In all of my joined rooms, the Room Addresses part of the room settings is missing the list of local addresses, stating "This room has no local addresses", despite the fact they have canonical aliases as well as some other aliases.
Steps to reproduce
Version information
For the web app:
The text was updated successfully, but these errors were encountered: