Merge branch 'bluesky-social:main' into patch-3

This commit is contained in:
Minseo Lee
2024-02-28 13:03:55 +09:00
committed by GitHub
63 changed files with 4654 additions and 1462 deletions
@@ -94,6 +94,8 @@ export function PostThreadItem({
if (richText && moderation) {
return (
<PostThreadItemLoaded
// Safeguard from clobbering per-post state below:
key={postShadowed.uri}
post={postShadowed}
prevPost={prevPost}
nextPost={nextPost}