-
Notifications
You must be signed in to change notification settings - Fork 126
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
Feature Wishlist - More API Calls #100
Comments
PR: #73
Merged: 26b8cea, 3d4f45d |
`/_matrix/client/r0/publicRooms` Related: Awesome-Technologies#100 Missing feature: Pagination Pagiation is not easy because of special token for next and previous results. https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-publicrooms `next_batch` and `prev_batch`
@PC-Admin can you update what you are still missing? |
I believe from the above list i made these are still missing: quarantine_users_media()
quarantine_media_in_room()
This projects been making good progress recently. :) Edited cheers @dklimpel |
It would be nice to be able to Purge Remote Media API |
It would be nice also to include synapse-compress-state and be able to launch this tool time to time form within synapse-admin. |
Some features from my own moderation tool (https://github.com/PC-Admin/PC-Admins-Synapse-Moderation-Tool/blob/master/modtool.py) that are currently missing from 'Synapse Admin':
list_joined_rooms() [Apparently in progress: #73]
quarantine_users_media()
list_directory_rooms()
remove_rooms_from_directory()
list_media_in_room()
quarantine_media_in_room()
purge_room() [Deprecated as of Synapse 1.25.0]
Lesser importance would be creating/deleting multiple accounts, maybe even purging the remote media repo:
Writing this as a reminder to myself to write you a couple PR's eventually. :) If anyone else feels inspired by it though that's cool too! Sorry if this isn't the best place to post this.
The text was updated successfully, but these errors were encountered: