mirror of
https://github.com/mattermost/focalboard.git
synced 2025-03-20 20:45:00 +02:00
fix: return empty props in single-user mode (#3691)
This commit is contained in:
parent
b1b7897717
commit
68bf52cfcd
@ -114,6 +114,7 @@ func (a *API) handleGetMe(w http.ResponseWriter, r *http.Request) {
|
||||
Email: model.SingleUser,
|
||||
CreateAt: ws.UpdateAt,
|
||||
UpdateAt: now,
|
||||
Props: map[string]interface{}{},
|
||||
}
|
||||
} else {
|
||||
user, err = a.app.GetUser(userID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user