didChangeCurrentUserUnreadCount not triggered after user deletion #2591
Labels
🐞 Bug
An issue or PR related to a bug
🌐 SDK: StreamChat (LLC)
Tasks related to the StreamChat LLC SDK
What did you do?
Precondition: user A and user B are members of the channel(as well as several more users)
User B left 2 messages in channel and afterwards was deleted by calling deleteUsers method on the backend side, please see all the parameters below:
User A got updates that 2 unread messages were received. After that user B was deleted from GetStream base.
What did you expect to happen?
It's expected that after the user was removed(as well as all his/her messages), didChangeCurrentUserUnreadCount will be called and unread counter will be cleared as the messages of user B were removed(in case the channel is opened, messages from user B are not shown).
What happened instead?
didChangeCurrentUserUnreadCount
method is not called, so the wrong unread counter for particular channel is shown.Please let me know in case more details are needed.
Thanks in advance!
GetStream Chat version: 4.28.0
GetStream Chat frameworks: StreamChat, StreamChatUI
iOS version: 16.2
Swift version: 5.6
Xcode version: 14.2
Device: iPhone 11
The text was updated successfully, but these errors were encountered: