You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This logic incorrectly allows all messages to be shown if shouldShowDeleted evaluates to true. Due to this bug, system messages are not hidden when showSystemMessages = false, even though they should be.
Describe the bug
The filterMessagesToShow method contains a logical error in the condition for filtering messages. Specifically, the condition:
This logic incorrectly allows all messages to be shown if shouldShowDeleted evaluates to true. Due to this bug, system messages are not hidden when showSystemMessages = false, even though they should be.
Proposed Solution
Replace the current condition:
With the corrected logic:
SDK version
To Reproduce
Expected behavior
Device:
Screenshots
The text was updated successfully, but these errors were encountered: