social.colibri.beta.actor.settings
Schema Diff
+5 -0
Compatibility Analysis
Backward Compatible
Backward compatible. 2 non-breaking changes.
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "social.colibri.beta.actor.settings:body.shareActivity" }
- AddedEdge AddedEdge { src: "social.colibri.beta.actor.settings:body", tgt: "social.colibri.beta.actor.settings:body.shareActivity", kind: "prop", name: Some("shareActivity") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "social.colibri.beta.actor.settings:body.shareActivity" }
Additional Notes
- Non-breaking: AddedEdge { src: "social.colibri.beta.actor.settings:body", tgt: "social.colibri.beta.actor.settings:body.shareActivity", kind: "prop", name: Some("shareActivity") }
1
1
{
2
2
"id": "social.colibri.beta.actor.settings",
3
3
"defs": {
4
4
"main": {
5
5
"key": "literal:self",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [],
10
10
"properties": {
11
11
"gifFavorites": {
12
12
"type": "array",
13
13
"items": {
14
14
"ref": "social.colibri.beta.embed.defs#gifView",
15
15
"type": "ref"
16
16
},
17
17
"description": "GIFs the user saved from the picker, stored whole. A saved GIF has to render without another lookup, and an identifier cannot be turned back into one: a GIF favourited from a chat message carries its own URL as the id rather than a provider key, so no provider can resolve it."
18
18
},
19
+
"shareActivity": {
20
+
"type": "boolean",
21
+
"default": false,
22
+
"description": "Whether the AppView may read the user's listening records from the services they publish to and show what they are playing to others."
23
+
},
19
24
"communityOrder": {
20
25
"type": "array",
21
26
"items": {
22
27
"type": "string",
23
28
"format": "did",
24
29
"description": "A community."
25
30
},
26
31
"description": "The user's communities in their preferred sidebar order."
27
32
},
28
33
"notificationLevel": {
29
34
"type": "string",
30
35
"default": "all",
31
36
"description": "Which messages produce a notification.",
32
37
"knownValues": [
33
38
"all",
34
39
"mentionsAndReplies"
35
40
]
36
41
}
37
42
}
38
43
},
39
44
"description": "A user's Colibri settings."
40
45
}
41
46
},
42
47
"$type": "com.atproto.lexicon.schema",
43
48
"lexicon": 1
44
49
}