busy icon indicating copy to clipboard operation
busy copied to clipboard

Can't check if post/comment is deleted (infinite loading icon)

Open economicstudio opened this issue 6 years ago • 0 comments

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 :)

https://github.com/busyorg/busy/blob/58e1dc1f17bb33f82c40c036a0196218c31bf39d/src/client/helpers/postHelpers.js#L11 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.

  • Browser: Any
  • Operating system: Any

economicstudio avatar Feb 02 '19 12:02 economicstudio