mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
Resultify set_gossiped_timestamp
This commit is contained in:
committed by
holger krekel
parent
9e309132f8
commit
789fc0a7e0
@@ -678,7 +678,7 @@ pub fn job_send_msg(context: &Context, msg_id: MsgId) -> Result<(), Error> {
|
||||
}
|
||||
|
||||
if rendered_msg.is_gossiped {
|
||||
chat::set_gossiped_timestamp(context, msg.chat_id, time());
|
||||
chat::set_gossiped_timestamp(context, msg.chat_id, time())?;
|
||||
}
|
||||
|
||||
if 0 != rendered_msg.last_added_location_id {
|
||||
|
||||
Reference in New Issue
Block a user