diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-06-17 12:53:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 12:53:27 -0400 |
commit | 8c97d5863f352e48cb4e64a5b663411a7779686d (patch) | |
tree | a6bb21951f6cf983d5531e74991b46e111d931dd /changelog.d | |
parent | Ensure that we do not cache empty sync responses after a timeout (#10158) (diff) | |
download | synapse-8c97d5863f352e48cb4e64a5b663411a7779686d.tar.xz |
Update MSC3083 support per changes in the MSC. (#10189)
Adds a "type" field and generalize "space" to "room_id".
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10189.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10189.misc b/changelog.d/10189.misc new file mode 100644 index 0000000000..df0e636c7d --- /dev/null +++ b/changelog.d/10189.misc @@ -0,0 +1 @@ +Update MSC3083 support for modifications in the MSC. |