Support redacting messages (#5)

This commit is contained in:
Ulyssa 2023-01-13 17:53:54 -08:00
parent d13d4b9f7f
commit 56ec90523c
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
6 changed files with 132 additions and 8 deletions

View file

@ -63,6 +63,7 @@ pub enum VerifyAction {
pub enum MessageAction {
Cancel,
Download(Option<String>, bool),
Redact(Option<String>),
Reply,
}