mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
fix webxdc forwarding and drafts (#2979)
* fix forwarding webxdc instances, add a test for that * adapt webxdc test to fail on info-messages added when in draft mode * do not add info-messages when in draft-mode * half the number of instance-loads per webxdc update send/receive
This commit is contained in:
@@ -3143,6 +3143,8 @@ pub async fn forward_msgs(context: &Context, msg_ids: &[MsgId], chat_id: ChatId)
|
||||
msg.param.remove(Param::ForcePlaintext);
|
||||
msg.param.remove(Param::Cmd);
|
||||
msg.param.remove(Param::OverrideSenderDisplayname);
|
||||
msg.param.remove(Param::WebxdcSummary);
|
||||
msg.param.remove(Param::WebxdcSummaryTimestamp);
|
||||
msg.in_reply_to = None;
|
||||
|
||||
// do not leak data as group names; a default subject is generated by mimfactory
|
||||
|
||||
Reference in New Issue
Block a user