mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Updates
This commit is contained in:
@ -24,6 +24,10 @@ const TimelineContent: React.FC<Props> = ({ notificationOwnToot = false, setSpoi
|
||||
|
||||
return (
|
||||
<View>
|
||||
{/* <CustomText
|
||||
children={excludeMentions?.current.map(mention => mention.username).join(' - ')}
|
||||
style={{ color: colors.secondary }}
|
||||
/> */}
|
||||
{status.spoiler_text?.length ? (
|
||||
<>
|
||||
<ParseHTML
|
||||
|
Reference in New Issue
Block a user