Skip to content

Commit

Permalink
Add: support email to features
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Neznaykin committed May 26, 2021
1 parent 716a84d commit b2e4ff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down

0 comments on commit b2e4ff2

Please sign in to comment.