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
The isTargetChatroomCurrentlyActive check should either be done inside of messageReceivePostEffect or passed in as a boolean to messageReceivePostEffect, so that 'gi.actions/identity/kv/addChatRoomUnreadMessage' always gets called.
The text was updated successfully, but these errors were encountered:
Problem
As explained in this comment, I merged #2394 when I shouldn't have.
Solution
The
isTargetChatroomCurrentlyActive
check should either be done inside ofmessageReceivePostEffect
or passed in as a boolean tomessageReceivePostEffect
, so that'gi.actions/identity/kv/addChatRoomUnreadMessage'
always gets called.The text was updated successfully, but these errors were encountered: