freamon replies to his own post, with an inline link to the same image, and an emoji
{
"@context": [
"https://join-lemmy.org/context.json",
"https://www.w3.org/ns/activitystreams"
],
"id": "https://local.com/activities/create/c394a258-eac5-4555-8b98-823002cbb88c",
"actor": "https://local.com/u/freamon",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"object": {
"type": "Note",
"id": "https://local.com/comment/1",
"attributedTo": "https://local.com/u/freamon",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://remote.com/c/interesting",
"https://local.com/u/freamon"
],
"content": "<p>Comment text<br />\n<img src=\"https://i.imgur.com/T7Z3vUU.jpeg\" alt=\"\" /></p>\n<p>π</p>\n",
"inReplyTo": "https://local.com/post/3",
"mediaType": "text/html",
"source": {
"content": "Comment text \n![](https://i.imgur.com/T7Z3vUU.jpeg)\n\n π ",
"mediaType": "text/markdown"
},
"published": "2024-02-13T21:48:18.776300Z",
"tag": [
{
"href": "https://local.com/u/freamon",
"name": "@[email protected]",
"type": "Mention"
}
],
"distinguished": false,
"audience": "https://remote.com/c/interesting"
},
"cc": [
"https://remote.com/c/interesting",
"https://local.com/u/freamon"
],
"tag": [
{
"href": "https://local.com/u/freamon",
"name": "@[email protected]",
"type": "Mention"
}
],
"type": "Create",
"audience": "https://remote.com/c/interesting"
}
Note 1: lemmy uses 'Page' for a post, and 'Note' for a comment, whereas mastodon uses 'Note' for both, with 'inReplyTo' distinguishing between the two.
Note 2: this is sent to the main community at remote.com, and also to the post's author (it would appear in his inbox if they weren't the same person)
freamon regrets his comment, and deletes it.