This commit is contained in:
Peter Maquiran
2022-03-27 15:30:57 +01:00
parent 313314f3a5
commit 060299c71f
4 changed files with 15 additions and 34 deletions
+1 -6
View File
@@ -196,12 +196,7 @@ export class MessageService {
type: 'reConnect',
funx: async ()=> {
this.WsChatService.send(params).then(({message, requestId}) => {
let ChatMessage = message.result
this.messageSend = true
this.redefinedMessage(ChatMessage)
})
this.send()
return true
}
})