]> Untitled Git - lemmy.git/blob - crates/apub/assets/smithereen/activities/create_note.json
a30bc9a53429c99dc9fe03e3ede8975514d24e62
[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       "type": "Mention",
21       "href": "https://ds9.lemmy.ml/u/nutomic"
22     },
23     "url": "https://friends.grishka.me/posts/66561",
24     "to": [
25       "https://www.w3.org/ns/activitystreams#Public"
26     ],
27     "cc": [
28       "https://ds9.lemmy.ml/u/nutomic"
29     ],
30     "replies": {
31       "type": "Collection",
32       "id": "https://friends.grishka.me/posts/66561/replies",
33       "first": {
34         "type": "CollectionPage",
35         "partOf": "https://friends.grishka.me/posts/66561/replies",
36         "next": "https://friends.grishka.me/posts/66561/replies?page=1"
37       }
38     },
39     "sensitive": false,
40     "likes": "https://friends.grishka.me/posts/66561/likes"
41   },
42   "@context": [
43     "https://www.w3.org/ns/activitystreams",
44     {
45       "sensitive": "as:sensitive"
46     }
47   ],
48   "signature": {
49     "creator": "https://friends.grishka.me/users/1#main-key",
50     "created": "2021-11-09T11:42:35Z",
51     "type": "RsaSignature2017",
52     "signatureValue": "MmEf4hjfwfQbm/W8qfONwf0uEXO4dhKApX8PlodSNi9x6E4kEgBvx7BrKg3gtqnXfU/cbGdVIN/yCz8+v7Tp2T2kj1yRpD7WjbgwzkrOlhxLi3zPXd4En/cVVdZYSfc7R6DGflXOSeOZPnKbrmY6i+1kYkM80Yc+LFtoj0Ftdgc/YbwMynt1OwPvDbB5bJo1NVyRnpNqlqia2VNmdAh1+2vREXZmINsCOFMC5c0RVzEENYMw+ZPsbVdXfoz4wfqK2u2i7SlcDKVErVNPrKn71wfGWRRiLUNupokY1x3jsWeZlPqGvAP3WGS9ChU+FxhnVHbtxIf0QmeOas3okLDSjw=="
53   }
54 }