removed privacy from user model
parent
1cfccd13a3
commit
57b78029fb
|
@ -20,7 +20,6 @@ type User struct {
|
|||
ParticipatingEvents []string
|
||||
VisitedEvents []string
|
||||
Notifications []string
|
||||
Privacy UserPrivacy
|
||||
XpLevel int
|
||||
XpPoints int
|
||||
FollowersCount int
|
||||
|
|
Loading…
Reference in New Issue