main ← dev-post-loading
opened 03:27PM - 08 May 25 UTC
As reported: https://meta.discourse.org/t/endless-spinning-on-user-activity-of-u…ser-without-activity/365313
If a user has no posts, their post list will show a loading spinner indefinitely

This is because if there are no posts we never set `canLoadMore` or `loading` to `false`
If we always check for new posts we avoid the issue.
