Updated delete callback handler to alter a message if /delete command was used
This commit is contained in:
@@ -67,7 +67,7 @@ pub fn account_markup(name: &str, is_encrypted: bool) -> InlineKeyboardMarkup {
|
||||
("Alter login", "al"),
|
||||
("Alter password", "ap"),
|
||||
encryption_button,
|
||||
("Delete account", "delete"),
|
||||
("Delete account", "delete0"),
|
||||
]
|
||||
.into_iter()
|
||||
.map(|(text, command)| make_button(text, command, hash))
|
||||
|
Reference in New Issue
Block a user