From 8ae9a4e26e51b1d41ac8ce4578aae622e8a99e65 Mon Sep 17 00:00:00 2001 From: icleitoncosta Date: Thu, 14 Nov 2024 20:16:37 -0300 Subject: [PATCH] style: Removed attribute shouldShowUnreadDivider, use getShouldShowUnreadDivider --- src/chat/patch.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chat/patch.ts b/src/chat/patch.ts index 03151c9540..fb5f2f86a1 100644 --- a/src/chat/patch.ts +++ b/src/chat/patch.ts @@ -110,7 +110,6 @@ function applyPatchModel() { isPSA: functions.getIsPSA, previewMessage: functions.getPreviewMessage, showChangeNumberNotification: functions.getShowChangeNumberNotification, - shouldShowUnreadDivider: functions.getShouldShowUnreadDivider, }; for (const attr in funcs) {