NodeBB 1.10.0: privilege improvements and more

Moved NodeBB Development

Suggested Topics


  • NodeBB 3.3.0

    NodeBB Development
    10 Votes
    39 Posts
    2k Views

    Now we have special settings for the notification of each chat, can you provide this feature for groups as well? that each user can set himself which group he is a member of to receive notifications?

  • 6 Votes
    7 Posts
    957 Views

    Hi @baris

    Thanks for the reply. We're on Redis here instead of Mongo. Sorry, I should have specified.
    I did the same thing in Redis, It appears that we had a lot of "blank" notes which were just timestamps - I've removed these (or rather, I converted them over to objects with a timestamp property) and it appears to have resolved this for now.

    Not sure going by the timestamps exactly what caused these notes to be added however, but I didn't want to lose the fact that something happened at that point.

    Thanks for the guideance

  • NodeBB v1.5.1

    Moved NodeBB Development
    5 Votes
    2 Posts
    3k Views

    secsy...

  • 2 Votes
    34 Posts
    18k Views

    @BDHarrington7
    Use pgrep/pkill! 😉

    kill -s USR1 $(fgrep -f "app.js")

    or even shorter with pkill

    pkill -USR1 -f "app.js"

    Substitute -USR1 with -SIGHUP and you got yourself a quick and easy build-tool command to restart NodeBB, when changing files. 🙂
    (I'm using SublimeText / Atom)

  • 2 Votes
    11 Posts
    3k Views

    can't wait to see that! 🙂