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", "unpin",
"delchat", "delchat",
]; ];
const MESSAGE_COMMANDS: [&str; 8] = [ const MESSAGE_COMMANDS: [&str; 6] = [
"listmsgs", "listmsgs",
"msginfo", "msginfo",
"listfresh", "listfresh",
"forward", "forward",
"markseen", "markseen",
"star",
"unstar",
"delmsg", "delmsg",
]; ];
const CONTACT_COMMANDS: [&str; 6] = [ const CONTACT_COMMANDS: [&str; 6] = [