Skip to content

Commit e349297

Browse files
authored
Update push-vue.js
1 parent e1129e3 commit e349297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/push-vue.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ function createChannel(channel_name, push) {
160160
channel.subscribeCb = function () {
161161
push.connection.send(JSON.stringify({ event: "pusher:subscribe", data: { channel: channel_name } }));
162162
}
163+
channel.processSubscribe();
163164
return channel;
164165
}
165166

0 commit comments

Comments
 (0)