tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
Include DID and avatar in feed generators
tsiry-sandratraina.com
2 months ago
3370a126
e5423b33
+2
1 changed file
expand all
collapse all
unified
split
apps
api
src
xrpc
app
rocksky
feed
getFeedGenerators.ts
+2
apps/api/src/xrpc/app/rocksky/feed/getFeedGenerators.ts
···
44
44
name: feeds.displayName,
45
45
description: feeds.description,
46
46
avatar: feeds.avatar,
47
47
+
did: feeds.did,
47
48
uri: feeds.uri,
48
49
creator: {
49
50
id: users.id,
50
51
did: users.did,
51
52
handle: users.handle,
52
53
displayName: users.displayName,
54
54
+
avatar: users.avatar,
53
55
},
54
56
})),
55
57
}));