]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/community/update_community.json
add enable_federated_downvotes site option
[lemmy.git] / crates / apub / assets / lemmy / activities / community / update_community.json
1 {
2   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
3   "to": ["https://www.w3.org/ns/activitystreams#Public"],
4   "object": {
5     "type": "Group",
6     "id": "http://enterprise.lemmy.ml/c/main",
7     "preferredUsername": "main",
8     "name": "The Updated Community",
9     "summary": "<p>updated 2</p>\n",
10     "source": {
11       "content": "updated 2",
12       "mediaType": "text/markdown"
13     },
14     "sensitive": false,
15     "postingRestrictedToMods": false,
16     "inbox": "http://enterprise.lemmy.ml/c/main/inbox",
17     "outbox": "http://enterprise.lemmy.ml/c/main/outbox",
18     "followers": "http://enterprise.lemmy.ml/c/main/followers",
19     "attributedTo": "https://enterprise.lemmy.ml/c/main/moderators",
20     "endpoints": {
21       "sharedInbox": "http://enterprise.lemmy.ml/inbox"
22     },
23     "publicKey": {
24       "id": "http://enterprise.lemmy.ml/c/main#main-key",
25       "owner": "http://enterprise.lemmy.ml/c/main",
26       "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA16Xh06V1l2yy0WAIMUTV\nnvZIuAuKDxzDQUNT+n8gmcVuvBu7tkpbPTQ3DjGB3bQfGC2ekew/yldwOXyZ7ry1\npbJSYSrCBJrAlPLs/ao3OPTqmcl3vnSWti/hqopEV+Um2t7fwpkCjVrnzVKRSlys\nihnrth64ZiwAqq2llpaXzWc1SR2URZYSdnry/4d9UNrZVkumIeg1gk9KbCAo4j/O\njsv/aBjpZcTeLmtMZf6fcrvGre9duJdx6e2Tg/YNcnSnARosqev/UwVTzzGNVWXg\n9rItaa0a0aea4se4Bn6QXvOBbcq3+OYZMR6a34hh5BTeNG8WbpwmVahS0WFUsv9G\nswIDAQAB\n-----END PUBLIC KEY-----\n"
27     },
28     "language": [
29       {
30         "identifier": "fr",
31         "name": "Français"
32       },
33       {
34         "identifier": "de",
35         "name": "Deutsch"
36       }
37     ],
38     "published": "2021-10-29T15:05:51.476984+00:00",
39     "updated": "2021-11-01T12:23:50.151874+00:00"
40   },
41   "cc": ["http://enterprise.lemmy.ml/c/main"],
42   "audience": "http://enterprise.lemmy.ml/u/main",
43   "type": "Update",
44   "id": "http://ds9.lemmy.ml/activities/update/d3717cf5-096d-473f-9530-5d52f9d51f5f"
45 }