mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 20:22:49 +02:00
fix unnecessary re-serializations
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
8eec78e9e0
commit
814b9e28b6
7 changed files with 9 additions and 11 deletions
|
@ -94,6 +94,6 @@ impl Data {
|
|||
}
|
||||
|
||||
pub(super) async fn is_event_soft_failed(&self, event_id: &EventId) -> bool {
|
||||
self.softfailedeventids.qry(event_id).await.is_ok()
|
||||
self.softfailedeventids.get(event_id).await.is_ok()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue