Skip to content

Fix: Handle no `http_body` returned from Telegraph

Jamie Tanna requested to merge defect/no-httpbody-telegraph into develop

It appears that a number of Webmentions are being sent, but the response does not always contain the http_body key, resulting in a number of NullPointerExceptions in my logs, which may be causing issues with the storage of sent Webmentions.

Merge request reports