MatrixSynapse/synapse
Erik Johnston 316590d1ea
Fix bug in `wait_for_stream_position` (#14856)
We were incorrectly checking if the *local* token had been advanced, rather than the token for the remote instance.

In practice, I don't think this has caused any bugs due to where we use `wait_for_stream_position`, as critically we don't use it on instances that also write to the given streams (and so the local token will lag behind all remote tokens).
2023-01-17 09:58:22 +00:00
..
_scripts
api
app
appservice
config
crypto
events
federation Add parameter to control whether we do a partial state join (#14843) 2023-01-16 23:15:17 +00:00
handlers Add an early return when handling no-op presence updates. (#14855) 2023-01-16 14:20:12 +00:00
http
logging
metrics
module_api
push
replication Fix bug in `wait_for_stream_position` (#14856) 2023-01-17 09:58:22 +00:00
res
rest Remove unnecessary reactor reference from `_PerHostRatelimiter` (#14842) 2023-01-16 13:16:19 +00:00
server_notices
spam_checker_api
state
static
storage Merge device list replication streams (#14833) 2023-01-17 09:29:58 +00:00
streams
types
util Remove unnecessary reactor reference from `_PerHostRatelimiter` (#14842) 2023-01-16 13:16:19 +00:00
__init__.py
event_auth.py
notifier.py
py.typed
server.py Remove unnecessary reactor reference from `_PerHostRatelimiter` (#14842) 2023-01-16 13:16:19 +00:00
visibility.py