]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/community/update_community.json
Implement restricted community (only mods can post) (fixes #187) (#2235)
[lemmy.git] / crates / apub / assets / lemmy / activities / community / update_community.json
1 {
2   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
3   "to": [
4     "https://www.w3.org/ns/activitystreams#Public"
5   ],
6   "object": {
7     "type": "Group",
8     "id": "http://enterprise.lemmy.ml/c/main",
9     "preferredUsername": "main",
10     "name": "The Updated Community",
11     "summary": "<p>updated 2</p>\n",
12     "source": {
13       "content": "updated 2",
14       "mediaType": "text/markdown"
15     },
16     "sensitive": false,
17     "moderators": "http://enterprise.lemmy.ml/c/main/moderators",
18     "postingRestrictedToMods": false,
19     "inbox": "http://enterprise.lemmy.ml/c/main/inbox",
20     "outbox": "http://enterprise.lemmy.ml/c/main/outbox",
21     "followers": "http://enterprise.lemmy.ml/c/main/followers",
22     "endpoints": {
23       "sharedInbox": "http://enterprise.lemmy.ml/inbox"
24     },
25     "publicKey": {
26       "id": "http://enterprise.lemmy.ml/c/main#main-key",
27       "owner": "http://enterprise.lemmy.ml/c/main",
28       "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"
29     },
30     "published": "2021-10-29T15:05:51.476984+00:00",
31     "updated": "2021-11-01T12:23:50.151874+00:00"
32   },
33   "cc": [
34     "http://enterprise.lemmy.ml/c/main"
35   ],
36   "type": "Update",
37   "id": "http://ds9.lemmy.ml/activities/update/d3717cf5-096d-473f-9530-5d52f9d51f5f"
38 }