forked from lug/matterbridge
Update dependencies (#1784)
This commit is contained in:
1
vendor/go.mau.fi/whatsmeow/user.go
vendored
1
vendor/go.mau.fi/whatsmeow/user.go
vendored
@@ -230,6 +230,7 @@ func (cli *Client) handleHistoricalPushNames(names []*waProto.Pushname) {
|
||||
if cli.Store.Contacts == nil {
|
||||
return
|
||||
}
|
||||
cli.Log.Infof("Updating contact store with %d push names from history sync", len(names))
|
||||
for _, user := range names {
|
||||
if user.GetPushname() == "-" {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user