Use handlers instead of sleeping for startup chat/contact sync

This commit is contained in:
Tulir Asokan
2019-08-25 00:25:29 +03:00
parent f28322d1f7
commit 1490830be2
6 changed files with 56 additions and 24 deletions

2
go.mod
View File

@ -16,6 +16,6 @@ require (
)
replace (
github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190824193805-f9a7dc8e6a5f
github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190824212315-7c97464c8c54
gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
)