mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
message deletion request API (#6576)
this PR adds an API allowing users to delete their messages on other member's devices this PR is build on top of https://github.com/deltachat/deltachat-core-rust/pull/6573 which should be merged first a test is missing, otherwise ready for review; it is working already in https://github.com/deltachat/deltachat-ios/pull/2611
This commit is contained in:
@@ -207,6 +207,9 @@ pub enum Param {
|
||||
/// For messages: Whether [crate::message::Viewtype::Sticker] should be forced.
|
||||
ForceSticker = b'X',
|
||||
|
||||
/// For messages: Message is a deletion request. The value is a list of rfc724_mid of the messages to delete.
|
||||
DeleteRequestFor = b'M',
|
||||
|
||||
/// For messages: Message is a text edit message. the value of this parameter is the rfc724_mid of the original message.
|
||||
TextEditFor = b'I',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user