remove reference to star-commands.

This commit is contained in:
holger krekel
2020-10-25 17:23:38 +01:00
parent 34af492afb
commit 42bd1bc806

View File

@@ -197,14 +197,12 @@ const CHAT_COMMANDS: [&str; 27] = [
"unpin",
"delchat",
];
const MESSAGE_COMMANDS: [&str; 8] = [
const MESSAGE_COMMANDS: [&str; 6] = [
"listmsgs",
"msginfo",
"listfresh",
"forward",
"markseen",
"star",
"unstar",
"delmsg",
];
const CONTACT_COMMANDS: [&str; 6] = [