···173173 let uri = b.block.postRef.uri;
174174 let post = bskyPostData.find((p) => p.uri === uri);
175175 if (!post) return <div>no prefetched post rip</div>;
176176- return <PubBlueskyPostBlock post={post} className={className} />;
176176+ return <PubBlueskyPostBlock post={post} className={className} pageId={pageId} />;
177177 }
178178 case PubLeafletBlocksIframe.isMain(b.block): {
179179 return (
···324324 return (
325325 // all this margin stuff is a highly unfortunate hack so that the border-l on blockquote is the height of just the text rather than the height of the block, which includes padding.
326326 <blockquote
327327- className={`blockquoteBlock py-0! mb-2! ${className} ${PubLeafletBlocksBlockquote.isMain(previousBlock?.block) ? "-mt-2! pt-3!" : "mt-1!"}`}
327327+ className={`blockquote py-0! mb-2! ${className} ${PubLeafletBlocksBlockquote.isMain(previousBlock?.block) ? "-mt-2! pt-3!" : "mt-1!"}`}
328328 {...blockProps}
329329 >
330330 <TextBlock