Hélène
c1e15ff6f8
Incoming Pleroma replies to a Misskey thread were rejected due to a broken context fix, which caused them to not be visible until a non-Pleroma user interacted with the replies. This fix properly sets the post-fix object context to its parent Create activity as well, if it was changed.
44 lines
No EOL
1.6 KiB
JSON
44 lines
No EOL
1.6 KiB
JSON
{
|
|
"@context": [
|
|
"https://www.w3.org/ns/activitystreams",
|
|
"https://w3id.org/security/v1",
|
|
{
|
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
|
"sensitive": "as:sensitive",
|
|
"Hashtag": "as:Hashtag",
|
|
"quoteUrl": "as:quoteUrl",
|
|
"toot": "http://joinmastodon.org/ns#",
|
|
"Emoji": "toot:Emoji",
|
|
"featured": "toot:featured",
|
|
"discoverable": "toot:discoverable",
|
|
"schema": "http://schema.org#",
|
|
"PropertyValue": "schema:PropertyValue",
|
|
"value": "schema:value",
|
|
"misskey": "https://misskey-hub.net/ns#",
|
|
"_misskey_content": "misskey:_misskey_content",
|
|
"_misskey_quote": "misskey:_misskey_quote",
|
|
"_misskey_reaction": "misskey:_misskey_reaction",
|
|
"_misskey_votes": "misskey:_misskey_votes",
|
|
"_misskey_talk": "misskey:_misskey_talk",
|
|
"isCat": "misskey:isCat",
|
|
"vcard": "http://www.w3.org/2006/vcard/ns#"
|
|
}
|
|
],
|
|
"id": "https://mk.absturztau.be/notes/93e7nm8wqg",
|
|
"type": "Note",
|
|
"attributedTo": "https://mk.absturztau.be/users/8ozbzjs3o8",
|
|
"summary": null,
|
|
"content": "<p><span>meow</span></p>",
|
|
"_misskey_content": "meow",
|
|
"published": "2022-08-01T11:06:49.568Z",
|
|
"to": [
|
|
"https://www.w3.org/ns/activitystreams#Public"
|
|
],
|
|
"cc": [
|
|
"https://mk.absturztau.be/users/8ozbzjs3o8/followers"
|
|
],
|
|
"inReplyTo": null,
|
|
"attachment": [],
|
|
"sensitive": false,
|
|
"tag": []
|
|
} |