mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-19 02:39:42 +02:00
Fix steam bridge displaynames
This commit is contained in:
committed by
Slavi Pantaleev
parent
489bf39322
commit
2719f5e806
@@ -48,7 +48,7 @@ matrix_steam_bridge_public_media_hash_length: 32
|
||||
# Displayname template for Steam users
|
||||
# {{ .DisplayName }} is replaced with the display name of the Steam user
|
||||
# {{ .Username }} is replaced with the username of the Steam user
|
||||
matrix_steam_bridge_network_displayname_template: "{% raw %}{{ .DisplayName }}{% endraw %} (Steam)"
|
||||
matrix_steam_bridge_network_displayname_template: "{% raw %}{{ .DisplayName }} (Steam){% endraw %}"
|
||||
|
||||
matrix_steam_bridge_command_prefix: "!steam"
|
||||
|
||||
|
Reference in New Issue
Block a user