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

Extend the room list with further attributes #43

Merged

Conversation

dklimpel
Copy link
Contributor

@dklimpel dklimpel commented May 23, 2020

Add further attributes:

  • is_encrypted
  • federatable
  • public
  • state_events
  • version
  • joined_local_members

Also add the ability to sort.

API was added by synapse v1.13.0.

Fixes: #10

Add further attributes:
- is_encrypted
- federatable
- public
- state_events
- version
- joined_local_members

Also add the ability to sort.

API was added by synapse v1.13.0.
@awesome-michael
Copy link
Member

Hey, thanks for your contribution. We would suggest that the encrypted status is not displayed as text but with an icon. Maybe a red open padlock for unencrypted and a green closed one for encrypted rooms in front of every row?
If you don't want to put further effort into this PR I could add the changes.

@dklimpel
Copy link
Contributor Author

Feel free to improve the PR or add functions. An icon is certainly better for usability.
We can also discuss which attributes in the list are useful or necessary.

@awesome-michael awesome-michael merged commit 2fc75cd into Awesome-Technologies:master Jul 3, 2020
@dklimpel dklimpel deleted the extend_room_list branch July 3, 2020 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show room events count for filtering rooms by size in database
2 participants