Group Chat Changes
-
@baris said:
I'm fine with adding a
group chat user limit
option. Set it to 2 and we can even hide the input to add more users so we end up with the old 1 to 1 chat. You can already disable chat entirely from the ACP so if you are worried about chat reducing forum activity you can do that as well.Set it to 1 and Psychobunny can have conversations with himself.
-
@baris said:
I'm fine with adding a
group chat user limit
option. Set it to 2 and we can even hide the input to add more users so we end up with the old 1 to 1 chat. You can already disable chat entirely from the ACP so if you are worried about chat reducing forum activity you can do that as well.That seems perfect
-
-
-
I've just experienced a series of rapid restarts on 0.9.3 (cf5decf5de6f3b1e0690d2c4deab1565c21989ef) with a similar exception as mentioned above.
Jan 28 17:24:52 www msforum[17939]: 28/1 17:24 [7158] - #033[31merror#033[39m: TypeError: Cannot read property 'messageId' of undefined Jan 28 17:24:52 www msforum[17939]: at processImmediate [as _immediateCallback] (timers.js:383:17) Jan 28 17:24:52 www msforum[17939]: TypeError: Cannot read property 'messageId' of undefined Jan 28 17:24:52 www msforum[17939]: at processImmediate [as _immediateCallback] (timers.js:383:17) Jan 28 17:24:52 www msforum[17939]: 28/1 17:24 [7158] - #033[32minfo#033[39m: [app] Shutdown (SIGTERM/SIGINT) Initialised. Jan 28 17:24:52 www msforum[17939]: 28/1 17:24 [7158] - #033[32minfo#033[39m: [app] Database connection closed. Jan 28 17:24:52 www msforum[17939]: 28/1 17:24 [7158] - #033[32minfo#033[39m: [app] Web server closed to connections. Jan 28 17:24:52 www msforum[17939]: 28/1 17:24 [7158] - #033[32minfo#033[39m: [app] Shutdown complete. Jan 28 17:24:52 www msforum[17939]: [cluster] Child Process (7158) has exited (code: 1, signal: null) Jan 28 17:24:52 www msforum[17939]: [cluster] Spinning up another process... Jan 28 17:24:53 www msforum[17939]: 28/1 17:24 [7203] - #033[32minfo#033[39m: Time: Thu Jan 28 2016 17:24:53 GMT+0100 (CET) Jan 28 17:24:53 www msforum[17939]: 28/1 17:24 [7203] - #033[32minfo#033[39m: Initializing NodeBB v0.9.3
Anyone else seeing this?
I had this 4-5 times during the last hour now. Everything has worked fine for over a week prior to this. -
Yep, persona v4.0.45
-
Yes, I know... it was this message that led me to this particular thread.
TypeError: Cannot read property 'messageId' of undefined
Unfortunately the the call-stack doesn't contain more info.. Well let's hope it stabilises itself.
-
Cool! I have a question about the chat, and I hope that you'll take/consider this seriously. I spend a lot of time on the web, and a lot of time looking at (specifically) Open Source web applications. When I was looking for fourm code it was quite the epic, trying damn near everything out there. I've chosen this forum code, and so I hope to support you with ideas as well as PRs. For a million and one reasons, I strongly prefer NodeBB to Discourse. It's a choice I'd gladly make over and over, and it largely has to do with the receptivity of the community that creates NodeBB to new ideas. Discourse is too busy trying to bury their Multi-Site functionality to be receptive to new ideas.
I think that the chat in NodeBB should integrate with either IRC or Matrix Chat. I know that Raocket.Chat, a meteor-based chat application has support for Matrix Chat (ether upcoming, or.... something. Here is a link to the relevant repo: https://github.com/RocketChat/Rocket.Chat.Federation
Standards are a very, very good thing. IRC is one, Matrix is another. Web app content-based walled gardens are just as annoying as any other walled garden, and we should strive to avoid them. Well, that's what I've got for now. Thanks for the awesome code, keep it up!
-
Definitely, there's no reason you cannot use your own chat app in place of NodeBB's
The main blocker here is that we don't fire the necessary client-side hooks when a user opens a chat (namely,
app.openChat()
). If we added a client-side hook there, then you could intercept it and open a new chat using whatever service you desireThere's just been no interest in that so far
-
@hek said:
Yes, I know... it was this message that led me to this particular thread.
TypeError: Cannot read property 'messageId' of undefined
Unfortunately the the call-stack doesn't contain more info.. Well let's hope it stabilises itself.
Your posts led me to the same topic as well, I noticed the restarts in my log this morning - v0.9.3.
-
@Ted was happening for me too, looks like it might have been fixed here
https://github.com/NodeBB/NodeBB/commit/a3dc427e671ce8af059a8ceb85fe99192f41544e