Adds support for hsl videos
This commit is contained in:
@@ -69,7 +69,7 @@ let Post = (props) => {
|
||||
</Text>
|
||||
</Text>
|
||||
<Text style={{ fontSize: 18 }}>{cleanContent}</Text>
|
||||
<Media content={post.content} />
|
||||
<Media content={post.content} postId={post._id} />
|
||||
</View> :
|
||||
<View>
|
||||
<Chip icon="new-releases" style={{ width: 100 }} >News</Chip>
|
||||
|
||||
Reference in New Issue
Block a user