upd: use null as default on user like setting
This commit is contained in:
@@ -112,7 +112,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
like: {
|
||||
where: 'account',
|
||||
default: '❤️',
|
||||
default: null as string | null,
|
||||
},
|
||||
mutedAds: {
|
||||
where: 'account',
|
||||
|
||||
Reference in New Issue
Block a user