色々
This commit is contained in:
parent
0cf3082902
commit
399f7c451b
11 changed files with 691 additions and 613 deletions
|
|
@ -280,7 +280,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'deviceAccount',
|
||||
default: [] as Misskey.entities.UserList[],
|
||||
},
|
||||
|
||||
pinnedChannels: {
|
||||
where: 'deviceAccount',
|
||||
default: [] as Misskey.entities.Channel[],
|
||||
},
|
||||
overridedDeviceKind: {
|
||||
where: 'device',
|
||||
default: null as null | 'smartphone' | 'tablet' | 'desktop',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue