Shivam Mishra
2024-10-02 13:06:30 +05:30
committed by GitHub
parent e0bf2bd9d4
commit 42f6621afb
661 changed files with 15939 additions and 31194 deletions

View File

@@ -26,7 +26,7 @@ export default {
},
onSend: {
type: Function,
default: () => {},
default: () => { },
},
sendButtonText: {
type: String,
@@ -53,19 +53,19 @@ export default {
},
onFileUpload: {
type: Function,
default: () => {},
default: () => { },
},
toggleEmojiPicker: {
type: Function,
default: () => {},
default: () => { },
},
toggleAudioRecorder: {
type: Function,
default: () => {},
default: () => { },
},
toggleAudioRecorderPlayPause: {
type: Function,
default: () => {},
default: () => { },
},
isRecordingAudio: {
type: Boolean,
@@ -174,9 +174,8 @@ export default {
this.isFeatureEnabledonAccount(
this.accountId,
FEATURE_FLAGS.VOICE_RECORDER
) &&
this.showAudioRecorder &&
!isSafari
) && this.showAudioRecorder
// !isSafari
);
},
showAudioPlayStopButton() {