1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2022-02-14 22:10:07 +01:00
parent e388ce7626
commit 06db0580cd
6 changed files with 24 additions and 22 deletions

View File

@ -41,7 +41,7 @@ export const shouldFilter = ({
}) => {
const instance = getInstance(store.getState())
const ownAccount =
getInstanceAccount(store.getState())?.id === status.account.id
getInstanceAccount(store.getState())?.id === status.account?.id
let shouldFilter = false
if (!ownAccount) {