diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-05-15 17:49:46 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-15 17:49:46 +0100 |
commit | 8818e4c5c45fdd494c251a21c9a996811be6ef05 (patch) | |
tree | 992fdc982bd2fcebda74c7755fd6c29b0764ad82 | |
parent | fix changelog (diff) | |
download | synapse-8818e4c5c45fdd494c251a21c9a996811be6ef05.tar.xz |
update changelog
-rw-r--r-- | changelog.d/3484.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3484.misc b/changelog.d/3484.misc new file mode 100644 index 0000000000..3645849844 --- /dev/null +++ b/changelog.d/3484.misc @@ -0,0 +1 @@ +Make /sync attempt to return device updates for both joined and invited users. Note that this doesn't currently work correctly due to other bugs. |