app.didpic.authBasic
Schema Diff
+4 -2
1
1
{
2
2
"id": "app.didpic.authBasic",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Posts and interactions",
7
7
"detail": "Create and manage your posts, likes, comments, follows, blocks and profile, and read your feeds and notifications.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"app.didpic.feed.post",
14
14
"app.didpic.feed.like",
15
15
"app.didpic.feed.comment",
16
16
"app.didpic.graph.follow",
17
17
"app.didpic.graph.block",
18
18
"app.didpic.actor.profile"
19
19
]
20
20
},
21
21
{
22
+
"aud": [
23
+
"*"
24
+
],
22
25
"lxm": [
23
26
"app.didpic.actor.getPrefs",
24
27
"app.didpic.actor.getProfile",
25
28
"app.didpic.actor.getProfilePublic",
26
29
"app.didpic.actor.getProfiles",
27
30
"app.didpic.actor.getSuggestions",
28
31
"app.didpic.actor.putPref",
29
32
"app.didpic.feed.getActorLikes",
30
33
"app.didpic.feed.getAuthorFeed",
31
34
"app.didpic.feed.getCommentReplies",
32
35
"app.didpic.feed.getDiscoverFeed",
33
36
"app.didpic.feed.getLikes",
34
37
"app.didpic.feed.getPostPublic",
35
38
"app.didpic.feed.getPostThread",
36
39
"app.didpic.feed.getTimeline",
37
40
"app.didpic.graph.getBlocks",
38
41
"app.didpic.graph.getFollowers",
39
42
"app.didpic.graph.getFollows",
40
43
"app.didpic.graph.getSubscriptions",
41
44
"app.didpic.graph.subscribePosts",
42
45
"app.didpic.graph.unsubscribePosts",
43
46
"app.didpic.identity.getSession",
44
47
"app.didpic.identity.resolveHandle",
45
48
"app.didpic.moderation.createAppeal",
46
49
"app.didpic.moderation.createReport",
47
50
"app.didpic.notification.getUnreadCount",
48
51
"app.didpic.notification.listNotifications",
49
52
"app.didpic.notification.registerPush",
50
53
"app.didpic.notification.unregisterPush",
51
54
"app.didpic.notification.updateSeen"
52
55
],
53
56
"type": "permission",
54
-
"resource": "rpc",
55
-
"inheritAud": true
57
+
"resource": "rpc"
56
58
}
57
59
]
58
60
}
59
61
},
60
62
"$type": "com.atproto.lexicon.schema",
61
63
"lexicon": 1
62
64
}