mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fine tune compose
This commit is contained in:
@ -51,7 +51,7 @@ export type PostState = {
|
||||
| string
|
||||
}
|
||||
attachments: Mastodon.Attachment[]
|
||||
attachmentUploadProgress: { progress: number; aspect: number } | undefined
|
||||
attachmentUploadProgress: { progress: number; aspect?: number } | undefined
|
||||
visibility: 'public' | 'unlisted' | 'private' | 'direct'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user