Quotes¶
The examples are generated as follows. For name
attribute, the object contains
{
"name": "http://pasture-one-actor/assets/note1.jsonap”
}
where name is one of quote
, quoteUri
, quoteUrl
, _misskey_quote
. For FEP-e232 tag
, the quote is formatted according to FEP-e232: Object Links, i.e.
{
"tag": [
{
"type": "Link",
"mediaType": "application/ld+json; profile="https://www.w3.org/ns/activitystreams"",
"rel": "https://misskey-hub.net/ns#_misskey_quote",
"href": "http://pasture-one-actor/assets/note1.jsonap",
}
],
}
The various forms of a quote post are documented here.
We note that the attribute examples treat the content as JSON and not as JSON-LD, i.e. the @context
property is not modified. See inputs#71 for more information.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/7QAMkbg0Vi4",
"published": "2025-09-14T08:59:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/RGS7BaLEOns",
"published": "2025-09-14T08:59:09Z",
"content": "quote attribute",
"quote": "http://pasture-one-actor/assets/note1.jsonap",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 177,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] quote attribute",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-14T08:59:09.779702Z",
"ap_id": "http://pasture-one-actor/object/RGS7BaLEOns",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "quote attribute"
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/Om46d-qjh5g",
"published": "2025-09-14T08:59:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/9VKt-bI5b8w",
"published": "2025-09-14T08:59:10Z",
"content": "quoteUri attribute",
"quoteUri": "http://pasture-one-actor/assets/note1.jsonap",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 178,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] quoteUri attribute",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-14T08:59:10.573220Z",
"ap_id": "http://pasture-one-actor/object/9VKt-bI5b8w",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "quoteUri attribute"
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/g8lzgMuI40U",
"published": "2025-09-14T08:59:11Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/9QmsQ3G-qG4",
"published": "2025-09-14T08:59:11Z",
"content": "quoteUrl attribute",
"quoteUrl": "http://pasture-one-actor/assets/note1.jsonap",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 179,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] quoteUrl attribute",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-14T08:59:11.320732Z",
"ap_id": "http://pasture-one-actor/object/9QmsQ3G-qG4",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "quoteUrl attribute"
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/4hTzhGgd5Ow",
"published": "2025-09-14T08:59:11Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/Gvwsmwm3VdA",
"published": "2025-09-14T08:59:11Z",
"content": "_misskey_quote attribute",
"_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 180,
"user_id": 2,
"community_id": 1,
"title": "_misskey_quote attribute",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-14T08:59:12.119450Z",
"ap_id": "http://pasture-one-actor/object/Gvwsmwm3VdA",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "_misskey_quote attribute"
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/2TXDnXbj1SY",
"published": "2025-09-14T08:59:12Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/dQ7jO_dW6m4",
"published": "2025-09-14T08:59:12Z",
"content": "FEP-e232 tag",
"tag": [
{
"type": "Link",
"mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"",
"rel": "https://misskey-hub.net/ns#_misskey_quote",
"href": "http://pasture-one-actor/assets/note1.jsonap"
},
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 181,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] FEP-e232 tag",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-14T08:59:12.859635Z",
"ap_id": "http://pasture-one-actor/object/dQ7jO_dW6m4",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "FEP-e232 tag"
}