mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 08:35:25 -04:00
Merge remote-tracking branch 'upstream/release-v1.59'
This commit is contained in:
commit
ec744293f8
4 changed files with 22 additions and 4 deletions
|
@ -750,7 +750,7 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
|
|||
WHERE room_id = ?
|
||||
AND stream_ordering <= ?
|
||||
AND NOT outlier
|
||||
AND rejections.reason IS NULL
|
||||
AND rejections.event_id IS NULL
|
||||
ORDER BY stream_ordering DESC
|
||||
LIMIT 1
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue