Accept as:Public as object of Follow activity for Mastodon relay interface #114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The follow handling for the Mastodon relay interfaces only checks for the fully-expanded URL of the
Publicid,https://www.w3.org/ns/activitystreams#Public.However, the output from a compacting JSON-LD process will use the abbreviated namespaced version,
as:Public. Since this is defined as the proper format for AS2 ("The serialized JSON form of an Activity Streams 2.0 document MUST be consistent with what would be produced by the standard JSON-LD 1.0 Processing Algorithms and API [JSON-LD-API] Compaction Algorithm"), Pleroma-Relay should at least support it as a fallback.