mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
Migrate guild members to its own collection, +rout
This commit is contained in:
@@ -24,7 +24,6 @@ pub struct Guild {
|
||||
pub owner: String,
|
||||
|
||||
pub channels: Vec<String>,
|
||||
pub members: Vec<Member>,
|
||||
pub invites: Vec<Invite>,
|
||||
|
||||
pub default_permissions: u32,
|
||||
|
||||
Reference in New Issue
Block a user