Skip to content
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

Connecting user without providing userName is clearing it #700

Closed
1 task done
Brazol opened this issue Sep 21, 2021 · 0 comments · Fixed by #701
Closed
1 task done

Connecting user without providing userName is clearing it #700

Brazol opened this issue Sep 21, 2021 · 0 comments · Fixed by #701
Labels
bug Something isn't working

Comments

@Brazol
Copy link
Contributor

Brazol commented Sep 21, 2021

Which packages are you using?

stream_chat_flutter

On what platforms did you experience the issue?

iOS, Android

What version are you using?

stream_chat_flutter: ^2.2.1
stream_chat_flutter_core: ^2.2.1

What happened?

We used to connect user providing only userId and it worked. After package update instead of merging data with existing name it overrides it with user id. It's working with other fields (like avatar - we don't provide it and it stays the same).

await client.connectUser( User(id: userId), token, );

Steps to reproduce

Use connectUser method providing only user id.

Supporting info to reproduce

No response

Relevant log output

No response

Flutter analyze output

No response

Flutter doctor output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant