This commit is contained in:
Shpuld Shpuldson 2020-01-15 19:21:11 +02:00
parent bbd964753e
commit f73e107a76

View file

@ -118,7 +118,7 @@ const conversation = {
const newConversationId = this.getConversationId(newVal)
const oldConversationId = this.getConversationId(oldVal)
if (newConversationId && oldConversationId && newConversationId === oldConversationId) {
this.setHighheightlight(this.originalStatusId)
this.setHighlight(this.originalStatusId)
} else {
this.fetchConversation()
}