瀏覽代碼

Change default idle state to snooze

pull/4714/head
Jason LaGuidice 6 月之前
committed by GitHub
父節點
當前提交
b5fc00761b
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-bridge-steam/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-steam/defaults/main.yml 查看文件

@@ -38,7 +38,7 @@ matrix_steam_bridge_self_sign_enabled: "{{ matrix_bridges_self_sign_enabled }}"
matrix_steam_bridge_network_presence_enabled: true
# Default inactivity state
# This is what the bridge sets it's status to after some time of no user interaction
matrix_steam_bridge_network_presence_inactivity_status: 'invisible'
matrix_steam_bridge_network_presence_inactivity_status: 'snooze'

# A public address that external services can use to reach this appservice
matrix_steam_bridge_appservice_public_address: "https://{{ matrix_server_fqn_matrix }}"


Loading…
取消
儲存