Skip to content

Commit 53b3865

Browse files
committed
save
1 parent c15bc7b commit 53b3865

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/push-uniapp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ function createChannel(channel_name, push)
158158
channel.subscribeCb = function () {
159159
push.connection.send(JSON.stringify({event:"pusher:subscribe", data:{channel:channel_name}}));
160160
}
161+
channel.processSubscribe();
161162
return channel;
162163
}
163164

0 commit comments

Comments
 (0)