소스 검색

Change default idle state to snooze

pull/4714/head
Jason LaGuidice 6 달 전
committed by GitHub
부모
커밋
b5fc00761b
No known key found for this signature in database 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 matrix_steam_bridge_network_presence_enabled: true
# Default inactivity state # Default inactivity state
# This is what the bridge sets it's status to after some time of no user interaction # 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 # A public address that external services can use to reach this appservice
matrix_steam_bridge_appservice_public_address: "https://{{ matrix_server_fqn_matrix }}" matrix_steam_bridge_appservice_public_address: "https://{{ matrix_server_fqn_matrix }}"


불러오는 중...
취소
저장