this post was submitted on 28 Jan 2019
0 points (NaN% liked)

General Discussion

0 readers
2 users here now

A place to talk about whatever you want


This is a forum category containing topical discussion. You can start new discussions by mentioning this category.

founded 6 months ago
 

Once I've moved a topic to a better category, I don't want users to see that black "moved" arrow on the left of the topic. How do I get rid of that?

you are viewing a single comment's thread
view the rest of the comments
[–] baris@community.nodebb.org 1 points 3 months ago* (last edited 3 months ago)

So the number in the url is the topic id, for example for this topic its /topic/13608, to remove the moved arrow for this topic you would run the below in mongodb.

db.objects.updateOne({_key: "topic:13608"}, {$unset: {"fromCid": ""}});