diff options
author | Erik Johnston <erikj@element.io> | 2024-06-25 09:57:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 09:57:34 +0100 |
commit | a98cb87bee18c9028d03676ce544860239e1ff34 (patch) | |
tree | f36b5fcd516a41173ba3c7c9fff3d01205495c1c /changelog.d | |
parent | Add `is_invite` filtering to Sliding Sync `/sync` (#17335) (diff) | |
download | synapse-a98cb87bee18c9028d03676ce544860239e1ff34.tar.xz |
Revert "Reduce device lists replication traffic." (#17360)
Reverts element-hq/synapse#17333 It looks like master was still sending out replication RDATA with the old format... somehow
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17333.misc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/17333.misc b/changelog.d/17333.misc deleted file mode 100644 index d3ef0b3777..0000000000 --- a/changelog.d/17333.misc +++ /dev/null @@ -1 +0,0 @@ -Handle device lists notifications for large accounts more efficiently in worker mode. |