]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/community/undo_lock_page.json
add enable_federated_downvotes site option
[lemmy.git] / crates / apub / assets / lemmy / activities / community / undo_lock_page.json
1 {
2   "id": "http://lemmy-alpha:8541/activities/undo/d6066719-d277-4964-9190-4d6faffac286",
3   "actor": "http://lemmy-alpha:8541/u/lemmy_alpha",
4   "to": ["https://www.w3.org/ns/activitystreams#Public"],
5   "object": {
6     "actor": "http://lemmy-alpha:8541/u/lemmy_alpha",
7     "to": ["https://www.w3.org/ns/activitystreams#Public"],
8     "object": "http://lemmy-alpha:8541/post/2",
9     "cc": ["http://lemmy-alpha:8541/c/main"],
10     "type": "Lock",
11     "id": "http://lemmy-alpha:8541/activities/lock/08b6fd3e-9ef3-4358-a987-8bb641f3e2c3",
12     "audience": "http://lemmy-alpha:8541/c/main"
13   },
14   "cc": ["http://lemmy-alpha:8541/c/main"],
15   "type": "Undo",
16   "audience": "http://lemmy-alpha:8541/c/main"
17 }