summaryrefslogtreecommitdiff
path: root/src/client/store.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-05-08 12:50:11 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-05-08 12:50:11 +0900
commit47fa7bb22a77379c8090e618ecb8a9db60b50a68 (patch)
treec80cb9df0b5518f3d0cb3a9ab05ead9aed03a6c1 /src/client/store.ts
parentfix bug (diff)
downloadmisskey-47fa7bb22a77379c8090e618ecb8a9db60b50a68.tar.gz
misskey-47fa7bb22a77379c8090e618ecb8a9db60b50a68.tar.bz2
misskey-47fa7bb22a77379c8090e618ecb8a9db60b50a68.zip
Improve ad
Diffstat (limited to 'src/client/store.ts')
-rw-r--r--src/client/store.ts4
1 files changed, 4 insertions, 0 deletions
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',