fix: Disable typing indicator for user when agent is typing a private note (#3303)
This commit is contained in:
@@ -415,9 +415,11 @@ export default {
|
||||
},
|
||||
toggleTyping(status) {
|
||||
const conversationId = this.currentChat.id;
|
||||
const isPrivate = this.isPrivate;
|
||||
this.$store.dispatch('conversationTypingStatus/toggleTyping', {
|
||||
status,
|
||||
conversationId,
|
||||
isPrivate,
|
||||
});
|
||||
},
|
||||
onFileUpload(file) {
|
||||
|
||||
Reference in New Issue
Block a user