diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-09-05 10:39:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 10:39:38 -0400 |
commit | 8b5013dcbc5db16f0f771898da493e812be6fc8a (patch) | |
tree | 3dbeb578580d48c386490734d00ee30090ebc4a5 /changelog.d | |
parent | Track presence state per-device and combine to a user state. (#16066) (diff) | |
download | synapse-8b5013dcbc5db16f0f771898da493e812be6fc8a.tar.xz |
Time out busy presence status & test multi-device busy (#16174)
Add a (long) timeout to when a "busy" device is considered not online. This does *not* match MSC3026, but is a reasonable thing for an implementation to do. Expands tests for the (unstable) busy presence with multiple devices.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16174.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16174.bugfix b/changelog.d/16174.bugfix new file mode 100644 index 0000000000..83649cf42a --- /dev/null +++ b/changelog.d/16174.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where multi-device accounts could cause high load due to presence. |