diff options
author | Will Hunt <will@half-shot.uk> | 2020-10-20 10:18:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 10:18:55 +0100 |
commit | 626b8f0846816c56cf8b3f0f3cf6a5ce12dde67b (patch) | |
tree | 12a0d154edf3a2f0ebb6cd4241c59509ec49d867 /changelog.d | |
parent | Fix 'LruCache' object has no attribute '_on_resize' (#8591) (diff) | |
download | synapse-626b8f0846816c56cf8b3f0f3cf6a5ce12dde67b.tar.xz |
Move schema file for as_device_stream (#8590)
* Move schema file * Add a . * Add matching changelog entry * Fix sqlite
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8590.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8590.misc b/changelog.d/8590.misc new file mode 100644 index 0000000000..4abcccb326 --- /dev/null +++ b/changelog.d/8590.misc @@ -0,0 +1 @@ +Implement [MSC2409](https://github.com/matrix-org/matrix-doc/pull/2409) to send typing, read receipts, and presence events to appservices. |