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
VisitedEvents []string
Notifications []string
Privacy UserPrivacy
XpLevel int
XpPoints int
FollowersCount int