1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 11:46:04 +00:00

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 <silverpill@firemail.cc>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/104
Co-authored-by: silverpill <silverpill@noreply.codeberg.org>
Co-committed-by: silverpill <silverpill@noreply.codeberg.org>
This commit is contained in:
silverpill
2023-05-26 00:56:33 +00:00
committed by David Sterry
parent 391099a97c
commit 33a8691603
+6 -4
View File
@@ -32,13 +32,13 @@ Example:
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Note",
"content": "This is a quote:<br>RE: https://example.com/objects/123",
"content": "This is a quote:<br>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: <url>` microsyntax but consuming imple
## Implementations
TBD
- (streams)
- FoundKey
- Mitra
## References