mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 03:46:32 +03:00
fix: Remove listverified from repl
- The implementation of listverified was removed in commit
37dc1f5ca0, but it still shows up in
the help and in the auto-complete grammar.
- Removed listverified where it still appears.
closes #6971
This commit is contained in:
@@ -228,9 +228,8 @@ const MESSAGE_COMMANDS: [&str; 9] = [
|
||||
"download",
|
||||
"react",
|
||||
];
|
||||
const CONTACT_COMMANDS: [&str; 9] = [
|
||||
const CONTACT_COMMANDS: [&str; 8] = [
|
||||
"listcontacts",
|
||||
"listverified",
|
||||
"addcontact",
|
||||
"contactinfo",
|
||||
"delcontact",
|
||||
|
||||
Reference in New Issue
Block a user