]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/community/undo_lock_page.json
Implement separate mod activities for feature, lock post (#2716)
[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": [
5         "https://www.w3.org/ns/activitystreams#Public"
6     ],
7     "object": {
8         "actor": "http://lemmy-alpha:8541/u/lemmy_alpha",
9         "to": [
10             "https://www.w3.org/ns/activitystreams#Public"
11         ],
12         "object": "http://lemmy-alpha:8541/post/2",
13         "cc": [
14             "http://lemmy-alpha:8541/c/main"
15         ],
16         "type": "Lock",
17         "id": "http://lemmy-alpha:8541/activities/lock/08b6fd3e-9ef3-4358-a987-8bb641f3e2c3",
18         "audience": "http://lemmy-alpha:8541/c/main"
19     },
20     "cc": [
21         "http://lemmy-alpha:8541/c/main"
22     ],
23     "type": "Undo",
24     "audience": "http://lemmy-alpha:8541/c/main"
25 }