Commit f375f31
fix(baileys): correct JID filter in markMessageAsRead (EvolutionAPI#2418)
Changes filter from isJidGroup || isPnUser to !isJidBroadcast && !isJidNewsletter,
allowing marking messages as read for all user types including PN users.
Upstream PR: EvolutionAPI#2418
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 75acac4 commit f375f31
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3677 | 3677 | | |
3678 | 3678 | | |
3679 | 3679 | | |
3680 | | - | |
| 3680 | + | |
3681 | 3681 | | |
3682 | 3682 | | |
3683 | 3683 | | |
| |||
0 commit comments