diff options
author | Wim <wim@42.be> | 2020-01-17 00:46:11 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2020-03-01 22:19:33 +0100 |
commit | 3f06a40bd55b242c3c2540e8262b8b13e3e8afcf (patch) | |
tree | 7b656b5b65a819c3c729c74a5cde883c82d06b57 /bridge/msteams/msteams.go | |
parent | 68f43985ade115f1c0de01d1b3f21a2e2c3ef239 (diff) | |
download | matterbridge-msglm-3f06a40bd55b242c3c2540e8262b8b13e3e8afcf.tar.gz matterbridge-msglm-3f06a40bd55b242c3c2540e8262b8b13e3e8afcf.tar.bz2 matterbridge-msglm-3f06a40bd55b242c3c2540e8262b8b13e3e8afcf.zip |
Support code snippets from msteams
Diffstat (limited to 'bridge/msteams/msteams.go')
-rw-r--r-- | bridge/msteams/msteams.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/msteams/msteams.go b/bridge/msteams/msteams.go index da0e31ff..3633924a 100644 --- a/bridge/msteams/msteams.go +++ b/bridge/msteams/msteams.go @@ -120,6 +120,7 @@ func (b *Bmsteams) getMessages(channel string) ([]msgraph.ChatMessage, error) { return rct, nil } +//nolint:gocognit func (b *Bmsteams) poll(channelName string) { msgmap := make(map[string]time.Time) b.Log.Debug("getting initial messages") |