mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
checkpoint 3
This commit is contained in:
@@ -262,7 +262,7 @@ const DB_COMMANDS: [&str; 11] = [
|
||||
"housekeeping",
|
||||
];
|
||||
|
||||
const CHAT_COMMANDS: [&str; 26] = [
|
||||
const CHAT_COMMANDS: [&str; 27] = [
|
||||
"listchats",
|
||||
"listarchived",
|
||||
"chat",
|
||||
@@ -289,6 +289,7 @@ const CHAT_COMMANDS: [&str; 26] = [
|
||||
"pin",
|
||||
"unpin",
|
||||
"delchat",
|
||||
"export-chat",
|
||||
];
|
||||
const MESSAGE_COMMANDS: [&str; 8] = [
|
||||
"listmsgs",
|
||||
|
||||
Reference in New Issue
Block a user