element-synapse/synapse/storage
Devon Hudson 987b61a92b
Revert "Add an Admin API endpoint for listing quarantined media (#19268)" (#19351)
Fixes #19349 

This reverts commit 3f636386a6
(https://github.com/element-hq/synapse/pull/19268) as the DB migration
was taking too long and blocking media access while it happened.

See https://github.com/element-hq/synapse/issues/19349 for further
information.

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [X] Pull request is based on the develop branch
* [X] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [X] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct (run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))

---------

Co-authored-by: Travis Ralston <travpc@gmail.com>
2026-01-06 21:37:23 +00:00
..
controllers Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
databases Revert "Add an Admin API endpoint for listing quarantined media (#19268)" (#19351) 2026-01-06 21:37:23 +00:00
engines Remove support for PostgreSQL 13 (#19170) 2025-11-13 19:38:59 +00:00
schema Revert "Add an Admin API endpoint for listing quarantined media (#19268)" (#19351) 2026-01-06 21:37:23 +00:00
util Improve documentation around streams, particularly ID generators and adding new streams. (#18943) 2025-11-10 13:07:22 +00:00
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
_base.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
admin_client_config.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
background_updates.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
database.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
invite_rule.py Implement MSC4380: Invite blocking (#19203) 2025-11-26 16:12:14 +00:00
keys.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
prepare_database.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
push_rule.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
roommember.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
types.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00