akhoury / nodebb-plugin-import

migrate your old crappy forum to NodeBB
MIT License
78 stars 31 forks source link

finally fix for wrong sorted pinned topics #212

Closed Armadill0 closed 7 years ago

Armadill0 commented 7 years ago

In some cases pinned topics weren't sorted correct like described in #161 . The 2^ 53 timestamp has been changed back to the original one through "Importer.fixTopicTimestampsAndRelockLockedTopics".

I couldn't find the proper reason why some topics had the correct and some the wrong timestamps, but I also haven't seen any side effects from the fix I'm providing.

akhoury commented 7 years ago

thanks