From 57b78029fb1227027a1723bb870c21f957e747e1 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 19 Jan 2023 23:17:33 +0100 Subject: [PATCH] removed privacy from user model --- modules/structs/user.go | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/structs/user.go b/modules/structs/user.go index 354bac0..0b808d7 100644 --- a/modules/structs/user.go +++ b/modules/structs/user.go @@ -20,7 +20,6 @@ type User struct { ParticipatingEvents []string VisitedEvents []string Notifications []string - Privacy UserPrivacy XpLevel int XpPoints int FollowersCount int