Skip to content

Commit

Permalink
hotfix setting draft and sending text messages, was broken by #3948
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Jun 17, 2024
1 parent 4c7205f commit 8aff419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/composer/Composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ function emptyDraft(chatId: number | null): DraftObject {
fileMime: null,
fileName: null,
quote: null,
viewType: 'Unknown',
viewType: 'Text',
vcardContact: null,
}
}
Expand Down

0 comments on commit 8aff419

Please sign in to comment.