]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/community/undo_block_user.json
Use doku(skip) for opentelemetry_url config value (ref #2085) (#2091)
[lemmy.git] / crates / apub / assets / lemmy / activities / community / 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     "target": "http://enterprise.lemmy.ml/c/main",
16     "type": "Block",
17     "id": "http://enterprise.lemmy.ml/activities/block/726f43ab-bd0e-4ab3-89c8-627e976f553c"
18   },
19   "cc": [
20     "http://enterprise.lemmy.ml/c/main"
21   ],
22   "type": "Undo",
23   "id": "http://enterprise.lemmy.ml/activities/undo/06a20ffb-3e32-42fb-8f4c-674b36d7c557"
24 }