re-scheme naming of stream iterator overloads
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -50,7 +50,7 @@ pub async fn exists(&self, room_id: &RoomId) -> bool {
|
||||
// Look for PDUs in that room.
|
||||
self.db
|
||||
.pduid_pdu
|
||||
.keys_raw_prefix(&prefix)
|
||||
.keys_prefix_raw(&prefix)
|
||||
.ignore_err()
|
||||
.next()
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user