Switch list quarantined media API to use max to_id instead of current#19677
Merged
Switch list quarantined media API to use max to_id instead of current#19677
Conversation
3 tasks
| @@ -0,0 +1 @@ | |||
| Add a ["Listing quarantined media changes" Admin API](https://element-hq.github.io/synapse/latest/admin_api/media_admin_api.html#listing-quarantined-media-changes) for retrieving a paginated record of when media became (un)quarantined. No newline at end of file | |||
Contributor
There was a problem hiding this comment.
Matches the changelog from #19558 so they merge
👍
Co-authored-by: Eric Eastwood <erice@element.io>
MadLittleMods
approved these changes
Apr 9, 2026
turt2live
commented
Apr 9, 2026
Co-authored-by: Eric Eastwood <madlittlemods@gmail.com> Co-authored-by: Travis Ralston <travpc@gmail.com>
Co-authored-by: Eric Eastwood <erice@element.io>
Co-authored-by: Eric Eastwood <erice@element.io>
MadLittleMods
referenced
this pull request
Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following up on #19558 (comment)
Changelog for this PR is intended to overlap with the above PR.
get_current_quarantined_media_stream_idwasn't being used anywhere else, so we can replace it like we do in this PR.Pull Request Checklist
EventStoretoEventWorkerStore.".code blocks.