Fix pusher auth for pro

This commit is contained in:
Piotr Sarnacki 2015-12-09 11:57:57 +01:00
parent cc38f08df4
commit 9a55449789
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ initialize = (data) ->
application = data.application
if config.pusher.key
application.pusher = new TravisPusher(config.pusher)
application.pusher = new TravisPusher(config.pusher, data.container.lookup('service:ajax'))
application.register 'pusher:main', application.pusher, { instantiate: false }

View File

@ -2,6 +2,7 @@
TravisPusher = (config, ajaxService) ->
@init(config, ajaxService)
TravisPusher.ajaxService = ajaxService
this
TravisPusher.prototype.active_channels = []
@ -97,7 +98,6 @@ if ENV.pro
channels.fetching = false
callback(data.channels) for callback in channels.callbacks
Pusher.getDefaultStrategy = (config) ->
[
[":def", "ws_options", {