diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-01-11 07:16:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 12:16:41 +0000 |
commit | 3952297f6f39906a65e70bce7becc1acd300a287 (patch) | |
tree | 950b78bb19e83337eb320ef93ab982219716c39d /changelog.d | |
parent | Update changelog 2 (diff) | |
download | synapse-3952297f6f39906a65e70bce7becc1acd300a287.tar.xz |
Calculate rooms changed for device lists to work. (#14810)
Back-out some changes from 7e582a25f8f350df29d7d83ca902bdb522d1bbaf (#14786) which skipped necessary logic to calculate device lists properly.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14810.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14810.bugfix b/changelog.d/14810.bugfix new file mode 100644 index 0000000000..379bfccffa --- /dev/null +++ b/changelog.d/14810.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.75.0rc1 where device lists could be miscalculated with some sync filters. |