feat: 投稿フォームに下書きを適用できるように
This commit is contained in:
parent
07ebc6e5e1
commit
d564bd73bc
2 changed files with 158 additions and 143 deletions
|
|
@ -90,10 +90,6 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'account',
|
||||
default: true,
|
||||
},
|
||||
rememberNoteVisibility: {
|
||||
where: 'account',
|
||||
default: false,
|
||||
},
|
||||
defaultNoteVisibility: {
|
||||
where: 'account',
|
||||
default: 'public' as (typeof Misskey.noteVisibilities)[number],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue