Skip to content

Commit

Permalink
Enable RSVP M2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkra committed May 22, 2024
1 parent 08809bf commit f864292
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 f864292

Please sign in to comment.