]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/voting/undo_like_note.json
Federate votes as private (#2501)
[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     "type": "Like",
7     "id": "http://ds9.lemmy.ml/activities/like/efcf7ae2-dfcc-4ff4-9ce4-6adf251ff004"
8   },
9   "type": "Undo",
10   "id": "http://ds9.lemmy.ml/activities/undo/3518565c-24a7-4d9e-8e0a-f7a2f45ac618"
11 }