Fix SQL
parent
f271b32bea
commit
ffe17e47ce
|
@ -411,7 +411,7 @@ class TransactionWorkerStore(CacheInvalidationWorkerStore):
|
||||||
JOIN events USING (stream_ordering)
|
JOIN events USING (stream_ordering)
|
||||||
WHERE destination = ?
|
WHERE destination = ?
|
||||||
AND stream_ordering > ?
|
AND stream_ordering > ?
|
||||||
AND room_id != '!OGEhHVWSdvArJzumhm:matrix.org'
|
AND destination_rooms.room_id != '!OGEhHVWSdvArJzumhm:matrix.org'
|
||||||
ORDER BY stream_ordering
|
ORDER BY stream_ordering
|
||||||
LIMIT 50
|
LIMIT 50
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue