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

Show if a room is listed in the directory #2169

Open
kittykat opened this issue Nov 1, 2023 · 1 comment
Open

Show if a room is listed in the directory #2169

kittykat opened this issue Nov 1, 2023 · 1 comment
Labels
App: ElementX Android App: ElementX iOS Rust: Medium SDK tasks require more Rust knowledge but they are achievable with support from SDK experts T-Enhancement X-Needs-Design

Comments

@kittykat
Copy link
Contributor

kittykat commented Nov 1, 2023

Your use case

What would you like to do?

As a room owner, I want to know if the room is listed in the directory or not

Why would you like to do it?

For privacy

How would you like to achieve it?

Setting in the group detail

Have you considered any alternatives?

No response

Additional context

Internal reference iOSX-15

@jplatte
Copy link

jplatte commented Nov 21, 2023

Looks like this requires use of the first two endpoints specified in https://spec.matrix.org/latest/client-server-api/#listing-rooms. A little bit weird that this isn't part of room state such as aliases and other room settings. Shouldn't be hard to add to RoomInfo on the Rust side, but we'll never be able to know whether this piece of information is stale or still up-to-date (so I guess we'd have to make the apps request it be refreshed whenever they open the settings).

@jplatte jplatte added the Rust: Medium SDK tasks require more Rust knowledge but they are achievable with support from SDK experts label Nov 21, 2023
@manuroe manuroe removed the Z-Schedule label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App: ElementX Android App: ElementX iOS Rust: Medium SDK tasks require more Rust knowledge but they are achievable with support from SDK experts T-Enhancement X-Needs-Design
Projects
None yet
Development

No branches or pull requests

3 participants