The Elk client seems to use the PATCH method for editing posts instead of a PUT request.
Patching Takahe to allow the PATCH request instead of a PUT request for api/views/satuses.py:statuses.edit_status() allows me to edit posts with Elk, but I'm not sure how I best allow both methods.
The Elk client seems to use the PATCH method for editing posts instead of a PUT request.
Patching Takahe to allow the PATCH request instead of a PUT request for api/views/satuses.py:statuses.edit_status() allows me to edit posts with Elk, but I'm not sure how I best allow both methods.