From 47fa7bb22a77379c8090e618ecb8a9db60b50a68 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 8 May 2021 12:50:11 +0900 Subject: Improve ad --- src/client/store.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/store.ts') diff --git a/src/client/store.ts b/src/client/store.ts index 376135a99d..1a3286554d 100644 --- a/src/client/store.ts +++ b/src/client/store.ts @@ -55,6 +55,10 @@ export const defaultStore = markRaw(new Storage('base', { where: 'account', default: [] }, + mutedAds: { + where: 'account', + default: [] as string[] + }, menu: { where: 'deviceAccount', -- cgit v1.2.3-freya