mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
remove reference to star-commands.
This commit is contained in:
@@ -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] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user