From 4bfad9d60c1d15f74c055da5d35818bef6cfc6b9 Mon Sep 17 00:00:00 2001 From: Nikita Konev Date: Wed, 22 Jan 2025 17:24:57 +0300 Subject: [PATCH] add a comment --- frontend/src/ChatList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ChatList.vue b/frontend/src/ChatList.vue index 934141eb3..55885e747 100644 --- a/frontend/src/ChatList.vue +++ b/frontend/src/ChatList.vue @@ -536,7 +536,7 @@ export default { }, changeItem(dto) { console.log("Replacing item", dto); - // this.transformItem(dto); // not needed here because it resets online and in video + // this.transformItem(dto); // not needed here because it resets online and in video. see applyState() replaceInArray(this.items, dto); this.sort(this.items); this.updateTopAndBottomIds();