Merge remote-tracking branch 'origin/main' into hailey/native-autoplay
This commit is contained in:
@@ -209,7 +209,6 @@ function PostInner({
|
|||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
<LabelsOnMyPost post={post} />
|
<LabelsOnMyPost post={post} />
|
||||||
{false && (
|
|
||||||
<ContentHider
|
<ContentHider
|
||||||
modui={moderation.ui('contentView')}
|
modui={moderation.ui('contentView')}
|
||||||
style={styles.contentHider}
|
style={styles.contentHider}
|
||||||
@@ -242,7 +241,6 @@ function PostInner({
|
|||||||
<PostEmbeds embed={post.embed} moderation={moderation} />
|
<PostEmbeds embed={post.embed} moderation={moderation} />
|
||||||
) : null}
|
) : null}
|
||||||
</ContentHider>
|
</ContentHider>
|
||||||
)}
|
|
||||||
<PostCtrls
|
<PostCtrls
|
||||||
post={post}
|
post={post}
|
||||||
record={record}
|
record={record}
|
||||||
|
|||||||
Reference in New Issue
Block a user