4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 14:19:24 +00:00

Modify iconurl correctly (mattermost). Closes #145

This commit is contained in:
Wim
2017-04-08 00:16:46 +02:00
parent 89c66b9430
commit eee0036c7f
2 changed files with 13 additions and 0 deletions

View File

@ -101,6 +101,7 @@ func (b *Bmattermost) Send(msg config.Message) error {
}
if !b.Config.UseAPI {
matterMessage := matterhook.OMessage{IconURL: b.Config.IconURL}
matterMessage.IconURL = msg.Avatar
matterMessage.Channel = channel
matterMessage.UserName = nick
matterMessage.Type = ""