mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-07 06:35:34 +00:00
feat(webapi): impl member information query
This commit is contained in:
parent
8378c4d230
commit
920a1cc3b9
4 changed files with 74 additions and 4 deletions
|
@ -377,7 +377,6 @@ pub struct UpdateMemberPayload {
|
|||
pub enum RoomAdminOp {
|
||||
AddMember(AddMemberPayload),
|
||||
RemoveMember(RemoveMemberPayload),
|
||||
// TODO: R
|
||||
}
|
||||
|
||||
bitflags::bitflags! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue