mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix: room directory duplicates
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ pub struct MultiValue(sled::Tree);
|
||||
impl MultiValue {
|
||||
/// Get an iterator over all values.
|
||||
pub fn iter_all(&self) -> sled::Iter {
|
||||
self.0.iter()
|
||||
self.0.scan_prefix(b"d")
|
||||
}
|
||||
|
||||
/// Get an iterator over all values of this id.
|
||||
|
||||
Reference in New Issue
Block a user