Skip to content

Commit

Permalink
fix conflating isArchived with archiveOnly properties on groups
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed May 25, 2021
1 parent e731915 commit 13b3559
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ func ToGSuiteGroup(group *Group) (*directoryv1.Group, *groupssettingsv1.Groups)
WhoCanPostMessage: group.WhoCanPostMessage,
WhoCanJoin: group.WhoCanJoin,
IsArchived: strconv.FormatBool(group.IsArchived),
ArchiveOnly: strconv.FormatBool(group.IsArchived),
AllowExternalMembers: strconv.FormatBool(group.AllowExternalMembers),
}

Expand Down

0 comments on commit 13b3559

Please sign in to comment.