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

Implement MSC2432: Alias semantics #12337

Closed
8 tasks done
richvdh opened this issue Feb 12, 2020 · 6 comments
Closed
8 tasks done

Implement MSC2432: Alias semantics #12337

richvdh opened this issue Feb 12, 2020 · 6 comments

Comments

@richvdh
Copy link
Member

richvdh commented Feb 12, 2020

We've got yet another idea for how to implement alias semantics, documented in https://docs.google.com/document/d/1NNDkobiFLeUkJtyj0H6qvKIedgvIkZnFKo78-03cGEk and MSC2432.

Here are the things I think need doing in Riot (et al):

  • stop formatting m.room.aliases events specially in timelines
  • stop considering m.room.aliases events for room names
  • Update Room Settings UI to:
    • remove display of m.room.aliases, since they are now meaningless
    • let users see all the aliases for the room on the local server
    • hide local aliases behind an ‘advanced’ disclosure or something, just to help hide obnoxious local ones by default unless you’re really hunting for them
    • let users see the current "main" and "alternative" aliases from the m.room.canonical_aliases list
    • let mods twiddle the list of advertised aliases and send updated canonical_aliases events
@richvdh
Copy link
Member Author

richvdh commented Feb 12, 2020

The synapse side of this is matrix-org/synapse#6898.

@turt2live turt2live changed the title Implement MSC2432 Implement MSC2432: Alias semantics Feb 12, 2020
@jryans
Copy link
Collaborator

jryans commented Feb 18, 2020

We'll start with updating the local aliases as a subset of this in #12408.

@bwindels
Copy link
Contributor

Already started working on editing alt_aliases on branch bwindels/altaliases fwiw. Parked it now as it is not priority.

@bwindels
Copy link
Contributor

bwindels commented Mar 9, 2020

PRs are out for all of the above checkboxes, but doing a search for m.room.aliases in the code shows still quite a few occurrences. Need to go back to cross-signing now, but we might want to clean that up at some point.

@bwindels
Copy link
Contributor

Filed #12680 to track the remaining cleanup, closing this.

@richvdh
Copy link
Member Author

richvdh commented Mar 17, 2020

\o/ thanks bruno!

t3chguy pushed a commit that referenced this issue Oct 17, 2024
* Fix TAC hover state

* Add playwright test

* Update playwright snapshot after last compound style changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants