gomatrix
gomatrix copied to clipboard
MarkRead method need to send JSON in Request Body
Example Request send empty JSON in Request Body,but Mark Read method send nothing in Request Body. See https://matrix.org/docs/spec/client_server/r0.6.0#post-matrix-client-r0-rooms-roomid-receipt-receipttype-eventid
@gdgd-server-admin thanks for this PR! Does this resolve the error when sending read receipts?
code=400 wrapped=M_NOT_JSON: Content not JSON.
I recently started to get this error while using MarkRead. If your PR resolves that, then I say @kegsay please accept :pray: :heart:
@gdgd-server-admin thanks for this PR! Does this resolve the error when sending read receipts?
code=400 wrapped=M_NOT_JSON: Content not JSON.I recently started to get this error while using
MarkRead. If your PR resolves that, then I say @kegsay please accept 🙏 ❤️
I found it in Matterbridge ( https://github.com/42wim/matterbridge) and my local fix version work fine.