diff options
author | Erik Johnston <erikj@matrix.org> | 2023-09-07 13:45:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 12:45:43 +0000 |
commit | 1cd410a7833984ef69a7dcecf8997f4c45d609cd (patch) | |
tree | 6adfa6dc7184c5bb21230e511fa3fdf198bb5679 /synapse/replication/http/devices.py | |
parent | Add `/notifications` endpoint to workers (#16265) (diff) | |
download | synapse-1cd410a7833984ef69a7dcecf8997f4c45d609cd.tar.xz |
Recheck if remote device is cached before requesting it (#16252)
This fixes a bug where we could get stuck re-requesting the device over replication again and again.
Diffstat (limited to 'synapse/replication/http/devices.py')
-rw-r--r-- | synapse/replication/http/devices.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/replication/http/devices.py b/synapse/replication/http/devices.py |