mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-21 06:11:33 +02:00
Compare commits
2 Commits
2c3d0b9d81
...
e15d09819e
Author | SHA1 | Date | |
---|---|---|---|
|
e15d09819e | ||
|
dabe46cf2f |
@@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
matrix_appservice_double_puppet_enabled: true
|
||||
|
||||
matrix_appservice_double_puppet_base_path: "{{ matrix_base_data_path }}/appservice-double-puppet"
|
||||
|
@@ -20,7 +20,7 @@ network:
|
||||
# .Profile.Pronouns - The pronouns of the user
|
||||
# .Profile.Email - The email address of the user
|
||||
# .Profile.Phone - The formatted phone number of the user
|
||||
displayname_template: '{% raw %}{{or .Profile.DisplayName .Profile.RealName .Name}}{{if .IsBot}} (bot){{end}}{% endraw% %}'
|
||||
displayname_template: '{% raw %}{{or .Profile.DisplayName .Profile.RealName .Name}}{{if .IsBot}} (bot){{end}}{% endraw %}'
|
||||
# Channel name template for Slack channels (all types). Available variables:
|
||||
# .Name - The name of the channel
|
||||
# .Team.Name - The name of the team the channel is in
|
||||
|
Reference in New Issue
Block a user