mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-07-02 16:38:36 +00:00
fix: e2ee verification
This commit is contained in:
parent
ea2fc3adc0
commit
1bba271916
5 changed files with 12 additions and 8 deletions
|
@ -64,7 +64,7 @@ impl Tree for SledEngineTree {
|
|||
backwards: bool,
|
||||
) -> Box<dyn Iterator<Item = (Vec<u8>, Vec<u8>)> + Send> {
|
||||
let iter = if backwards {
|
||||
self.0.range(..from)
|
||||
self.0.range(..=from)
|
||||
} else {
|
||||
self.0.range(from..)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue