Possibly fix and/or break missed message backfilling
This commit is contained in:
4
go.mod
4
go.mod
@ -3,7 +3,7 @@ module maunium.net/go/mautrix-whatsapp
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/Rhymen/go-whatsapp v0.0.2-0.20190524185555-8d76e32a6d8e
|
||||
github.com/Rhymen/go-whatsapp v0.0.2
|
||||
github.com/lib/pq v1.1.1
|
||||
github.com/mattn/go-sqlite3 v1.10.0
|
||||
github.com/pkg/errors v0.8.1
|
||||
@ -18,4 +18,4 @@ require (
|
||||
|
||||
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
|
||||
|
||||
replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190527104455-0b656104de79
|
||||
replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190528182350-fde573a2a73b
|
||||
|
Reference in New Issue
Block a user