tech.tokimeki.forum.server
Schema Diff
+3 -1
1
1
{
2
2
"id": "tech.tokimeki.forum.server",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"name": "tokimeki-space server",
7
7
"type": "space",
8
8
"name:lang": {
9
9
"ja": "tokimeki-space サーバー"
10
10
},
11
11
"collections": [
12
12
"tech.tokimeki.forum.profile",
13
13
"tech.tokimeki.forum.channel",
14
14
"tech.tokimeki.forum.thread",
15
15
"tech.tokimeki.forum.message",
16
16
"tech.tokimeki.forum.vote",
17
-
"tech.tokimeki.forum.reaction"
17
+
"tech.tokimeki.forum.reaction",
18
+
"tech.tokimeki.forum.hide",
19
+
"tech.tokimeki.forum.role"
18
20
],
19
21
"description": "A Discord-like server (guild). One space per server, anchored on the owner's DID. Channels are records in the owner's repo; messages live in each author's own repo within the space."
20
22
}
21
23
},
22
24
"$type": "com.atproto.lexicon.schema",
23
25
"lexicon": 1
24
26
}