mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #19
This commit is contained in:
@ -77,7 +77,9 @@ const SettingsTooot: React.FC = () => {
|
||||
iconBack='ChevronRight'
|
||||
onPress={() => {
|
||||
const foundAccounts = data?.accounts.filter(
|
||||
account => account.acct === 'tooot@xmflsct.com'
|
||||
account =>
|
||||
account.acct === 'tooot@xmflsct.com' ||
|
||||
account.url === 'https://social.xmflsct.com/@tooot'
|
||||
)
|
||||
if (foundAccounts?.length === 1) {
|
||||
navigation.navigate('Screen-Compose', {
|
||||
|
Reference in New Issue
Block a user