diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-02-22 09:09:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 14:09:40 +0000 |
commit | 7bcc28f82fe160dc8dca1d70f8dc3667c94fb738 (patch) | |
tree | e0d10524e4af7fbf6758eb75552a908dc596f8ac | |
parent | Run `_handle_queued_pdus` as a background process (#12041) (diff) | |
download | synapse-7bcc28f82fe160dc8dca1d70f8dc3667c94fb738.tar.xz |
Use room version 9 as the default room version (per MSC3589). (#12058)
-rw-r--r-- | changelog.d/12058.feature | 1 | ||||
-rw-r--r-- | docs/sample_config.yaml | 2 | ||||
-rw-r--r-- | synapse/config/server.py | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/12058.feature b/changelog.d/12058.feature new file mode 100644 |