Script to remove post from database
-
Hi,
Since nodebb does not remove post from the database (only marking it as deleted), I have created this script to remove the post
from the database (redis only).Purge post from nodebb redis db
Purge post from nodebb redis db. GitHub Gist: instantly share code, notes, and snippets.
Gist (gist.github.com)
Put it in the same location as config.json, modify as needed, and run with:
$ node remove_post.js.
-
Why not create a plugin out of it, using NodeBB's database functions so that it works across all databases?
-
Check out this commit https://github.com/NodeBB/NodeBB/commit/a65d61290742fef5ed76834a73e069336ebe5b6b and this file https://github.com/NodeBB/NodeBB/blob/master/src/posts/delete.js.
Copyright © 2024 NodeBB | Contributors