mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-17 09:54:01 +00:00
Nutomic
7c2445efe7
* move code to new file * rewrite markdown links (fixes #2987) * add missing file * add helper fn * also convert post.url * simplify search.rs * clippy * also rewrite user/community links in markdown * Call from apub handlers, cleanup * no network requests in test * clippy * fix tests * serial * test * no mut * add api test * fix api test
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"@context": [
|
|
"https://www.w3.org/ns/activitystreams",
|
|
"https://queer.hacktivis.me/schemas/litepub-0.1.jsonld",
|
|
{
|
|
"@language": "und"
|
|
}
|
|
],
|
|
"actor": "https://queer.hacktivis.me/users/lanodan",
|
|
"attachment": [],
|
|
"attributedTo": "https://queer.hacktivis.me/users/lanodan",
|
|
"cc": ["https://www.w3.org/ns/activitystreams#Public"],
|
|
"content": "Have what?",
|
|
"context": "https://queer.hacktivis.me/contexts/34cba3d2-2f35-4169-aeff-56af9bfeb753",
|
|
"conversation": "https://queer.hacktivis.me/contexts/34cba3d2-2f35-4169-aeff-56af9bfeb753",
|
|
"id": "https://queer.hacktivis.me/objects/8d4973f4-53de-49cd-8c27-df160e16a9c2",
|
|
"inReplyTo": "https://enterprise.lemmy.ml/post/55143",
|
|
"published": "2021-10-07T18:06:52.555500Z",
|
|
"sensitive": null,
|
|
"source": "@popolon@pleroma.popolon.org Have what?",
|
|
"summary": "",
|
|
"tag": [
|
|
{
|
|
"href": "https://pleroma.popolon.org/users/popolon",
|
|
"name": "@popolon@pleroma.popolon.org",
|
|
"type": "Mention"
|
|
}
|
|
],
|
|
"to": [
|
|
"https://pleroma.popolon.org/users/popolon",
|
|
"https://queer.hacktivis.me/users/lanodan/followers"
|
|
],
|
|
"type": "Note"
|
|
}
|