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

Regression: Room Addresses in the room settings no longer displays a list of aliases #12389

Closed
hellcp opened this issue Feb 16, 2020 · 6 comments
Labels

Comments

@hellcp
Copy link

hellcp commented Feb 16, 2020

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

  • Go to any room in your room list
  • Click on the settings
  • See the list of aliases missing

Screenshot from 2020-02-16 16-40-48

Version information

  • Platform: web

For the web app:

  • Browser: Firefox 72.0.2
  • OS: openSUSE Tumbleweed 20200211
  • URL: riot.im/develop/ and riot.im/app/
@tulir
Copy link
Contributor

tulir commented Feb 16, 2020

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

@hellcp
Copy link
Author

hellcp commented Feb 16, 2020

That's annoying, what is the plan for fixing it?

@hellcp
Copy link
Author

hellcp commented Feb 16, 2020

Huh, that's actually a great proposal, thank you for all the work you put into this :D

@richvdh
Copy link
Member

richvdh commented Feb 19, 2020

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
@t3chguy
Copy link
Member

t3chguy commented Nov 14, 2024

We support the alt aliases API now

@t3chguy t3chguy closed this as completed Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants