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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/16252.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16252.bugfix b/changelog.d/16252.bugfix new file mode 100644 index 0000000000..881bc00e61 --- /dev/null +++ b/changelog.d/16252.bugfix @@ -0,0 +1 @@ +Fix bug when using workers where Synapse could end up re-requesting the same remote device repeatedly. |