mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
@ -121,7 +121,7 @@ const renderNode = ({
|
||||
onPress={async () => {
|
||||
analytics('status_link_press')
|
||||
!disableDetails && !shouldBeTag
|
||||
? await openLink(href)
|
||||
? await openLink(href, navigation)
|
||||
: navigation.push('Tab-Shared-Hashtag', {
|
||||
hashtag: content.substring(1)
|
||||
})
|
||||
|
Reference in New Issue
Block a user