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

Add isPublic field to RoomSummary #3292

Closed
elghrabi opened this issue May 6, 2021 · 2 comments
Closed

Add isPublic field to RoomSummary #3292

elghrabi opened this issue May 6, 2021 · 2 comments
Assignees
Labels
Sponsored T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements Z-parity-with-web

Comments

@elghrabi
Copy link

elghrabi commented May 6, 2021

Field needs to be added in RoomSummary so we can know if a room is public or not

EDIT

We will take the opportunity to display this information in the timeline, as per Element Web:

image

The picto "world" is displayed if and and only if the join rule is equal to "public". Ref: https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/components/views/avatars/DecoratedRoomAvatar.tsx#L93-L97

@elghrabi elghrabi added the T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements label May 6, 2021
@bmarty
Copy link
Member

bmarty commented May 6, 2021

@bmarty
Copy link
Member

bmarty commented May 10, 2021

Implemented in Element Android and it's SDK 1.1.7

@bmarty bmarty closed this as completed May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sponsored T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements Z-parity-with-web
Projects
None yet
Development

No branches or pull requests

2 participants