Fetch avatars synchronous (whatsapp)

This commit is contained in:
Wim
2022-02-04 00:33:50 +01:00
parent 0205a67309
commit 1b9877fda4
2 changed files with 15 additions and 13 deletions

View File

@@ -28,6 +28,8 @@ func (b *Bwhatsapp) handleMessage(message *events.Message) {
return
}
b.Log.Infof("Receiving message %#v", msg)
switch {
case msg.Conversation != nil || msg.ExtendedTextMessage != nil:
b.handleTextMessage(message.Info, msg)