adapt repl to new videochat api

This commit is contained in:
B. Petersen
2020-07-20 14:36:06 +02:00
parent 29d4197340
commit 4227dec127
2 changed files with 7 additions and 1 deletions

View File

@@ -158,7 +158,7 @@ const DB_COMMANDS: [&str; 9] = [
"housekeeping",
];
const CHAT_COMMANDS: [&str; 26] = [
const CHAT_COMMANDS: [&str; 27] = [
"listchats",
"listarchived",
"chat",
@@ -178,6 +178,7 @@ const CHAT_COMMANDS: [&str; 26] = [
"send",
"sendimage",
"sendfile",
"videochat",
"draft",
"listmedia",
"archive",