Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
My logs: user already exists: 32 There's no UID 32 in the user list under manage.
How can I go about finding that uid in mongo?
db.objects.find({_key:"uid", value: "32"}}); doesnt seem to work
The user object is user:32 so db.objects.find({_key: "user:32"}); should show the data if the user is not deleted.
user:32
db.objects.find({_key: "user:32"});
@baris much
B
You can run git cherry-pick 74aa12c95b2acd3dab01b283c33eb24a358411aa to get it.
T
Hey! If added a new member to the chat room, he don't see the message history, this is very inconvenient.
@julian I should have tried associating by email address I tried it just now and it works
thanks and great job on NodeBB
J
@psychobunny Ah right! Ok, just sent a pull request. Thanks!
You'll want to listen to the hook I mentioned above, and make a call to groups.isMember() to check group membership status, and then save it to the corresponding users' information.