* HotFix: Hide private partisipation in Orgs Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
@ -551,6 +551,7 @@ func (u *User) GetOwnedOrganizations() (err error) {
|
||||
}
|
||||
|
||||
// GetOrganizations returns paginated organizations that user belongs to.
|
||||
// TODO: does not respect All and show orgs you privately participate
|
||||
func (u *User) GetOrganizations(opts *SearchOrganizationsOptions) error {
|
||||
sess := x.NewSession()
|
||||
defer sess.Close()
|
||||
|
Reference in New Issue
Block a user