mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
Merge branch 'feat/admin-api' of github.com:stoatchat/stoatchat into feat/admin-api
This commit is contained in:
@@ -133,4 +133,9 @@ auto_derived!(
|
||||
pub user: crate::v0::User,
|
||||
pub member: Member,
|
||||
}
|
||||
|
||||
pub struct MemberWithUserResponse {
|
||||
pub user: crate::v0::User,
|
||||
pub member: Member,
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user