mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-07-17 15:26:41 +00:00
Update documentation and disable enhanced presence by default for rustpush & steam
This commit is contained in:
committed by
Slavi Pantaleev
parent
0e7c8af2ac
commit
145403217c
@@ -39,6 +39,15 @@ matrix_steam_bridge_network_presence_enabled: true
|
||||
# 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'
|
||||
|
||||
# steam -> matrix presence topic
|
||||
# Master switch for setting a Steam friend's current game (+ rich presence flavor
|
||||
# text) as the DM room's m.room.topic.
|
||||
matrix_steam_bridge_network_presence_topic_enabled: false
|
||||
# Append resolved rich presence flavor text to the topic (e.g. "Deadlock — Street Brawl: Paige (12 min)").
|
||||
matrix_steam_bridge_network_presence_topic_rich_presence_enabled: false
|
||||
# Fallback: show the raw unresolved rich presence token if resolution fails.
|
||||
matrix_steam_bridge_network_presence_topic_show_raw_tokens: false
|
||||
|
||||
# A public address that external services can use to reach this appservice
|
||||
matrix_steam_bridge_appservice_public_address: "https://{{ matrix_server_fqn_matrix }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user