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 Add power level to Matrix user if they're admin 2018-08-26 16:19:50 +03:00
cmd.go Add handling for group metadata changes and refactor things 2018-08-26 01:56:22 +03:00
conn.go Add handling for group metadata changes and refactor things 2018-08-26 01:56:22 +03:00
jsonmessage.go Add handling for group metadata changes and refactor things 2018-08-26 01:56:22 +03:00
msginfo.go Add handling for group metadata changes and refactor things 2018-08-26 01:56:22 +03:00
presence.go Add handling for group metadata changes and refactor things 2018-08-26 01:56:22 +03:00
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