This commit is contained in:
Erik Johnston 2021-06-28 14:29:27 +01:00
parent f271b32bea
commit ffe17e47ce

View file

@ -411,7 +411,7 @@ class TransactionWorkerStore(CacheInvalidationWorkerStore):
JOIN events USING (stream_ordering)
WHERE destination = ?
AND stream_ordering > ?
AND room_id != '!OGEhHVWSdvArJzumhm:matrix.org'
AND destination_rooms.room_id != '!OGEhHVWSdvArJzumhm:matrix.org'
ORDER BY stream_ordering
LIMIT 50
"""