codidact / qpixel

Q&A-based community knowledge-sharing software
https://codidact.com
GNU Affero General Public License v3.0
375 stars 70 forks source link

Show correct number of posts on user profile page #1358

Closed cellio closed 5 hours ago

cellio commented 1 week ago

Corrected fix for PR 1346: count of user posts was maxed at 15 because of local scoping, now is correct.

button: 20 posts

posts page: 20 posts

cellio commented 1 week ago

The test failure seems unrelated to these changes. What am I missing?

trichoplax commented 6 days ago

Merging in the develop branch triggered the tests again and they all passed this time.