forked-synapse/synapse/storage
Erik Johnston a2e0d4cd60
Fix rare bug that broke looping calls (#16210)
* Fix rare bug that broke looping calls

We can't interact with the reactor from the main thread via looping
call.

Introduced in v1.90.0 / #15791.

* Newsfile
2023-08-30 14:18:42 +01:00
..
controllers Rename pagination&purge locks and add comments explaining them (#16112) 2023-08-16 16:19:54 +02:00
databases Fix rare bug that broke looping calls (#16210) 2023-08-30 14:18:42 +01:00
engines Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
schema Stop writing to the event_txn_id table (#16175) 2023-08-30 11:10:56 +01:00
util Combine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192) 2023-03-03 08:13:37 -05:00
__init__.py Rename storage classes (#12913) 2022-05-31 12:17:50 +00:00
_base.py Clear event caches when we purge history (#15609) 2023-06-08 13:14:40 +01:00
background_updates.py Override global statement timeout when creating indexes in Postgres (#16085) 2023-08-17 10:30:02 +01:00
database.py Bump mypy-zope & mypy. (#16188) 2023-08-29 10:38:56 -04:00
keys.py Add cache to get_server_keys_json_for_remote (#16123) 2023-08-18 11:05:01 +01:00
prepare_database.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
push_rule.py
roommember.py
types.py More precise type for LoggingTransaction.execute (#15432) 2023-04-14 18:04:49 +00:00