diff --git a/packages/stream_chat/lib/src/client/client.dart b/packages/stream_chat/lib/src/client/client.dart index 8d326aa9..7755f8f4 100644 --- a/packages/stream_chat/lib/src/client/client.dart +++ b/packages/stream_chat/lib/src/client/client.dart @@ -343,6 +343,8 @@ class StreamChatClient { } /// Creates a new WebSocket connection with the current user. + /// If [includeUserDetailsInConnectCall] is true it will include the current + /// user details in the connect call. Future openConnection({ bool includeUserDetailsInConnectCall = false, }) async {