feat: separate metions lines on replying

This commit is contained in:
Anthony Fu 2023-01-13 01:33:04 +01:00
parent 9476d14d6c
commit 9571d7338a
4 changed files with 17 additions and 6 deletions

View file

@ -56,7 +56,9 @@ export interface Draft {
params: MarkNonNullable<Mutable<mastodon.v1.CreateStatusParams>, 'status' | 'language' | 'sensitive' | 'spoilerText' | 'visibility'>
attachments: mastodon.v1.MediaAttachment[]
lastUpdated: number
mentions?: string[]
}
export type DraftMap = Record<string, Draft>
export interface ConfirmDialogLabel {