mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
make fix
This commit is contained in:
@@ -2797,8 +2797,11 @@ pub async fn forward_msgs(context: &Context, msg_ids: &[MsgId], chat_id: ChatId)
|
|||||||
// we tested a sort of broadcast
|
// we tested a sort of broadcast
|
||||||
// by not marking own forwarded messages as such,
|
// by not marking own forwarded messages as such,
|
||||||
// however, this turned out to be to confusing and unclear.
|
// however, this turned out to be to confusing and unclear.
|
||||||
|
|
||||||
|
if msg.get_viewtype() != Viewtype::Sticker {
|
||||||
msg.param
|
msg.param
|
||||||
.set_int(Param::Forwarded, src_msg_id.to_u32() as i32);
|
.set_int(Param::Forwarded, src_msg_id.to_u32() as i32);
|
||||||
|
}
|
||||||
|
|
||||||
msg.param.remove(Param::GuaranteeE2ee);
|
msg.param.remove(Param::GuaranteeE2ee);
|
||||||
msg.param.remove(Param::ForcePlaintext);
|
msg.param.remove(Param::ForcePlaintext);
|
||||||
|
|||||||
Reference in New Issue
Block a user