1
0
forked from lug/matterbridge

Update vendor (whatsapp)

This commit is contained in:
Wim
2022-03-12 23:02:04 +01:00
parent 1b9877fda4
commit aefa70891c
206 changed files with 367071 additions and 164229 deletions

View File

@@ -199,6 +199,9 @@ func (cli *Client) handleNotification(node *waBinary.Node) {
}
case "picture":
go cli.handlePictureNotification(node)
case "mediaretry":
go cli.handleMediaRetryNotification(node)
// Other types: business, disappearing_mode, server, status, pay, psa, privacy_token
default:
cli.Log.Debugf("Unhandled notification with type %s", notifType)
}