Skip to content

Commit

Permalink
Merge branch 'feat/enable-rsvp' into 'release/4.15.0'
Browse files Browse the repository at this point in the history
Enable RSVP M2

See merge request ProtonMail/protonmail-ios!4172
  • Loading branch information
jacekkra committed May 22, 2024
2 parents 08809bf + f864292 commit 62c890a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ extension UserInfo {
false
}

static var isRSVPMilestoneTwoEnabled: Bool {
Application.isDebugOrEnterprise
}

static var isUpsellButtonEnabled: Bool {
Application.isDebugOrEnterprise
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ final class AttachmentViewModel {

private func updateRespondingOptions(eventDetails: EventDetails) {
guard
UserInfo.isRSVPMilestoneTwoEnabled,
dependencies.featureFlagProvider.isEnabled(.answerInvitation, reloadValue: true),
eventDetails.status != .cancelled,
let currentUserAmongInvitees = eventDetails.currentUserAmongInvitees
Expand Down

0 comments on commit 62c890a

Please sign in to comment.