app.yuunagi.authBasic
Schema Diff
+2 -0
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.comment",
14
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",
24
25
"app.yuunagi.feed.getReceivedLikes",
26
+
"app.yuunagi.feed.getReceivedComments",
25
27
"app.yuunagi.feed.getDerivedAnimations",
26
28
"app.yuunagi.feed.searchAnimationsInChannel",
27
29
"app.yuunagi.actor.getPreferences",
28
30
"app.yuunagi.actor.putPreferences",
29
31
"app.yuunagi.moderation.createReport"
30
32
],
31
33
"type": "permission",
32
34
"resource": "rpc",
33
35
"inheritAud": true
34
36
}
35
37
]
36
38
}
37
39
},
38
40
"$type": "com.atproto.lexicon.schema",
39
41
"lexicon": 1
40
42
}