forked from jmug/stoatchat
fix(core): fix _id typo (#384)
This commit is contained in:
@@ -171,7 +171,7 @@ impl AbstractMessages for MongoDb {
|
||||
self.find_with_options(
|
||||
COL,
|
||||
doc! {
|
||||
"ids": {
|
||||
"_id": {
|
||||
"$in": ids
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user