We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5d47e commit 7749b98Copy full SHA for 7749b98
packages/realtime_client/lib/src/realtime_client.dart
@@ -353,7 +353,7 @@ class RealtimeClient {
353
354
for (final channel in channels) {
355
if (token != null) {
356
- channel.updateJoinPayload({'user_token': token});
+ channel.updateJoinPayload({'access_token': token});
357
}
358
if (channel.joinedOnce && channel.isJoined) {
359
channel.push(ChannelEvents.accessToken, {'access_token': token});
0 commit comments