Skip to content

Commit

Permalink
add: rumarket app url to features
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Neznaykin committed Jun 8, 2022
1 parent d539ca5 commit 9a98ee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.50.50
- feat(Features): add rumarket app url

v1.50.27
- feat(Subtask): added `DeadlineExpired` field

Expand Down
3 changes: 3 additions & 0 deletions features.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ type Features struct {
// Link to Google Play for corporate app
AndroidCorpApp string `json:"android_corp_app"`

// Link to Rumarket store
RumarketApp string `json:"rumarket_app"`

// Default UI theme
Theme string `json:"theme"`

Expand Down

0 comments on commit 9a98ee0

Please sign in to comment.