mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Account actions working for #638
This commit is contained in:
@ -168,7 +168,10 @@ const ParseHTML: React.FC<Props> = ({
|
||||
matchedMention &&
|
||||
!disableDetails &&
|
||||
!sameAccount &&
|
||||
navigation.push('Tab-Shared-Account', { account: matchedMention })
|
||||
navigation.push('Tab-Shared-Account', {
|
||||
account: matchedMention,
|
||||
isRemote: status?._remote
|
||||
})
|
||||
}
|
||||
children={node.children.map(unwrapNode).join('')}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user