Support redacting messages (#5)
This commit is contained in:
@@ -63,6 +63,7 @@ pub enum VerifyAction {
|
||||
pub enum MessageAction {
|
||||
Cancel,
|
||||
Download(Option<String>, bool),
|
||||
Redact(Option<String>),
|
||||
Reply,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user