-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Public room directory response should allow for extra fields #694
Comments
any JSON response can be extended with a namespaced key - what is the ask here? |
I think we might want to create a meta-issue or label to deal with improving the public room directory and explorer. I found the following other issues so far:
What I would find useful to see next to each result at the
It would be worth it to provide a search filter for some of these as well. |
In an ideal world, the room directory just disappears and becomes room peeking and/or a space. That is significantly harder than defining some |
The public room directory response currently allows a static set of keys for each room entry. It would be good to be able to extend this field-set optionally without having to go off spec, in the same way we allow events to be of any
type
and contain anycontent
.For instance, information from MSC2346 could be included to announce bridges in public rooms. Being able to include arbitrary state would be useful. While this information would be impossible to verify, it's no worse than already trusting the avatar/topic/name.
The text was updated successfully, but these errors were encountered: