mautrix-whatsapp/whatsapp-ext
Jörg Sommer 95c8c01450 Check errors of GetProfilePicThumb
When a request for GetProfilePicThumb fails, WhatsApp sends an JSON object
containing a status field: `{"status":404}`. In my tests, it did send the
codes 401 and 404 which might correspond to the HTTP status codes. At
least, we don't have data to update the avatar and should stop doing so.
2018-12-07 16:18:52 +01:00
..
chat.go
cmd.go
conn.go
jsonmessage.go
msginfo.go
presence.go
props.go Format 2018-08-26 22:53:13 +03:00
stream.go Format 2018-08-26 22:53:13 +03:00
whatsapp.go Check errors of GetProfilePicThumb 2018-12-07 16:18:52 +01:00