Add option to disable notifications during initial backfill

This commit is contained in:
Tulir Asokan
2020-06-08 20:51:24 +03:00
parent c6180660c2
commit 934f98119f
5 changed files with 62 additions and 7 deletions

4
go.mod
View File

@@ -12,10 +12,10 @@ require (
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
maunium.net/go/mauflag v1.0.0
maunium.net/go/maulogger/v2 v2.1.1
maunium.net/go/mautrix v0.4.9
maunium.net/go/mautrix v0.4.11
)
replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.2.8