social.smallbury.authFull
Schema Diff
+1 -1
1
1
{
2
2
"id": "social.smallbury.authFull",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Smallbury",
7
-
"detail": "Manage trusted contacts, private posts, reactions, and encryption keys; use the Smallbury AppView for your feed and notifications.",
7
+
"detail": "Public and private posts, manage contacts, reactions, and notifications.",
8
8
"title:lang": {},
9
9
"detail:lang": {},
10
10
"permissions": [
11
11
{
12
12
"type": "permission",
13
13
"action": [
14
14
"create",
15
15
"update",
16
16
"delete"
17
17
],
18
18
"resource": "repo",
19
19
"collection": [
20
20
"social.smallbury.actor.profile",
21
21
"social.smallbury.actor.trust",
22
22
"social.smallbury.actor.keyring",
23
23
"social.smallbury.feed.post",
24
24
"social.smallbury.feed.reaction",
25
25
"social.smallbury.graph.invite"
26
26
]
27
27
},
28
28
{
29
29
"lxm": [
30
30
"social.smallbury.feed.list",
31
31
"social.smallbury.graph.listInboundTrust",
32
32
"social.smallbury.notification.list",
33
33
"social.smallbury.notification.markRead"
34
34
],
35
35
"type": "permission",
36
36
"resource": "rpc",
37
37
"inheritAud": true
38
38
}
39
39
]
40
40
}
41
41
},
42
42
"$type": "com.atproto.lexicon.schema",
43
43
"lexicon": 1
44
44
}