diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-02-12 14:33:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 09:33:49 -0500 |
commit | 55113dd5e880815b3d7881f72147f25f37b00045 (patch) | |
tree | 74c034389bbc43a07d9468b1c50c84e5563a7b9c /changelog.d | |
parent | Implement MSC3706: partial state in `/send_join` response (#11967) (diff) | |
download | synapse-55113dd5e880815b3d7881f72147f25f37b00045.tar.xz |
Notify users, rather than rooms, of device list updates (#11905)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11905.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11905.misc b/changelog.d/11905.misc new file mode 100644 index 0000000000..4f170cf01a --- /dev/null +++ b/changelog.d/11905.misc @@ -0,0 +1 @@ +Preparation to support sending device list updates to application services. \ No newline at end of file |