We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1129e3 commit e349297Copy full SHA for e349297
src/push-vue.js
@@ -160,6 +160,7 @@ function createChannel(channel_name, push) {
160
channel.subscribeCb = function () {
161
push.connection.send(JSON.stringify({ event: "pusher:subscribe", data: { channel: channel_name } }));
162
}
163
+ channel.processSubscribe();
164
return channel;
165
166
0 commit comments