mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
repl: add openfile command
This commit is contained in:
@@ -186,9 +186,10 @@ const CHAT_COMMANDS: [&str; 26] = [
|
||||
"unpin",
|
||||
"delchat",
|
||||
];
|
||||
const MESSAGE_COMMANDS: [&str; 8] = [
|
||||
const MESSAGE_COMMANDS: [&str; 9] = [
|
||||
"listmsgs",
|
||||
"msginfo",
|
||||
"openfile",
|
||||
"listfresh",
|
||||
"forward",
|
||||
"markseen",
|
||||
|
||||
Reference in New Issue
Block a user