mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
api!: remove dc_msg_force_plaintext
Message.force_plaintext() is still used in legacy SecureJoin steps internally, so cannot be removed, but there is no need for public API.
This commit is contained in:
@@ -4973,17 +4973,6 @@ uint32_t dc_msg_get_original_msg_id (const dc_msg_t* msg);
|
||||
*/
|
||||
uint32_t dc_msg_get_saved_msg_id (const dc_msg_t* msg);
|
||||
|
||||
|
||||
/**
|
||||
* Force the message to be sent in plain text.
|
||||
*
|
||||
* This API is for bots, there is no need to expose it in the UI.
|
||||
*
|
||||
* @memberof dc_msg_t
|
||||
* @param msg The message object.
|
||||
*/
|
||||
void dc_msg_force_plaintext (dc_msg_t* msg);
|
||||
|
||||
/**
|
||||
* @class dc_contact_t
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user