You've already forked AstralRinth
forked from didirus/AstralRinth
Add 'accepted' field to TeamMember
This commit is contained in:
@@ -51,4 +51,6 @@ pub struct TeamMember {
|
||||
pub role: String,
|
||||
/// A bitset containing the user's permissions in this team
|
||||
pub permissions: Option<Permissions>,
|
||||
/// Whether the user has joined the team or is just invited to it
|
||||
pub accepted: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user