com.babesky.authWriteCreatorProfile
Schema Diff
+4 -2
1
1
{
2
2
"id": "com.babesky.authWriteCreatorProfile",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Publish your creator profile to the Atmosphere",
7
-
"detail": "Writes your platform links and tip jar links to your AT Protocol repository, making them discoverable by other apps. You choose which links to include and can remove them at any time.",
7
+
"detail": "Writes your platform links, tip jar, creator profile, and featured posts to your AT Protocol repository, making them discoverable by other apps. You choose what to include and can remove anything at any time.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"com.babesky.actor.links",
14
-
"com.babesky.actor.support"
14
+
"com.babesky.actor.support",
15
+
"com.babesky.actor.profile",
16
+
"com.babesky.actor.featured"
15
17
]
16
18
}
17
19
]
18
20
}
19
21
},
20
22
"$type": "com.atproto.lexicon.schema",
21
23
"lexicon": 1
22
24
}