feat: Clear Param::IsEdited when forwarding a message

This commit is contained in:
iequidoo
2025-04-01 05:25:42 -03:00
committed by iequidoo
parent ee079ce021
commit a1837aeb8c
2 changed files with 8 additions and 0 deletions

View File

@@ -4378,6 +4378,7 @@ pub async fn forward_msgs(context: &Context, msg_ids: &[MsgId], chat_id: ChatId)
msg.param.remove(Param::WebxdcDocumentTimestamp);
msg.param.remove(Param::WebxdcSummary);
msg.param.remove(Param::WebxdcSummaryTimestamp);
msg.param.remove(Param::IsEdited);
msg.in_reply_to = None;
// do not leak data as group names; a default subject is generated by mimefactory