From b2e4ff2f8df18c40ec8ccf3f7cc0944e7b62ce3b Mon Sep 17 00:00:00 2001 From: Victor Neznaykin Date: Wed, 26 May 2021 17:11:36 +0300 Subject: [PATCH] Add: support email to features --- features.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features.go b/features.go index c32022b..84fe7df 100644 --- a/features.go +++ b/features.go @@ -202,6 +202,9 @@ type Features struct { // Default wallpaper url for mobile apps, if any DefaultWallpaper *Wallpaper `json:"default_wallpaper,omitempty"` + // Support email + SupportEmail string `json:"support_email"` + // Deprecated TaskChecklist bool `json:"task_checklist"`