Skip to content

Commit

Permalink
Allow audio upload to premium users after Jetpack features removal
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Mar 9, 2023
1 parent 8d84b24 commit ccb9751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ extension GutenbergViewController: GutenbergBridgeDataSource {
.videoPressBlock: false,
.unsupportedBlockEditor: false,
.canEnableUnsupportedBlockEditor: false,
.isAudioBlockMediaUploadEnabled: false,
.isAudioBlockMediaUploadEnabled: !isFreeWPCom,
.mediaFilesCollectionBlock: false,
.reusableBlock: false,
.shouldUseFastImage: !post.blog.isPrivate(),
Expand Down

0 comments on commit ccb9751

Please sign in to comment.