Fix SQL
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user