Skip to content

Commit

Permalink
Merge pull request #2 from tada-team/6846-hide-archived-users
Browse files Browse the repository at this point in the history
HideArchivedUsers added to Team
  • Loading branch information
fildenisov authored Sep 16, 2020
2 parents dd01cf1 + 958264f commit ae72c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@

# Dependency directories (remove the comment below to include it)
vendor/
.idea/
1 change: 1 addition & 0 deletions team.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type Team struct {
Contacts []Contact `json:"contacts,omitempty"`
SingleGroup *JID `json:"single_group,omitempty"`
Theme *Theme `json:"theme,omitempty"`
HideArchivedUsers bool `json:"hide_archived_users,omitempty"`
}

type TeamShort struct {
Expand Down

0 comments on commit ae72c94

Please sign in to comment.