mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-24 21:36:31 -05:00
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). |
||
|---|---|---|
| .. | ||
| streams | ||
| __init__.py | ||
| client.py | ||
| commands.py | ||
| external_cache.py | ||
| handler.py | ||
| protocol.py | ||
| redis.py | ||
| resource.py | ||