feat(publish): support visibility
This commit is contained in:
parent
dbf4362d8b
commit
ad3d5efb11
5 changed files with 86 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
import type { Attachment, CreateStatusParamsWithStatus } from 'masto'
|
||||
import { STORAGE_KEY_DRAFTS } from '~/constants'
|
||||
import type { Mutable } from '~/types/utils'
|
||||
|
||||
export type DraftMap = Record<string, {
|
||||
params: CreateStatusParamsWithStatus
|
||||
params: Mutable<CreateStatusParamsWithStatus>
|
||||
attachments: Attachment[]
|
||||
}>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue