summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-01-16 14:20:12 +0000
committerGitHub <noreply@github.com>2023-01-16 14:20:12 +0000
commit4db3331bb95a655bb56ab8333be49ee183f71715 (patch)
tree8490322f2decf01b666871fa17f13a6472fed6ec /changelog.d
parentRemove unnecessary reactor reference from `_PerHostRatelimiter` (#14842) (diff)
downloadsynapse-4db3331bb95a655bb56ab8333be49ee183f71715.tar.xz
Add an early return when handling no-op presence updates. (#14855)
This stops us from incrementing the presence stream position for no-op updates.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14855.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14855.misc b/changelog.d/14855.misc
new file mode 100644
index 0000000000..f0e292f287
--- /dev/null
+++ b/changelog.d/14855.misc
@@ -0,0 +1 @@
+Add an early return when handling no-op presence updates.