Przeglądaj źródła

Update Synapse default room version (6 -> 9)

From the [Synapse 1.43.0 release highlights](https://matrix.org/blog/2021/09/21/synapse-1-43-0-released):
> Asks clients to prefer [room version 9](https://github.com/matrix-org/matrix-doc/pull/3375) when creating restricted rooms ([#10772](https://github.com/matrix-org/synapse/issues/10772)), via the API defined in [MSC3244: room version capabilities](https://github.com/matrix-org/matrix-doc/pull/3244).
pull/1327/head
Wm Salt Hale 4 lat temu
committed by GitHub
rodzic
commit
a1cbd5459c
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/matrix-synapse/defaults/main.yml Wyświetl plik

@@ -561,7 +561,7 @@ matrix_synapse_room_list_publication_rules:
room_id: "*"
action: allow

matrix_synapse_default_room_version: "6"
matrix_synapse_default_room_version: "9"

# Controls the Synapse `spam_checker` setting.
#


Ładowanie…
Anuluj
Zapisz