We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a user access a deleted post/comment, Busy should show that it is deleted (or at least stop waiting for loading)
Busy waits forever for loading. Users cannot tell if it's actually loading or deleted.
Visit https://busy.org/@guest123/5rhhdo-test (deleted post, don't be curious about the content, this was just a test posting :)
busy/src/client/helpers/postHelpers.js
Line 11 in 58e1dc1
Also, when it is deleted, title and body is '' and 'deleted' But this isn't the problem itself as far as I debugged. The function itself isn't called.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
When a user access a deleted post/comment, Busy should show that it is deleted (or at least stop waiting for loading)
Actual behavior
Busy waits forever for loading. Users cannot tell if it's actually loading or deleted.
How to reproduce
Visit https://busy.org/@guest123/5rhhdo-test (deleted post, don't be curious about the content, this was just a test posting :)
busy/src/client/helpers/postHelpers.js
Line 11 in 58e1dc1
While there seems a test code for deleted post, it is not properly used.
Also, when it is deleted, title and body is '' and 'deleted' But this isn't the problem itself as far as I debugged. The function itself isn't called.
The text was updated successfully, but these errors were encountered: