summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-09-01 14:57:47 -0400
committerGitHub <noreply@github.com>2022-09-01 14:57:47 -0400
commit48a5c47a9f7379f3b7e85c5a8dcbae346eb22310 (patch)
treeea37b21b24c146b68205321093bb4d77b032731b /changelog.d
parentDisable calculating unread counts unless the config flag is enabled. (#13694) (diff)
downloadsynapse-48a5c47a9f7379f3b7e85c5a8dcbae346eb22310.tar.xz
Add a schema delta to drop unstable private read receipts. (#13692)
Otherwise they'll be leaked due to the filtering code only respecting
the stable identifiers for private read receipts.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13692.removal1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13692.removal b/changelog.d/13692.removal
new file mode 100644
index 0000000000..eb075d4517
--- /dev/null
+++ b/changelog.d/13692.removal
@@ -0,0 +1 @@
+Remove support for unstable [private read receipts](https://github.com/matrix-org/matrix-spec-proposals/pull/2285).