mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 02:46:29 +03:00
Resultify set_gossiped_timestamp
This commit is contained in:
committed by
holger krekel
parent
9e309132f8
commit
789fc0a7e0
@@ -417,7 +417,7 @@ impl<'a> Peerstate<'a> {
|
||||
&self.addr,
|
||||
],
|
||||
)?;
|
||||
reset_gossiped_timestamp(self.context, 0);
|
||||
reset_gossiped_timestamp(self.context, 0)?;
|
||||
} else if self.to_save == Some(ToSave::Timestamps) {
|
||||
sql::execute(
|
||||
self.context,
|
||||
|
||||
Reference in New Issue
Block a user