Hi, is there a way to use encrypted channels with this library without forking? https://pusher.com/docs/channels/using_channels/encrypted-channels/ To support encryption, the client needs to import a different path from pusher-js: https://github.com/pusher/pusher-js/tree/master#encrypted-channel-support ``` import Pusher from 'pusher-js'; import Pusher from 'pusher-js/with-encryption'; ``` Any guidance is appreciated. Thanks!
Hi, is there a way to use encrypted channels with this library without forking?
https://pusher.com/docs/channels/using_channels/encrypted-channels/
To support encryption, the client needs to import a different path from pusher-js: https://github.com/pusher/pusher-js/tree/master#encrypted-channel-support
Any guidance is appreciated. Thanks!