summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2019-05-16 13:23:43 +0100
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-05-16 13:23:43 +0100
commit4a6d5de98c7b697d2368521a0bb22b9d721dbb38 (patch)
treeadd98905c622522245945195e8a90a48fd2d66b5 /changelog.d
parentMerge pull request #5187 from matrix-org/dbkr/only_check_threepid_not_in_use_... (diff)
downloadsynapse-4a6d5de98c7b697d2368521a0bb22b9d721dbb38.tar.xz
Make /sync attempt to return device updates for both joined and invited users (#3484)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3484.misc1
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.