]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/voting/undo_like_note.json
84a6efe50f9eed6182740a53fa262a4be8a9f63c
[lemmy.git] / crates / apub / assets / lemmy / activities / voting / undo_like_note.json
1 {
2   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
3   "to": [
4     "https://www.w3.org/ns/activitystreams#Public"
5   ],
6   "object": {
7     "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
8     "to": [
9       "https://www.w3.org/ns/activitystreams#Public"
10     ],
11     "object": "http://ds9.lemmy.ml/comment/1",
12     "cc": [
13       "http://enterprise.lemmy.ml/c/main"
14     ],
15     "type": "Like",
16     "id": "http://ds9.lemmy.ml/activities/like/efcf7ae2-dfcc-4ff4-9ce4-6adf251ff004"
17   },
18   "cc": [
19     "http://enterprise.lemmy.ml/c/main"
20   ],
21   "type": "Undo",
22   "id": "http://ds9.lemmy.ml/activities/undo/3518565c-24a7-4d9e-8e0a-f7a2f45ac618"
23 }