bump version

This commit is contained in:
2023-12-07 11:55:49 +07:00
parent a42a2788ea
commit 0d43c13928
4 changed files with 13 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ export function LiveUpdater({ status }: { status: QueryStatus }) {
useEffect(() => {
let sub: NDKSubscription = undefined;
if (status === 'success' && db.account && db.account?.follows?.length > 0) {
if (status === 'success' && db.account && db.account?.contacts?.length > 0) {
queryClient.fetchQuery({ queryKey: ['notification'] });
const filter: NDKFilter = {