chore: comments on highlight timer check

This commit is contained in:
Shivam Mishra
2025-12-09 17:03:12 +05:30
parent 3758a07a29
commit 1f7136860b
@@ -453,6 +453,7 @@ const avatarTooltip = computed(() => {
});
const setupHighlightTimer = () => {
// This is a defensive check, since in the ISOLATED shell mode, there might be no route.query
if (Number(route?.query?.messageId) !== Number(props.id)) {
return;
}