diff options
author | Wim <wim@42.be> | 2020-05-24 15:49:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 15:49:24 +0200 |
commit | 7f7ca697a0a48f0e82cb0309ee1dfcd15ba60cd7 (patch) | |
tree | 62c9e1952bdf1bd64adad5ee2bf33908b792c8ac /go.mod | |
parent | 900375679bfa248bcf02c203e9265e5e93a17a73 (diff) | |
download | matterbridge-msglm-7f7ca697a0a48f0e82cb0309ee1dfcd15ba60cd7.tar.gz matterbridge-msglm-7f7ca697a0a48f0e82cb0309ee1dfcd15ba60cd7.tar.bz2 matterbridge-msglm-7f7ca697a0a48f0e82cb0309ee1dfcd15ba60cd7.zip |
Ignore non-user messages (msteams). Fixes #1141 (#1149)
Ignore these messages for now, also add a extra
debug option for msteams so we can dump the whole
message.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ require ( github.com/Philipp15b/go-steam v1.0.1-0.20190816133340-b04c5a83c1c0 github.com/Rhymen/go-whatsapp v0.1.1-0.20200421062035-31e8111ac334 github.com/d5/tengo/v2 v2.4.2 + github.com/davecgh/go-spew v1.1.1 github.com/fsnotify/fsnotify v1.4.9 github.com/go-telegram-bot-api/telegram-bot-api v4.6.5-0.20181225215658-ec221ba9ea45+incompatible github.com/gomarkdown/markdown v0.0.0-20200127000047-1813ea067497 |