How to remove the icon before "thread being removed to other section"
-
So, after searching through the source code, and comparing topics - I ended up altering my Postgres database instead, with the following query:
UPDATE legacy_hash SET data = data - 'oldCid';
I havn't seen any adverse affects... is there something which I need to be aware of?
-
@sweetp unless you run it periodically that won't work for new topics. It's also erasing data from your database, and if you ever decide you want that back, you can't get it back.
Copyright © 2025 NodeBB | Contributors