mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-12 22:39:34 -05:00
fake empty groups
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
// ListUserGroups lists a users groups
|
||||
func (o Ocs) ListUserGroups(w http.ResponseWriter, r *http.Request) {
|
||||
render.Render(w, r, response.ErrRender(data.MetaUnknownError.StatusCode, "not implemented"))
|
||||
render.Render(w, r, response.DataRender(&data.Groups{Groups: []string{}}))
|
||||
}
|
||||
|
||||
// AddToGroup adds a user to a group
|
||||
|
||||
Reference in New Issue
Block a user