-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Pills, autocomplete, etc all don't work without alias events #12364
Comments
Also the cache becomes outdated when aliases change, so pointing at a new room doesn't work. |
also affects autocomplete. |
on the subject of pills: related to #430 |
why do we need |
So that when someone sends |
aiui: the current plan here is to forge ahead with #12337 |
So which alias should we use for pills? The canonical alias, if any, otherwise the first of |
for autocomplete: complete for all aliases (alt_aliases, canonical, and local aliases) |
^this should be pretty much what we already do ftr |
After some discussion on #msc2432:matrix.org, I didn't add local alias support to pills and autocomplete. The label of a pill will be left alone though for a local alias and will still appear in a pill (albeit without avatar), see linked PRs. |
* Use test helpers from js-sdk for encrypted events Rather than gut-wrenching into the matrix-js-sdk, let's use the newly-exported test helpers to generate encrypted events. * Fix up
The spec says we shouldn't rely on
m.room.aliases
, but we need them to render pills.The text was updated successfully, but these errors were encountered: