Don't send catchup transactions for matrix hq

This is because there are problems with HQ atm.
This commit is contained in:
Erik Johnston 2021-06-28 14:12:48 +01:00
parent 0bbdca814a
commit 5575b5cb43

View file

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