app.yuunagi.authBasic
Schema Diff
+5 -1
1
1
{
2
2
"id": "app.yuunagi.authBasic",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Yuunagi.app",
7
7
"detail": "",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"app.yuunagi.feed.animation",
14
-
"app.yuunagi.feed.star",
14
+
"app.yuunagi.feed.comment",
15
+
"app.yuunagi.feed.like",
15
16
"app.yuunagi.feed.channel",
16
17
"app.yuunagi.graph.follow",
17
18
"app.yuunagi.actor.declaration"
18
19
]
19
20
},
20
21
{
21
22
"lxm": [
22
23
"app.yuunagi.feed.getChannelFeed",
23
24
"app.yuunagi.feed.getTimeline",
25
+
"app.yuunagi.feed.getReceivedLikes",
26
+
"app.yuunagi.feed.getReceivedComments",
27
+
"app.yuunagi.feed.getDerivedAnimations",
24
28
"app.yuunagi.feed.searchAnimationsInChannel",
25
29
"app.yuunagi.actor.getPreferences",
26
30
"app.yuunagi.actor.putPreferences",
27
31
"app.yuunagi.moderation.createReport"
28
32
],
29
33
"type": "permission",
30
34
"resource": "rpc",
31
35
"inheritAud": true
32
36
}
33
37
]
34
38
}
35
39
},
36
40
"$type": "com.atproto.lexicon.schema",
37
41
"lexicon": 1
38
42
}