-1
lib/components/BlueskyPostList.tsx
-1
lib/components/BlueskyPostList.tsx
···
299
299
300
300
const isReply = !!parentUri;
301
301
const replyTargetHandle = replyParent?.author?.handle ?? parentHandle;
302
-
const replyTargetName = parentDisplayName ?? replyTargetHandle ?? formatDid(parentDid ?? "");
303
302
304
303
const postPreview = text.slice(0, 100);
305
304
const ariaLabel = text