mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 02:16:29 +03:00
chore: fix clippy warnings
This commit is contained in:
@@ -347,8 +347,7 @@ impl Chat {
|
||||
if self
|
||||
.param
|
||||
.get_i64(Param::LastReactionTimestamp)
|
||||
.filter(|&reaction_timestamp| reaction_timestamp > timestamp)
|
||||
.is_none()
|
||||
.is_none_or(|reaction_timestamp| reaction_timestamp <= timestamp)
|
||||
{
|
||||
return Ok(None);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user