so.sprk.authDeleteContent
Schema Diff
+2 -1
1
1
{
2
2
"id": "so.sprk.authDeleteContent",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Delete Spark Content",
7
-
"detail": "Clean up Spark account history: posts, replies, reposts, likes, thread controls, and stories.",
7
+
"detail": "Clean up Spark account history: posts, replies, reposts, likes, thread controls, stories, and audio records.",
8
8
"title:lang": {},
9
9
"detail:lang": {},
10
10
"permissions": [
11
11
{
12
12
"type": "permission",
13
13
"action": [
14
14
"delete"
15
15
],
16
16
"resource": "repo",
17
17
"collection": [
18
18
"so.sprk.feed.like",
19
19
"so.sprk.feed.post",
20
20
"so.sprk.feed.reply",
21
21
"so.sprk.feed.repost",
22
22
"so.sprk.feed.threadgate",
23
+
"so.sprk.sound.audio",
23
24
"so.sprk.story.post"
24
25
]
25
26
}
26
27
]
27
28
}
28
29
},
29
30
"$type": "com.atproto.lexicon.schema",
30
31
"lexicon": 1
31
32
}