so.sprk.authCreatePosts
Schema Diff
+2 -1
1
1
{
2
2
"id": "so.sprk.authCreatePosts",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Create Spark Posts",
7
-
"detail": "Create Spark posts, replies, stories, and upload media, but can not update or delete them.",
7
+
"detail": "Create Spark posts, replies, stories, audio records, and upload media, but can not update or delete them.",
8
8
"title:lang": {},
9
9
"detail:lang": {},
10
10
"permissions": [
11
11
{
12
12
"lxm": [
13
13
"so.sprk.video.getJobStatus",
14
14
"so.sprk.video.getUploadLimits",
15
15
"so.sprk.video.uploadVideo"
16
16
],
17
17
"type": "permission",
18
18
"resource": "rpc",
19
19
"inheritAud": true
20
20
},
21
21
{
22
22
"type": "permission",
23
23
"action": [
24
24
"create"
25
25
],
26
26
"resource": "repo",
27
27
"collection": [
28
28
"so.sprk.feed.post",
29
29
"so.sprk.feed.reply",
30
30
"so.sprk.feed.threadgate",
31
+
"so.sprk.sound.audio",
31
32
"so.sprk.story.post"
32
33
]
33
34
}
34
35
]
35
36
}
36
37
},
37
38
"$type": "com.atproto.lexicon.schema",
38
39
"lexicon": 1
39
40
}