blue
7 months ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
1 deletions
-
im-web/src/components/chat/ChatBox.vue
|
|
|
@ -512,7 +512,7 @@ export default { |
|
|
|
// 删除旧消息 |
|
|
|
this.chatStore.deleteMessage(msgInfo, chat); |
|
|
|
// 重新推送 |
|
|
|
msgInfo.temId = this.generateId(); |
|
|
|
msgInfo.tmpId = this.generateId(); |
|
|
|
let tmpMessage = this.buildTmpMessage(msgInfo); |
|
|
|
this.chatStore.insertMessage(tmpMessage, chat); |
|
|
|
this.moveChatToTop(); |
|
|
|
|