hoehermann / purple-gowhatsapp

Pidgin/libpurple plug-in for WhatsApp Web.
GNU General Public License v3.0
287 stars 35 forks source link

Build fails after breaking changes on GetProfilePictureInfo on whatsmeow #139

Closed blacklight closed 1 year ago

blacklight commented 1 year ago

A recent change on whatsmeow is breaking the build of this module.

The signature of GetProfilePictureInfo has changed:

./profile.go:53:64: too many arguments in call to handler.client.GetProfilePictureInfo
        have (types.JID, bool, string)
        want (types.JID, *whatsmeow.GetProfilePictureParams)

A PR is on its way.

hoehermann commented 1 year ago

Thank you for the report and the improvements. I want to merge them next week.