Skip to content

Commit

Permalink
style: Removed attribute shouldShowUnreadDivider, use getShouldShowUn…
Browse files Browse the repository at this point in the history
…readDivider
  • Loading branch information
icleitoncosta committed Nov 14, 2024
1 parent febaf0c commit 8ae9a4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chat/patch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ function applyPatchModel() {
isPSA: functions.getIsPSA,
previewMessage: functions.getPreviewMessage,
showChangeNumberNotification: functions.getShowChangeNumberNotification,
shouldShowUnreadDivider: functions.getShouldShowUnreadDivider,
};

for (const attr in funcs) {
Expand Down

0 comments on commit 8ae9a4e

Please sign in to comment.