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

update getProfile xrpc method

+5 -1
+5 -1
apps/api/src/xrpc/app/rocksky/actor/getProfile.ts
··· 292 292 avatar: `https://cdn.bsky.app/img/avatar/plain/${profile.did}/${_.get(profile, "profileRecord.value.avatar.ref", "").toString()}@jpeg`, 293 293 createdAt: profile.user?.createdAt.toISOString(), 294 294 updatedAt: profile.user?.updatedAt.toISOString(), 295 - spotifyUser, 295 + spotifyUser: { 296 + ...spotifyUser, 297 + createdAt: spotifyUser?.createdAt.toISOString(), 298 + updatedAt: spotifyUser?.updatedAt.toISOString(), 299 + }, 296 300 spotifyToken: { 297 301 ...R.omit(["accessToken", "refreshToken"], spotifyToken), 298 302 createdAt: spotifyToken?.createdAt.toISOString(),