Changeset 0.28.0.3 (#175)
This commit is contained in:
@@ -97,6 +97,7 @@ type Team struct {
|
||||
IsActive bool `json:"is_active" db:"is_active"`
|
||||
Settings JSONMap `json:"settings,omitempty" db:"settings"`
|
||||
MemberCount int `json:"member_count,omitempty"` // computed
|
||||
MyRole string `json:"my_role,omitempty"` // computed, user context
|
||||
}
|
||||
|
||||
type TeamMember struct {
|
||||
|
||||
Reference in New Issue
Block a user