GetStream / stream-chat-flutter

Flutter Chat SDK - Build your own chat app experience using Dart, Flutter and the Stream Chat Messaging API.
https://getstream.io/chat/sdk/flutter/
Other
884 stars 317 forks source link

Status change doesn't update properly and sets user offline. #1810

Open talksik opened 7 months ago

talksik commented 7 months ago

Which packages are you using?

stream_chat

On what platforms did you experience the issue?

Linux

What version are you using?

6.9

What happened?

An action button in the appbar tries to change a parameter of the local user within extraData and it does that successfully. However, for some reason, the updated user received on the stream listener has the updated property online set to false.

Sorry for the noise, I had to add Linux as a platform because that's my development machine. It should be enough to only focus on example/lib/main.dart as that's the only place I had changes.

Associated PR

Steps to reproduce

1. Go to associated PR linked above.
2. Run the app
3. Click the test button in the navbar.
4. _You will see the status of the user change to offline._

Supporting info to reproduce

No response

Relevant log output

No response

Flutter analyze output

No response

Flutter doctor output

No response

Code of Conduct

talksik commented 6 months ago

Any update on this? Surprised that basic presence working is not a priority for the team.

github-actions[bot] commented 4 months ago

This issue is stale because it has been open for 20 days with no activity.