4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-27 08:49:24 +00:00

Add support for using avatars from discord,slack and gitter in slack

This commit is contained in:
Wim
2016-11-06 00:46:32 +01:00
parent 37873acfcd
commit a3dd0f1345
5 changed files with 54 additions and 3 deletions

View File

@ -15,6 +15,7 @@ type Message struct {
Origin string
FullOrigin string
Protocol string
Avatar string
}
type Protocol struct {