grain.social is a photo sharing platform built on atproto.

feat: update getNotificationsDetailed to use notification.did for fetching actor profile

Changed files
+1 -1
src
+1 -1
src/lib/notifications.ts
··· 178 178 } 179 179 } else if (notification.$type === "social.grain.graph.follow") { 180 180 reasonSubject = getActorProfile( 181 - notification.subject, 181 + notification.did, 182 182 ctx, 183 183 ) ?? undefined; 184 184 } else if (notification.$type === "social.grain.comment") {