{error}
@@ -201,13 +168,7 @@ function Skeleton() { ) } -function Snippet({ - thread, - colorMode, -}: { - thread: AppBskyFeedDefs.ThreadViewPost - colorMode: ColorModeValues -}) { +function Snippet({thread}: {thread: AppBskyFeedDefs.ThreadViewPost}) { const ref = useRef` - }, [thread, colorMode]) + }, [thread]) return (${escapeHtml(record.text)}${ + )}" data-bluesky-cid="${escapeHtml(thread.post.cid)}">
${escapeHtml(record.text)}${ record.embed ? `
[image or embed]` : '' @@ -258,7 +217,7 @@ function Snippet({ )}) ${escapeHtml( niceDate(thread.post.indexedAt), )}