1
0
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:
Zhiyuan Zheng
2020-12-06 21:42:19 +01:00
parent add331ef0e
commit e5eaf162f4
18 changed files with 586 additions and 407 deletions

View File

@ -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'
}