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 0116ecd commit c0177c9Copy full SHA for c0177c9
extensions/pusher/js/src/forum/index.tsx
@@ -28,7 +28,7 @@ app.initializers.add('flarum-pusher', () => {
28
},
29
30
httpHost: app.forum.attribute('pusherHostname'),
31
- wsHost: app.forum.attribute('pusherHostname')
+ wsHost: app.forum.attribute('pusherHostname'),
32
});
33
34
return {
0 commit comments