]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/community/lock_page.json
add enable_federated_downvotes site option
[lemmy.git] / crates / apub / assets / lemmy / activities / community / lock_page.json
1 {
2   "id": "http://lemmy-alpha:8541/activities/lock/cb48761d-9e8c-42ce-aacb-b4bbe6408db2",
3   "actor": "http://lemmy-alpha:8541/u/lemmy_alpha",
4   "to": ["https://www.w3.org/ns/activitystreams#Public"],
5   "object": "http://lemmy-alpha:8541/post/2",
6   "cc": ["http://lemmy-alpha:8541/c/main"],
7   "type": "Lock",
8   "audience": "http://lemmy-alpha:8541/c/main"
9 }