The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

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

fix: use correct blob for banner

+1 -1
+1 -1
apps/api/src/xrpc/blue.recipes.actor.getProfile.ts
··· 35 35 pronouns: profile.pronouns ?? undefined, 36 36 website: profile.website ?? undefined, 37 37 avatar: profile.avatarRef ? buildCdnUrl('avatar', profile.did, profile.avatarRef) : undefined, 38 - banner: profile.avatarRef ? buildCdnUrl('avatar', profile.did, profile.avatarRef) : undefined, 38 + banner: profile.bannerRef ? buildCdnUrl('feed_thumbnail', profile.did, profile.bannerRef) : undefined, 39 39 recipesCount: profile.recipesCount, 40 40 createdAt: profile.createdAt.toISOString(), 41 41 });