diff options
author | Erik Johnston <erikj@element.io> | 2024-06-06 17:46:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-06 17:46:52 +0100 |
commit | a963f579de02ffd4347cd3f013bd6fce816ba89c (patch) | |
tree | 17f3e283f3cb78f8d96b16fb964fbe606f489d57 /changelog.d | |
parent | Always return OTK counts (#17275) (diff) | |
download | synapse-a963f579de02ffd4347cd3f013bd6fce816ba89c.tar.xz |
Don't try and resync devices for down hosts (#17273)
It's just a waste of time if we won't even query the remote host as its marked as down.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17273.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17273.misc b/changelog.d/17273.misc new file mode 100644 index 0000000000..2c1c6bc0d5 --- /dev/null +++ b/changelog.d/17273.misc @@ -0,0 +1 @@ +Don't try and resync devices for remote users whose servers are marked as down. |