Kaynağa Gözat

Fix steam bridge displaynames

pull/4645/head
Benjamin Blacher 4 ay önce
ebeveyn
işleme
0d9bb5fd02
2 değiştirilmiş dosya ile 1 ekleme ve 5 silme
  1. +1
    -1
      roles/custom/matrix-bridge-steam/defaults/main.yml
  2. +0
    -4
      roles/custom/matrix-bridge-steam/templates/config.yaml.j2

+ 1
- 1
roles/custom/matrix-bridge-steam/defaults/main.yml Dosyayı Görüntüle

@@ -48,7 +48,7 @@ matrix_steam_bridge_public_media_hash_length: 32
# Displayname template for Steam users # Displayname template for Steam users
# {{ .DisplayName }} is replaced with the display name of the Steam user # {{ .DisplayName }} is replaced with the display name of the Steam user
# {{ .Username }} is replaced with the username 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" matrix_steam_bridge_command_prefix: "!steam"




+ 0
- 4
roles/custom/matrix-bridge-steam/templates/config.yaml.j2 Dosyayı Görüntüle

@@ -7,10 +7,6 @@ network:
get_proxy_url: null get_proxy_url: null


# Displayname template for Steam users. # Displayname template for Steam users.
# {% raw %}
# {{ .DisplayName }} is replaced with the display name of the Steam user.
# {{ .Username }} is replaced with the username of the Steam user.
# {% endraw %}
displayname_template: {{ matrix_steam_bridge_network_displayname_template | to_json }} displayname_template: {{ matrix_steam_bridge_network_displayname_template | to_json }}


# Maximum number of conversations to sync on startup # Maximum number of conversations to sync on startup


Yükleniyor…
İptal
Kaydet