From 9b809913ad05a2ba773956bed6bee34d68ba3838 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 11 Feb 2023 18:16:06 -0600 Subject: [PATCH] Add note about JSON-LD problems --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ac22793..f177075 100644 --- a/README.md +++ b/README.md @@ -182,11 +182,17 @@ example, if the server is `https://relay.my.tld`, the correct URL would be - Add {anything}, the Add {anything} is relayed verbatim to listening servers. Note that this activity will likely be rejected by the listening servers unless it has been signed with a JSON-LD signature +- Remove {anything}, the Remove {anything} is relayed verbatim to listening servers. + Note that this activity will likely be rejected by the listening servers unless it has been + signed with a JSON-LD signature ### Supported Discovery Protocols - Webfinger - NodeInfo +### Known issues +Pleroma and Akkoma do not support validating JSON-LD signatures, meaning many activities such as Delete, Update, Add, and Remove will be rejected with a message similar to `WARN: Response from https://example.com/inbox, "Invalid HTTP Signature"`. This is normal and not an issue with the relay. + ### Contributing Feel free to open issues for anything you find an issue with. Please note that any contributed code will be licensed under the AGPLv3.