Closed dyudyunov closed 3 months ago
Thanks for the pull request, @dyudyunov! Please note that it may take us up to several weeks or months to complete a review and merge your PR.
Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.
Please let us know once your PR is ready for our review and all tests are green.
My changes require further improvements - there are unneeded additional GET requests to the threads endpoint.
I will change the status to Draft for now
My changes require further improvements - there are unneeded additional GET requests to the threads endpoint.
I will change the status to Draft for now
I figured out how to get rid of the unneeded API call, now it's ready for review
There is no planned releases for Qunce, the PR makes no sense anymore
@dyudyunov Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future.
Backport from the master
Description
Fix wrong sorting when a user creates several posts without the page reloading.
Steps to reproduce
Actual result
The second created post is the last in the list (the same for any number of posts created additionally).
Expected result (with the fix applied)
Sorting works as expected - most recent posts are displayed first.
Additional Notes