diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-09-05 09:58:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 09:58:51 -0400 |
commit | ea75346f6af8c182a42d1ca29119a10361693a7b (patch) | |
tree | 30cebe3b0c32cfe463a216dcba499a61f3019c47 /changelog.d | |
parent | Bump regex from 1.9.4 to 1.9.5 (#16233) (diff) | |
download | synapse-ea75346f6af8c182a42d1ca29119a10361693a7b.tar.xz |
Track presence state per-device and combine to a user state. (#16066)
Tracks presence on an individual per-device basis and combine the per-device state into a per-user state. This should help in situations where a user has multiple devices with conflicting status (e.g. one is syncing with unavailable and one is syncing with online). The tie-breaking is done by priority: BUSY > ONLINE > UNAVAILABLE > OFFLINE
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16066.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/16170.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/16170.misc | 1 | ||||
-rw-r--r-- | changelog.d/16171.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/16171.misc | 1 | ||||
-rw-r--r-- | changelog.d/16172.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/16172.misc | 1 |
7 files changed, 4 insertions, 3 deletions
diff --git a/changelog.d/16066.bugfix b/changelog.d/16066.bugfix new file mode 100644 index 0000000000..83649cf42a --- /dev/null +++ b/changelog.d/16066.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where multi-device accounts could cause high load due to presence. diff --git a/changelog.d/16170.bugfix b/changelog.d/16170.bugfix new file mode 100644 index 0000000000..83649cf42a --- /dev/null +++ b/changelog.d/16170.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where multi-device accounts could cause high load due to presence. diff --git a/changelog.d/16170.misc b/changelog.d/16170.misc deleted file mode 100644 index c950b54367..0000000000 --- a/changelog.d/16170.misc +++ /dev/null @@ -1 +0,0 @@ -Simplify presence code when using workers. diff --git a/changelog.d/16171.bugfix b/changelog.d/16171.bugfix new file mode 100644 index 0000000000..83649cf42a --- /dev/null +++ b/changelog.d/16171.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where multi-device accounts could cause high load due to presence. diff --git a/changelog.d/16171.misc b/changelog.d/16171.misc deleted file mode 100644 index 4d709cb56e..0000000000 --- a/changelog.d/16171.misc +++ /dev/null @@ -1 +0,0 @@ -Track per-device information in the presence code. diff --git a/changelog.d/16172.bugfix b/changelog.d/16172.bugfix new file mode 100644 index 0000000000..83649cf42a --- /dev/null +++ b/changelog.d/16172.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where multi-device accounts could cause high load due to presence. diff --git a/changelog.d/16172.misc b/changelog.d/16172.misc deleted file mode 100644 index 4d709cb56e..0000000000 --- a/changelog.d/16172.misc +++ /dev/null @@ -1 +0,0 @@ -Track per-device information in the presence code. |