mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 13:56:30 +03:00
Change type of dc_msg_t.text to String
Also, remove `send-garbage' command from REPL, since it is not possible to send non-utf8 string anymore.
This commit is contained in:
committed by
Floris Bruynooghe
parent
d4650ba4a9
commit
765ac2005e
@@ -291,7 +291,7 @@ const DB_COMMANDS: [&'static str; 11] = [
|
||||
"housekeeping",
|
||||
];
|
||||
|
||||
const CHAT_COMMANDS: [&'static str; 25] = [
|
||||
const CHAT_COMMANDS: [&'static str; 24] = [
|
||||
"listchats",
|
||||
"listarchived",
|
||||
"chat",
|
||||
@@ -309,7 +309,6 @@ const CHAT_COMMANDS: [&'static str; 25] = [
|
||||
"dellocations",
|
||||
"getlocations",
|
||||
"send",
|
||||
"send-garbage",
|
||||
"sendimage",
|
||||
"sendfile",
|
||||
"draft",
|
||||
|
||||
Reference in New Issue
Block a user