4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 23:29:25 +00:00

Add UseFirstName option (telegram). Closes #144

This commit is contained in:
Wim
2017-05-15 23:23:10 +02:00
parent 27c0f37e49
commit 2888fd64b0
3 changed files with 13 additions and 1 deletions

View File

@ -70,6 +70,7 @@ type Protocol struct {
UseAPI bool // mattermost, slack
UseSASL bool // IRC
UseTLS bool // IRC
UseFirstName bool // telegram
}
type ChannelOptions struct {