summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorQais Patankar <qaisjp@gmail.com>2020-02-09 21:07:26 +0000
committerGitHub <noreply@github.com>2020-02-09 22:07:26 +0100
commitc91bfd08d855d07eccf5319e8881c816edf598ea (patch)
tree886c0d59e048135ccb98290df6af874ab10a41c9 /matterbridge.toml.sample
parent49110a58729fcbecaffcb0202f9a9474d98c9cde (diff)
downloadmatterbridge-msglm-c91bfd08d855d07eccf5319e8881c816edf598ea.tar.gz
matterbridge-msglm-c91bfd08d855d07eccf5319e8881c816edf598ea.tar.bz2
matterbridge-msglm-c91bfd08d855d07eccf5319e8881c816edf598ea.zip
Add ability to procure avatars from the destination bridge (#1000)
* remote_avatar: add UseLocalAvatar * remote_avatar: make sure msg.Protocol is always set correctly * remote_avatars: support msg.Account * remote_avatar: add to matterbridge.toml.sample * remote_avatar: clarify something
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index d9d596e5..6429e08a 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -724,6 +724,12 @@ Server="yourservername"
#OPTIONAL (default false)
ShowEmbeds=false
+#Show Discord avatars of remote users with matching names
+#This only works for webhooks & if the source message has no avatar
+#
+#OPTIONAL (default empty)
+UseLocalAvatar=["irc"]
+
#Shows the username instead of the server nickname
#OPTIONAL (default false)
UseUserName=false