diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-09-01 14:57:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 14:57:47 -0400 |
commit | 48a5c47a9f7379f3b7e85c5a8dcbae346eb22310 (patch) | |
tree | ea37b21b24c146b68205321093bb4d77b032731b /changelog.d | |
parent | Disable calculating unread counts unless the config flag is enabled. (#13694) (diff) | |
download | synapse-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.removal | 1 |
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). |