Thank you very much for this open source releasing, it's a great feature!
A little feedback. It didn't work at all for me on 2.8.2. On 2.8.3, it seems to work pretty well on the server side (no error in the output of websocket:serve. On the front side, it works perfectly for posts into discussions. But there is a problem regarding the discussion list. Whenever I publish a new discussion, the index empties and I have this message into the console (and the ones who are connected too):
TypeError: e.recipientUsers().find is not a function
Pt Discussion.js:98
e extend.js:35
e extend.js:33
controls DiscussionControls.js:28
controls DiscussionControls.js:27
view DiscussionListItem.js:68
a render.js:30
l render.js:155
l render.js:160
l render.js:66
[...]
exports render.js:964
a mount-redraw.js:14
c mount-redraw.js:25
mount-redraw.js:15:23
a mount-redraw.js:15
c mount-redraw.js:25
recipientUsers... it seems to be directly related to byobu, but I have no problem with byobu otherwise.