mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 06:56:29 +03:00
add mute options to repl tool
This commit is contained in:
@@ -168,7 +168,7 @@ const DB_COMMANDS: [&str; 9] = [
|
||||
"housekeeping",
|
||||
];
|
||||
|
||||
const CHAT_COMMANDS: [&str; 30] = [
|
||||
const CHAT_COMMANDS: [&str; 34] = [
|
||||
"listchats",
|
||||
"listarchived",
|
||||
"chat",
|
||||
@@ -198,6 +198,10 @@ const CHAT_COMMANDS: [&str; 30] = [
|
||||
"unarchive",
|
||||
"pin",
|
||||
"unpin",
|
||||
"mute",
|
||||
"unmute",
|
||||
"protect",
|
||||
"unprotect",
|
||||
"delchat",
|
||||
];
|
||||
const MESSAGE_COMMANDS: [&str; 6] = [
|
||||
|
||||
Reference in New Issue
Block a user