Open comments on singlepost view

This commit is contained in:
Adolfo Reyna
2025-02-22 00:00:29 -05:00
parent 0ae13c9ffe
commit ad394a6f18
3 changed files with 20 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ let NotificationsView = ({ navigation, route }) => {
<Text style={{ fontWeight: 'normal', fontSize: 12 }}>
{" " + Moment(item.ts).fromNow()}
</Text>
<SinglePost postId={item.postid} />
<SinglePost postId={item.postid} hideComments={true} />
</Card.Content>
</Card>
)