[READ ONLY MIRROR] Spark Social AppView Server
github.com/sprksocial/server
atproto
deno
hono
lexicon
1{
2 "lexicon": 1,
3 "id": "chat.bsky.authFullChatClient",
4 "defs": {
5 "main": {
6 "type": "permission-set",
7 "title": "Full Chat Client (All Conversations)",
8 "title:lang": {},
9 "detail": "Control of all chat conversations and configuration management.",
10 "detail:lang": {
11 "en": "All Chat Conversations"
12 },
13 "permissions": [
14 {
15 "type": "permission",
16 "resource": "rpc",
17 "inheritAud": true,
18 "lxm": [
19 "chat.bsky.actor.deleteAccount",
20 "chat.bsky.actor.exportAccountData",
21 "chat.bsky.convo.acceptConvo",
22 "chat.bsky.convo.addReaction",
23 "chat.bsky.convo.deleteMessageForSelf",
24 "chat.bsky.convo.getConvo",
25 "chat.bsky.convo.getConvoAvailability",
26 "chat.bsky.convo.getConvoForMembers",
27 "chat.bsky.convo.getLog",
28 "chat.bsky.convo.getMessages",
29 "chat.bsky.convo.leaveConvo",
30 "chat.bsky.convo.listConvos",
31 "chat.bsky.convo.muteConvo",
32 "chat.bsky.convo.removeReaction",
33 "chat.bsky.convo.sendMessage",
34 "chat.bsky.convo.sendMessageBatch",
35 "chat.bsky.convo.unmuteConvo",
36 "chat.bsky.convo.updateAllRead",
37 "chat.bsky.convo.updateRead"
38 ]
39 },
40 {
41 "type": "permission",
42 "resource": "repo",
43 "action": ["create", "update", "delete"],
44 "collection": ["chat.bsky.actor.declaration"]
45 }
46 ]
47 }
48 }
49}