removed privacy from user model

alpha
alex 2023-01-19 23:17:33 +01:00
parent 1cfccd13a3
commit 57b78029fb
1 changed files with 0 additions and 1 deletions

View File

@ -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