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