A decentralized music tracking and discovery platform built on AT Protocol 🎵
listenbrainz spotify atproto lastfm musicbrainz scrobbling

Include DID and avatar in feed generators

Changed files
+2
apps
api
src
xrpc
app
rocksky
+2
apps/api/src/xrpc/app/rocksky/feed/getFeedGenerators.ts
··· 44 name: feeds.displayName, 45 description: feeds.description, 46 avatar: feeds.avatar, 47 uri: feeds.uri, 48 creator: { 49 id: users.id, 50 did: users.did, 51 handle: users.handle, 52 displayName: users.displayName, 53 }, 54 })), 55 }));
··· 44 name: feeds.displayName, 45 description: feeds.description, 46 avatar: feeds.avatar, 47 + did: feeds.did, 48 uri: feeds.uri, 49 creator: { 50 id: users.id, 51 did: users.did, 52 handle: users.handle, 53 displayName: users.displayName, 54 + avatar: users.avatar, 55 }, 56 })), 57 }));