mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 14:44:10 -04:00
Add admin API to list users' local media (#8647)
Add admin API `GET /_synapse/admin/v1/users/<user_id>/media` to get information of users' uploaded files.
This commit is contained in:
parent
24229fac05
commit
9b7c28283a
8 changed files with 494 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
INSERT INTO background_updates (update_name, progress_json) VALUES
|
||||
('users_have_local_media', '{}');
|
Loading…
Add table
Add a link
Reference in a new issue