Actually the email does use the url from config.json. Check it out here
https://github.com/NodeBB/NodeBB/blob/master/src/user/email.js#L33
Hi,
Steps to reproduce:
I tried to move more than one post from one topic to another topic it gives an error "cant-move-to-same-topic". But also shows success message "Post Moved!"
Also "cid:{cid}:tids:posts" key is not updating.
Please refer attached screenshot:
Is there any idea why these errors getting?
Any help is appreciated!!
Thanks
Did you mean fork? There is no mass move of posts yet.
Thanks for the reply.
No. not fork, I am trying to move single post from one topic to another.
Steps:
Then it gives an error "cant-move-to-same-topic".
When POST gets moved to topic of another category , Reply count on CATEGORIES page remains same.
When POST gets moved to another topic count does not get incremented/decremented but it does after page refresh.
POSTS count of "Welcome to your NodeBB!" topic is "3" POSTS, But on the Category page it "General Discussion" category has "1" POSTS. It should be 3 POSTS.
Please refer the attached screenshot:
Fixed the category post count bug. https://github.com/NodeBB/NodeBB/issues/3821
But I couldn't reproduce the cant-move-to-same-topic
error. Are you on master or 0.8.2?
Yes, I get these issues in 0.8.2.
Create 'new TOPIC'.
Create 'another TOPIC' and create more than 2 REPLY to that topic.
Move one REPLY to new TOPIC.
Move second REPLY to new TOPIC.
cant-move-to-same-topic error will occur.