getting user; mod: avatar, profileBg, profile now working
This commit is contained in:
@@ -30,8 +30,8 @@ type User struct {
|
||||
Pronouns string `json:"pronouns"`
|
||||
Description string `json:"description"`
|
||||
Avatar string `json:"avatar"`
|
||||
ProfileBg string `json:"profileBg"`
|
||||
PasswordHash string `json:"passwordHash"`
|
||||
ProfileBg string `json:"profileBackground"`
|
||||
PasswordHash string `json:"-"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
WsConn *websocket.Conn `json:"-"`
|
||||
Id uuid.UUID `json:"-"`
|
||||
|
||||
Reference in New Issue
Block a user