mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 00:19:24 +01:00
parent
12d2c6fe89
commit
1f830963f6
@ -67,9 +67,8 @@ func (b *Bmattermost) handleMatter() {
|
|||||||
b.Log.Debugf("Choosing login/password based receiving")
|
b.Log.Debugf("Choosing login/password based receiving")
|
||||||
}
|
}
|
||||||
// if for some reason we only want to sent stuff to mattermost but not receive, return
|
// if for some reason we only want to sent stuff to mattermost but not receive, return
|
||||||
if b.GetString("WebhookBindAddress") == "" && b.GetString("WebhookURL") != "" {
|
if b.GetString("WebhookBindAddress") == "" && b.GetString("WebhookURL") != "" && b.GetString("Token") == "" && b.GetString("Login") == "" {
|
||||||
b.Log.Debugf("No WebhookBindAddress specified, only WebhookURL. You will not receive messages from mattermost, only sending is possible.")
|
b.Log.Debugf("No WebhookBindAddress specified, only WebhookURL. You will not receive messages from mattermost, only sending is possible.")
|
||||||
return
|
|
||||||
}
|
}
|
||||||
go b.handleMatterClient(messages)
|
go b.handleMatterClient(messages)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user