framework/extensions/pusher/js
Daniël Klabbers 4f63399d4a Adds the ability to push new posts onto discussions that aren't public. (#17)
It's very frustrating having pusher installed, but not seeing new posts pop up on non public
discussions. This PR simply re-uses the existing channels per user by reading
all similar private user channels (which require authentication) and then pushing
the websocket message over the line. This only happens in case the discussion is
not public and it only sends to connected users.
2021-03-18 11:58:29 -04:00
..
dist Bundled output for commit 20fc262c81 [skip ci] 2020-11-25 06:28:43 +00:00
src Adds the ability to push new posts onto discussions that aren't public. (#17) 2021-03-18 11:58:29 -04:00
admin.js Webpack (#14) 2018-06-20 13:35:38 +09:30
forum.js Webpack (#14) 2018-06-20 13:35:38 +09:30
package-lock.json Release v0.1.0-beta.16 2021-03-15 12:17:21 +01:00
package.json Update Webpack 2020-05-01 11:51:15 +02:00
webpack.config.js Webpack (#14) 2018-06-20 13:35:38 +09:30