mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix #737
This commit is contained in:
@@ -248,7 +248,6 @@ export const setAccount = async (account: string) => {
|
||||
storage.account = temp
|
||||
setGlobalStorage('account.active', account)
|
||||
await queryClient.resetQueries()
|
||||
queryClient.clear()
|
||||
|
||||
await apiGeneral<Mastodon.Account>({
|
||||
method: 'get',
|
||||
|
Reference in New Issue
Block a user