]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/block/undo_block_user.json
Use audience field to federate items in groups (fixes #2464) (#2584)
[lemmy.git] / crates / apub / assets / lemmy / activities / block / undo_block_user.json
1 {
2   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
3   "to": [
4     "https://www.w3.org/ns/activitystreams#Public"
5   ],
6   "object": {
7     "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
8     "to": [
9       "https://www.w3.org/ns/activitystreams#Public"
10     ],
11     "object": "http://ds9.lemmy.ml/u/lemmy_alpha",
12     "cc": [
13       "http://enterprise.lemmy.ml/c/main"
14     ],
15     "audience": "http://enterprise.lemmy.ml/u/main",
16     "target": "http://enterprise.lemmy.ml/c/main",
17     "type": "Block",
18     "removeData": true,
19     "summary": "spam post",
20     "expires": "2021-11-01T12:23:50.151874+00:00",
21     "id": "http://enterprise.lemmy.ml/activities/block/726f43ab-bd0e-4ab3-89c8-627e976f553c"
22   },
23   "cc": [
24     "http://enterprise.lemmy.ml/c/main"
25   ],
26   "audience": "http://enterprise.lemmy.ml/u/main",
27   "type": "Undo",
28   "id": "http://enterprise.lemmy.ml/activities/undo/06a20ffb-3e32-42fb-8f4c-674b36d7c557"
29 }