mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 21:47:02 +00:00
Refractor to use UserRef.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use bson::{bson, doc};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use super::{get_collection, MemberPermissions};
|
||||
use super::get_collection;
|
||||
use mongodb::options::FindOneOptions;
|
||||
|
||||
pub fn find_member_permissions<C: Into<Option<String>>>(
|
||||
|
||||
Reference in New Issue
Block a user