mautrix-whatsapp/whatsapp-ext
Jörg Sommer abe73684d0 Check errors for GetGroupMetaData
When a request for GroupMetadata fails, WhatsApp sends an JSON object
containing a status field: `{"status":500}`. In my tests, it sends the
codes 401, 404 and 500 which might have the meaning of the HTTP status
codes. At least, we don't have data to update the portal and should stop
doing anything.
2018-12-07 16:18:44 +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 for GetGroupMetaData 2018-12-07 16:18:44 +01:00