Skip to content

Commit

Permalink
Disables the patron feature (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylaguna authored Sep 20, 2023
1 parent 8fc4b14 commit 93013f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* New Feature:
* Suggest episodes to play in Automotive
([#1362](https://github.com/Automattic/pocket-casts-android/pull/1362)).
* Internal: Adds Patron Tier
([#1379](https://github.com/Automattic/pocket-casts-android/pull/1379))

7.47
-----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enum class Feature(
ADD_PATRON_ENABLED(
key = "add_patron_enabled",
title = "Patron",
defaultValue = true
defaultValue = false
),
BOOKMARKS_ENABLED(
key = "bookmarks_enabled",
Expand Down

0 comments on commit 93013f4

Please sign in to comment.