diff options
author | Matthew Hodgson <matthew@arasphere.net> | 2019-05-16 13:23:43 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-16 13:23:43 +0100 |
commit | 4a6d5de98c7b697d2368521a0bb22b9d721dbb38 (patch) | |
tree | add98905c622522245945195e8a90a48fd2d66b5 /changelog.d | |
parent | Merge pull request #5187 from matrix-org/dbkr/only_check_threepid_not_in_use_... (diff) | |
download | synapse-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.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. |