From 4179f472e5f82d272f6f8e43d3450aacd4e55fc7 Mon Sep 17 00:00:00 2001 From: Azareal Date: Tue, 5 Nov 2019 09:49:37 +1000 Subject: [PATCH] Oops, add this struct too. --- common/pages.go | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/common/pages.go b/common/pages.go index 89180a94..dba4988b 100644 --- a/common/pages.go +++ b/common/pages.go @@ -208,8 +208,8 @@ type ProfilePage struct { CurrentScore int NextScore int Blocked bool - CanMessage bool - CanComment bool + CanMessage bool + CanComment bool } type CreateTopicPage struct { @@ -385,6 +385,13 @@ type PanelSetting struct { FriendlyName string } +type PanelUserEditPage struct { + *BasePanelPage + Groups []*Group + User *User + ShowEmail bool +} + type PanelSettingPage struct { *BasePanelPage ItemList []OptionLabel