diff options
author | Wim <wim@42.be> | 2021-10-25 00:08:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 00:08:08 +0200 |
commit | 1635db93c7c2679fb7bc1a604b58c254153a483a (patch) | |
tree | e2c7886c526263ad7f8392014c918691a784cc7f /go.mod | |
parent | c4fe462d11c9949c9132e65fd9bf40a71c38d61c (diff) | |
download | matterbridge-msglm-1635db93c7c2679fb7bc1a604b58c254153a483a.tar.gz matterbridge-msglm-1635db93c7c2679fb7bc1a604b58c254153a483a.tar.bz2 matterbridge-msglm-1635db93c7c2679fb7bc1a604b58c254153a483a.zip |
Do not check cache on deleted messages (mattermost). Fixes #1555 (#1624)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ require ( github.com/matterbridge/go-xmpp v0.0.0-20210731150933-5702291c239f github.com/matterbridge/gozulipbot v0.0.0-20211023205727-a19d6c1f3b75 github.com/matterbridge/logrus-prefixed-formatter v0.5.3-0.20200523233437-d971309a77ba - github.com/matterbridge/matterclient v0.0.0-20211021135437-2dc2bc7dce2d + github.com/matterbridge/matterclient v0.0.0-20211024214211-22e762684b4a github.com/mattermost/mattermost-server/v5 v5.39.0 github.com/mattermost/mattermost-server/v6 v6.0.0 github.com/mattn/godown v0.0.1 |