Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Jun 13, 2023
1 parent c15bc7b commit 53b3865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/push-uniapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ function createChannel(channel_name, push)
channel.subscribeCb = function () {
push.connection.send(JSON.stringify({event:"pusher:subscribe", data:{channel:channel_name}}));
}
channel.processSubscribe();
return channel;
}

Expand Down

0 comments on commit 53b3865

Please sign in to comment.