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 /docs | |
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)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index d2bb3d4208..6f3623c88a 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -163,7 +163,7 @@ presence: # For example, for room version 1, default_room_version should be set # to "1". # -#default_room_version: "6" +#default_room_version: "9" # The GC threshold parameters to pass to `gc.set_threshold`, if defined # |