diamondburned / slemmy

Lemmy client in Svelte
https://slemmy.libdb.so
GNU Affero General Public License v3.0
49 stars 0 forks source link

Slemmy spamming server when no posts returned #9

Closed diamondburned closed 1 year ago

diamondburned commented 1 year ago

Seems like it keeps thinking we need to fetch more posts because "they all fit on the screen!" when in reality there's nothing to fit.

Will need to add a give-up condition, something like "if page == 2 && posts.length == 0".