-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled null check operator exception when user is removed from a channel #1753
Comments
Hi @jmain20 ! Thank you for opening this issue! Can you please share the full log? |
@esarbanis Sure, hopefully this provides some more context:
|
Hi @esarbanis, any updates on this? |
Hi @jmain20 I will be checking it out the following days. |
Which packages are you using?
stream_chat, stream_chat_flutter, stream_chat_flutter_core, stream_chat_persistance, stream_chat_localizations
On what platforms did you experience the issue?
iOS, Android
What version are you using?
stream_chat: 6.9.0
stream_chat_flutter: 6.11.0
stream_chat_flutter_core: 6.10.0
stream_chat_localizations: 5.11.0
stream_chat_persistence: 6.9.0
What happened?
I got an error from the Stream client when the current user was removed from a channel. If the user was viewing a list of the channel members when they were removed from the channel, the error prevents the list of channel members in the view from updating correctly.
The user has permission to view channel members without being a member of the channel, so I would expect the view to update and show the correct list of channel members (not including the current user that was just removed).
Steps to reproduce
Supporting info to reproduce
No response
Relevant log output
Flutter analyze output
No response
Flutter doctor output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: