state of previous export chat pr

This commit is contained in:
Simon Laux
2020-03-09 02:58:01 +01:00
parent d8ba466c6a
commit da9f45d9ff
7 changed files with 1195 additions and 1 deletions

View File

@@ -169,7 +169,7 @@ const DB_COMMANDS: [&str; 9] = [
"housekeeping",
];
const CHAT_COMMANDS: [&str; 34] = [
const CHAT_COMMANDS: [&str; 35] = [
"listchats",
"listarchived",
"chat",
@@ -204,6 +204,7 @@ const CHAT_COMMANDS: [&str; 34] = [
"protect",
"unprotect",
"delchat",
"export-chat",
];
const MESSAGE_COMMANDS: [&str; 6] = [
"listmsgs",