Update CommunicationsChat.vue

This commit is contained in:
Troplo 2022-07-30 15:14:53 +10:00
parent 52d82acde3
commit eb0a1189ce

View file

@ -1195,6 +1195,8 @@ export default {
this.messages = []
this.usersTyping = []
this.replying = null
this.reachedTop = false
this.avoidAutoScroll = false
this.offset = 0
this.getMessages()
}