From 33a86916035479ada4ac2bf33dbb49ff6bd6a877 Mon Sep 17 00:00:00 2001 From: silverpill Date: Fri, 26 May 2023 00:56:33 +0000 Subject: [PATCH] FEP-e232: Update proposal (#104) - Added known implementations - Changed domains in example according to https://www.rfc-editor.org/rfc/rfc2606#section-2 Co-authored-by: silverpill Reviewed-on: https://codeberg.org/fediverse/fep/pulls/104 Co-authored-by: silverpill Co-committed-by: silverpill --- feps/fep-e232.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/feps/fep-e232.md b/feps/fep-e232.md index 37db45c..73ff9a1 100644 --- a/feps/fep-e232.md +++ b/feps/fep-e232.md @@ -32,13 +32,13 @@ Example: { "@context": "https://www.w3.org/ns/activitystreams", "type": "Note", - "content": "This is a quote:
RE: https://example.com/objects/123", + "content": "This is a quote:
RE: https://server.example/objects/123", "tag": [ { "type": "Link", "mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"", - "href": "https://example.com/objects/123", - "name": "RE: https://example.com/objects/123" + "href": "https://server.example/objects/123", + "name": "RE: https://server.example/objects/123" } ] } @@ -48,7 +48,9 @@ Note that the `content` includes the `RE: ` microsyntax but consuming imple ## Implementations -TBD +- (streams) +- FoundKey +- Mitra ## References