]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/voting/undo_like_note.json
Update apub examples to remove `to` field (ref #2380) (#2382)
[lemmy.git] / crates / apub / assets / lemmy / activities / voting / undo_like_note.json
1 {
2   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
3   "object": {
4     "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
5     "object": "http://ds9.lemmy.ml/comment/1",
6     "cc": [
7       "https://www.w3.org/ns/activitystreams#Public"
8     ],
9     "type": "Like",
10     "id": "http://ds9.lemmy.ml/activities/like/efcf7ae2-dfcc-4ff4-9ce4-6adf251ff004"
11   },
12   "cc": [
13     "https://www.w3.org/ns/activitystreams#Public"
14   ],
15   "type": "Undo",
16   "id": "http://ds9.lemmy.ml/activities/undo/3518565c-24a7-4d9e-8e0a-f7a2f45ac618"
17 }