From b5bfd9cdd0aafae1285ad67cfd289417301bcc91 Mon Sep 17 00:00:00 2001 From: Roscoe Rubin-Rottenberg Date: Mon, 22 Jun 2026 21:25:14 -0400 Subject: [PATCH] fix: add audio to scopes --- lexicons/so/sprk/authCreatePosts.json | 3 ++- lexicons/so/sprk/authDeleteContent.json | 3 ++- lexicons/so/sprk/authFullApp.json | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lexicons/so/sprk/authCreatePosts.json b/lexicons/so/sprk/authCreatePosts.json index 7075ed7..fd0d7ba 100644 --- a/lexicons/so/sprk/authCreatePosts.json +++ b/lexicons/so/sprk/authCreatePosts.json @@ -6,7 +6,7 @@ "type": "permission-set", "title": "Create Spark Posts", "title:lang": {}, - "detail": "Create Spark posts, replies, stories, and upload media, but can not update or delete them.", + "detail": "Create Spark posts, replies, stories, audio records, and upload media, but can not update or delete them.", "detail:lang": {}, "permissions": [ { @@ -27,6 +27,7 @@ "so.sprk.feed.post", "so.sprk.feed.reply", "so.sprk.feed.threadgate", + "so.sprk.sound.audio", "so.sprk.story.post" ] } diff --git a/lexicons/so/sprk/authDeleteContent.json b/lexicons/so/sprk/authDeleteContent.json index b4c463f..bccb673 100644 --- a/lexicons/so/sprk/authDeleteContent.json +++ b/lexicons/so/sprk/authDeleteContent.json @@ -6,7 +6,7 @@ "type": "permission-set", "title": "Delete Spark Content", "title:lang": {}, - "detail": "Clean up Spark account history: posts, replies, reposts, likes, thread controls, and stories.", + "detail": "Clean up Spark account history: posts, replies, reposts, likes, thread controls, stories, and audio records.", "detail:lang": {}, "permissions": [ { @@ -19,6 +19,7 @@ "so.sprk.feed.reply", "so.sprk.feed.repost", "so.sprk.feed.threadgate", + "so.sprk.sound.audio", "so.sprk.story.post" ] } diff --git a/lexicons/so/sprk/authFullApp.json b/lexicons/so/sprk/authFullApp.json index 8bf7478..7d04bf5 100644 --- a/lexicons/so/sprk/authFullApp.json +++ b/lexicons/so/sprk/authFullApp.json @@ -84,6 +84,7 @@ "so.sprk.graph.block", "so.sprk.graph.follow", "so.sprk.labeler.service", + "so.sprk.sound.audio", "so.sprk.story.post" ] } -- 2.51.2