]> Untitled Git - lemmy.git/blob - crates/apub/assets/lotide/activities/create_page_image.json
Accept Image objects in attachments (#2394)
[lemmy.git] / crates / apub / assets / lotide / activities / create_page_image.json
1 {
2   "actor": "http://ltthostname.local:3334/apub/users/3",
3   "object": {
4     "@context": "https://www.w3.org/ns/activitystreams",
5     "id": "http://ltthostname.local:3334/apub/posts/46",
6     "type": "Note",
7     "name": "image",
8     "to": "http://localhost:8536/c/elsewhere",
9     "cc": "https://www.w3.org/ns/activitystreams#Public",
10     "attributedTo": "http://ltthostname.local:3334/apub/users/3",
11     "attachment": [
12       {
13         "type": "Image",
14         "url": "http://ltthostname.local:3334/api/stable/posts/46/href"
15       }
16     ],
17     "sensitive": false,
18     "published": "2022-08-06T18:35:01.043072+00:00",
19     "summary": "image"
20   },
21   "to": "http://localhost:8536/c/elsewhere",
22   "cc": "https://www.w3.org/ns/activitystreams#Public",
23   "@context": "https://www.w3.org/ns/activitystreams",
24   "id": "http://ltthostname.local:3334/apub/posts/46/create",
25   "type": "Create"
26 }