@@ -36,6 +36,27 @@ matrix_mautrix_slack_appservice_address: "http://matrix-mautrix-slack:8080"
36
36
37
37
matrix_mautrix_slack_msc4190_enabled : "{{ matrix_bridges_msc4190_enabled }}"
38
38
39
+ # Displayname template for Slack users. Available variables:
40
+ # .Name - The username of the user
41
+ # .Team.Name - The name of the team the channel is in
42
+ # .Team.Domain - The Slack subdomain of the team the channel is in
43
+ # .ID - The internal ID of the user
44
+ # .IsBot - Whether the user is a bot
45
+ # .Profile.DisplayName - The username or real name of the user (depending on settings)
46
+ # Variables only available for users (not bots):
47
+ # .TeamID - The internal ID of the workspace the user is in
48
+ # .TZ - The timezone region of the user (e.g. Europe/London)
49
+ # .TZLabel - The label of the timezone of the user (e.g. Greenwich Mean Time)
50
+ # .TZOffset - The UTC offset of the timezone of the user (e.g. 0)
51
+ # .Profile.RealName - The real name of the user
52
+ # .Profile.FirstName - The first name of the user
53
+ # .Profile.LastName - The last name of the user
54
+ # .Profile.Title - The job title of the user
55
+ # .Profile.Pronouns - The pronouns of the user
56
+ # .Profile.Email - The email address of the user
57
+ # .Profile.Phone - The formatted phone number of the user
58
+ matrix_mautrix_slack_network_displayname_template : '{% raw %}{{or .Profile.DisplayName .Profile.RealName .Name}}{{if .IsBot}} (bot){{end}}{% endraw %}'
59
+
39
60
matrix_mautrix_slack_command_prefix : "!slack"
40
61
41
62
matrix_mautrix_slack_bridge_permissions : |
0 commit comments