Bugfix: Use server timestamp to set agent_last_seen_at (#1114)
This commit is contained in:
@@ -106,6 +106,9 @@ export default {
|
||||
this.isEditing = false;
|
||||
},
|
||||
async fetchLabels(conversationId) {
|
||||
if (!conversationId) {
|
||||
return;
|
||||
}
|
||||
this.$store.dispatch('conversationLabels/get', conversationId);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user