Project Information
- Repository: https://github.com/busyorg/busy
- Project Name: Busy
I reported the issue and made a pull request.
Expected behavior
Reblogged post in feed should be shown as "reblogged_by {username}"
Actual behavior
Reblogged post in feed is shown the same way as other posts of followings. Thus, it's impossible to know if a post is one of my followings or one of followings of my followings, which is very annoying.
How to reproduce
- Prepare 3 users: A, B, and C.
- Log in with A and follows B but not C.
- Make B reblog C's post.
- Then C's post is shown in A's feed without "reblogged_by."
- Browser version: Any
- App version: Busy 2.5.6 (current)
- Operating system: Any
Recording Of The Bug
Busy.org: my feed (rosatravels isn't my following)
Steemit.com shows the reblogged information correctly
Cause and Fix
Busy.org uses post.first_reblogged_by
which is always null. post.reblogged_by
should be used, as in steemit.com https://github.com/steemit/condenser/blob/7430aca58ae9f86e501f52e3cf8dba5efc9fe3e0/src/app/components/cards/PostSummary.jsx#L70
I made the fix and PR. Here is the screenshot after the fix on my local dev server.
After the fix on my local dev server
GitHub Account
https://github.com/economicstudio
ps. I know that I can get bonus point if the PR is already merged. I'm pretty confident with my code, but as you can see, busy team is not so active these days, so I've decided not to wait for merging, which may take too long. Hope busy team will be active again. Thanks.