social.colibri.beta.permissionMessaging

colibri.social

Schema Diff

+8 -0

From

CID
bafyreibdl25nzef...
Indexed At
2026-08-23 12:32 UTC
View this version

To

CID
bafyreig3r7i2jnh...
Indexed At
2026-08-23 13:08 UTC
View this version
1 1
{
2 2
  "id": "social.colibri.beta.permissionMessaging",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "permission-set",
6 6
      "title": "Colibri messages",
7 7
      "detail": "Read and post in the Colibri communities you belong to.",
8 8
      "permissions": [
9 9
        {
10 10
          "type": "permission",
11 11
          "action": [
12 12
            "read",
13 13
            "create",
14 14
            "update",
15 15
            "delete"
16 16
          ],
17 17
          "resource": "space",
18 18
          "authority": "*",
19 19
          "spaceType": "social.colibri.beta.channel.text",
20 20
          "collection": [
21 21
            "social.colibri.beta.message",
22 22
            "social.colibri.beta.reaction"
23 23
          ]
24 24
        },
25 25
        {
26 26
          "type": "permission",
27 27
          "action": [
28 28
            "read"
29 29
          ],
30 30
          "resource": "space",
31 31
          "authority": "*",
32 32
          "spaceType": "social.colibri.beta.channel.voice"
33 33
        },
34 34
        {
35 35
          "type": "permission",
36 36
          "action": [
37 37
            "read"
38 38
          ],
39 39
          "resource": "space",
40 40
          "authority": "*",
41 41
          "spaceType": "social.colibri.beta.community.profile"
42 42
        },
43 43
        {
44 44
          "type": "permission",
45 45
          "action": [
46 46
            "read"
47 47
          ],
48 48
          "resource": "space",
49 49
          "authority": "*",
50 50
          "spaceType": "social.colibri.beta.community.configuration"
51 51
        },
52 52
        {
53 53
          "type": "permission",
54 54
          "action": [
55 55
            "read"
56 56
          ],
57 57
          "resource": "space",
58 58
          "authority": "*",
59 59
          "spaceType": "social.colibri.beta.community.members"
60 60
        },
61 61
        {
62 62
          "lxm": [
63 63
            "social.colibri.beta.community.getCommunity",
64 64
            "social.colibri.beta.community.join",
65 65
            "social.colibri.beta.community.leave",
66 66
            "social.colibri.beta.community.listCategories",
67 67
            "social.colibri.beta.community.listChannels",
68 68
            "social.colibri.beta.community.listMembers",
69 69
            "social.colibri.beta.community.listRoles",
70 70
            "social.colibri.beta.community.getInvitation",
71 71
            "social.colibri.beta.channel.getChannel",
72 72
            "social.colibri.beta.channel.listMessages",
73 73
            "social.colibri.beta.channel.listReactions",
74 74
            "social.colibri.beta.channel.listUnreadStatus",
75 75
            "social.colibri.beta.channel.putReadCursors",
76 76
            "social.colibri.beta.embed.getMetadata",
77 77
            "social.colibri.beta.embed.searchGifs",
78 78
            "social.colibri.beta.embed.trendingGifs",
79 79
            "social.colibri.beta.embed.gifCategories",
80 80
            "social.colibri.beta.blob.get"
81 81
          ],
82 82
          "type": "permission",
83 83
          "resource": "rpc",
84 84
          "inheritAud": true
85 +
        },
86 +
        {
87 +
          "type": "permission",
88 +
          "accept": [
89 +
            "image/*",
90 +
            "video/*"
91 +
          ],
92 +
          "resource": "blob"
85 93
        }
86 94
      ]
87 95
    }
88 96
  },
89 97
  "$type": "com.atproto.lexicon.schema",
90 98
  "lexicon": 1
91 99
}

Compare Other Versions

Lexicon Garden

@