diff --git a/extensions/pusher/src/Api/Controller/AuthController.php b/extensions/pusher/src/Api/Controller/AuthController.php index 1d41640eb..0900288fa 100644 --- a/extensions/pusher/src/Api/Controller/AuthController.php +++ b/extensions/pusher/src/Api/Controller/AuthController.php @@ -1,4 +1,4 @@ -settings->get('pusher.app_key'), - $this->settings->get('pusher.app_secret'), - $this->settings->get('pusher.app_id') + $this->settings->get('flarum-pusher.app_key'), + $this->settings->get('flarum-pusher.app_secret'), + $this->settings->get('flarum-pusher.app_id') ); $payload = json_decode($pusher->socket_auth($userChannel, array_get($body, 'socket_id')), true);