ソースを参照

Synapse v1.135.1 - switch to room version v12 by default

pull/4488/head
Aine 1年前
コミット
c38c606b8e
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 34969C908CCA2804
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      roles/custom/matrix-synapse/defaults/main.yml

+ 2
- 2
roles/custom/matrix-synapse/defaults/main.yml ファイルの表示

@@ -16,7 +16,7 @@ matrix_synapse_enabled: true
matrix_synapse_github_org_and_repo: element-hq/synapse matrix_synapse_github_org_and_repo: element-hq/synapse


# renovate: datasource=docker depName=ghcr.io/element-hq/synapse # renovate: datasource=docker depName=ghcr.io/element-hq/synapse
matrix_synapse_version: v1.135.0
matrix_synapse_version: v1.135.1


matrix_synapse_username: '' matrix_synapse_username: ''
matrix_synapse_uid: '' matrix_synapse_uid: ''
@@ -1568,7 +1568,7 @@ matrix_synapse_room_list_publication_rules:
room_id: "*" room_id: "*"
action: allow action: allow


matrix_synapse_default_room_version: "11"
matrix_synapse_default_room_version: "12"


# Controls whether leaving a room will automatically forget it. # Controls whether leaving a room will automatically forget it.
# The upstream default is `false`, but we try to make Synapse less wasteful of resources, so we do things differently. # The upstream default is `false`, but we try to make Synapse less wasteful of resources, so we do things differently.


読み込み中…
キャンセル
保存