Support code snippets from msteams

This commit is contained in:
Wim
2020-01-17 00:46:11 +01:00
parent 68f43985ad
commit 3f06a40bd5
2 changed files with 43 additions and 0 deletions

View File

@@ -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")