@girish there may be something wrong with your dns. I can access that link just fine.
Group Chat Changes
-
@exodo Like our forum, group chat cause restarting nodebb forum (
0.9.3
)! -
@sanatisharif group chat is not available in 0.9.3. Your issue might be something else and @exodo is talking about something else completely different.
-
clone from master branch:
git fetch --all git reset --hard origin/master ./nodebb upgrade
lock at these images please:
-
@sanatisharif you are using master branch not 0.9.3. Master branch is expected to have issues and is not recommended for production.
-
@julian master branch does not display the warning anymore in ACP?
-
@pichalite how to downgrade our forum to
nodebb 0.9.3
? -
@sanatisharif did you make a backup before you upgraded? If not I believe you are out of luck and have to wait for a fix.
-
1.0.0
?..
Don't forget, minor releases can't introduce breaking changes anymore. -
Group chat is only available on master not 0.9.3 as @pichalite mentioned. I just commited some fixes to master, you also need latest persona, let me know if you are still seeing issues after updating to those. For production wait for 1.0.0 if you want group chat.
-
@baris @pichalite
Thanks a lot, Now every thing is fine! -
@baris said:
Group chat is only available on master not 0.9.3 as @pichalite mentioned. I just commited some fixes to master, you also need latest persona, let me know if you are still seeing issues after updating to those. For production wait for 1.0.0 if you want group chat.
restart again with this error:
21/12 15:07 [25414] - error: TypeError: Cannot read property 'messageId' of undefined at /path/to/nodebb/src/messaging.js:158:53 at fn (/path/to/nodebb/node_modules/async/lib/async.js:741:34) at /path/to/nodebb/node_modules/async/lib/async.js:1208:16 at /path/to/nodebb/node_modules/async/lib/async.js:166:37 at /path/to/nodebb/node_modules/async/lib/async.js:701:43 at /path/to/nodebb/node_modules/async/lib/async.js:167:37 at Immediate._onImmediate (/path/to/nodebb/node_modules/async/lib/async.js:1201:34) at processImmediate [as _immediateCallback] (timers.js:367:17) TypeError: Cannot read property 'messageId' of undefined at /path/to/nodebb/src/messaging.js:158:53 at fn (/path/to/nodebb/node_modules/async/lib/async.js:741:34) at /path/to/nodebb/node_modules/async/lib/async.js:1208:16 at /path/to/nodebb/node_modules/async/lib/async.js:166:37 at /path/to/nodebb/node_modules/async/lib/async.js:701:43 at /path/to/nodebb/node_modules/async/lib/async.js:167:37 at Immediate._onImmediate (/path/to/nodebb/node_modules/async/lib/async.js:1201:34) at processImmediate [as _immediateCallback] (timers.js:367:17) 21/12 15:07 [25414] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised. 21/12 15:07 [25414] - error: MongoError: server 127.0.0.1:27017 sockets closed at Server.destroy (/path/to/nodebb/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:676:47) at Server.close (/path/to/nodebb/node_modules/mongodb/lib/server.js:367:17) at Db.close (/path/to/nodebb/node_modules/mongodb/lib/db.js:333:19) at Object.module.close (/path/to/nodebb/src/database/mongo.js:228:6) at shutdown (/path/to/nodebb/app.js:305:28) at process.<anonymous> (/path/to/nodebb/app.js:176:3) at process.emit (events.js:107:17) at process._fatalException (node.js:236:26)
-
@sanatisharif What git hash are you on?
git rev-parse HEAD
-
-
I can't find that hash in the nodebb repo
-
output of
git status
command:output of
git remote show origin
command:output of
git rev-parse HEAD
command: -
@Kowlin For example it's easier to create a private chat with a group of 15 people and downvote whoever says something that we don't like. Or they can also spoil a topic... There are people with too much imagination, believe me xD
-
I think nodebb team make chat group like Telegram group chat, and this is good!
-
@baris said:
Just merged the group-chat branch into master, it will be available in our next release which will most likely be 1.0.0.
+1 +1 +1 +1 +1 +1
-
@baris
I run this commands:git commit -a // for commit language file change! git pull origin master ./nodebb upgrade
after these, output of
git rev-parse HEAD
is:
0c0e0138ed6828e4f4488a3f58f9b4a13045c8c1
-
Thanks for all the effort you guys put into NodeBB, looking forward to this update.