Music streaming on ATProto!
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(lexicon): weaken link for playlists and plays

+2 -2
+1 -1
packages/lexicons/defs/sh/comet/v0/feed/play.json
··· 10 10 "type": "object", 11 11 "required": ["subject", "createdAt"], 12 12 "properties": { 13 - "subject": { "type": "ref", "ref": "com.atproto.repo.strongRef" }, 13 + "subject": { "type": "string", "format": "at-uri" }, 14 14 "createdAt": { "type": "string", "format": "datetime" } 15 15 } 16 16 }
+1 -1
packages/lexicons/defs/sh/comet/v0/feed/playlist.json
··· 13 13 "tracks": { 14 14 "type": "array", 15 15 "minLength": 1, 16 - "items": { "type": "ref", "ref": "com.atproto.repo.strongRef" } 16 + "items": { "type": "string", "format": "at-uri" } 17 17 }, 18 18 "image": { 19 19 "type": "blob",