1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2023-05-15 22:30:18 +02:00
parent 141d5916fd
commit 05958b66f6
8 changed files with 103 additions and 39 deletions

View File

@@ -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',