Skip to content

Commit

Permalink
fixup! feat(ConversationSettings): allow moderators to enable consent…
Browse files Browse the repository at this point in the history
… per conversation (V2)

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Oct 18, 2023
1 parent 4ebb9e9 commit 192a519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default {
},

summaryLabel() {
return this.recordingConsentSelected === !!CALL.RECORDING_CONSENT.REQUIRED
return this.conversation.recordingConsent === CALL.RECORDING_CONSENT.REQUIRED
? t('spreed', 'Recording consent is required for calls in this conversation')
: t('spreed', 'Recording consent is not required for calls in this conversation')
},
Expand Down

0 comments on commit 192a519

Please sign in to comment.