diamondburned / slemmy

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

Post forever loading when 0 comments #3

Closed diamondburned closed 1 year ago

diamondburned commented 1 year ago

Slemmy doesn't check if the post is supposed to have a comment or not. If no GetComments events are received after sending a GetComments (server bug), then Slemmy will assume that the server is still working on the response and never hide the loading circle.

Adding a simple check should work most of the time (though won't work all of the time when using a filter).