• A place to talk about whatever you want

    4k Topics
    23k Posts

    If it is not showing in the UI you will have to look at the records in the database. Look at the key followers:<target_uid> if the uid of the other user is in there you can remove it.

    mongodb

    db.objects.deleteOne({_key: "followers:<target_uid>", value: "<uid_of_other_user>" });

    redis

    zrem followers:<target_uid> <uid_of_other_user>
  • Stay tuned here to hear more about new releases and features of NodeBB!

    3k Topics
    21k Posts

    @julian Ok. Thank you.

  • Discussion regarding NodeBB Plugin development.

    2k Topics
    15k Posts

    Confirmed 🙂 There are no settings in the ACP in v3.

  • A public listing of community themes created by the NodeBB community.
    49 Topics
    1k Posts

    I've solved the problem adding a global footer text.

  • Need help with installing or configuring NodeBB? Look here.

    5k Topics
    25k Posts

    I do not receive any errors when sending a test email, as if everything is fine. But the letter doesn't get through.
    image.png

Online Users

julianJ