]> Untitled Git - lemmy.git/blob - crates/apub/assets/smithereen/activities/create_note.json
Create and Note always need to tag parent creator, for mastodon notifications
[lemmy.git] / crates / apub / assets / smithereen / activities / create_note.json
1 {
2   "type": "Create",
3   "id": "https://friends.grishka.me/posts/66561/activityCreate",
4   "published": "2021-11-09T11:42:35Z",
5   "to": [
6     "https://www.w3.org/ns/activitystreams#Public"
7   ],
8   "cc": [
9     "https://ds9.lemmy.ml/u/nutomic"
10   ],
11   "actor": "https://friends.grishka.me/users/1",
12   "object": {
13     "type": "Note",
14     "id": "https://friends.grishka.me/posts/66561",
15     "attributedTo": "https://friends.grishka.me/users/1",
16     "content": "<p>So does this federate now?</p>",
17     "inReplyTo": "https://ds9.lemmy.ml/post/1723",
18     "published": "2021-11-09T11:42:35Z",
19     "tag": [
20       {
21         "type": "Mention",
22         "href": "https://ds9.lemmy.ml/u/nutomic"
23       }
24     ],
25     "url": "https://friends.grishka.me/posts/66561",
26     "to": [
27       "https://www.w3.org/ns/activitystreams#Public"
28     ],
29     "cc": [
30       "https://ds9.lemmy.ml/u/nutomic"
31     ],
32     "replies": {
33       "type": "Collection",
34       "id": "https://friends.grishka.me/posts/66561/replies",
35       "first": {
36         "type": "CollectionPage",
37         "partOf": "https://friends.grishka.me/posts/66561/replies",
38         "next": "https://friends.grishka.me/posts/66561/replies?page=1"
39       }
40     },
41     "sensitive": false,
42     "likes": "https://friends.grishka.me/posts/66561/likes"
43   },
44   "@context": [
45     "https://www.w3.org/ns/activitystreams",
46     {
47       "sensitive": "as:sensitive"
48     }
49   ],
50   "signature": {
51     "creator": "https://friends.grishka.me/users/1#main-key",
52     "created": "2021-11-09T11:42:35Z",
53     "type": "RsaSignature2017",
54     "signatureValue": "MmEf4hjfwfQbm/W8qfONwf0uEXO4dhKApX8PlodSNi9x6E4kEgBvx7BrKg3gtqnXfU/cbGdVIN/yCz8+v7Tp2T2kj1yRpD7WjbgwzkrOlhxLi3zPXd4En/cVVdZYSfc7R6DGflXOSeOZPnKbrmY6i+1kYkM80Yc+LFtoj0Ftdgc/YbwMynt1OwPvDbB5bJo1NVyRnpNqlqia2VNmdAh1+2vREXZmINsCOFMC5c0RVzEENYMw+ZPsbVdXfoz4wfqK2u2i7SlcDKVErVNPrKn71wfGWRRiLUNupokY1x3jsWeZlPqGvAP3WGS9ChU+FxhnVHbtxIf0QmeOas3okLDSjw=="
55   }
56 }