stoodkev / SteemPlus

SteemPlus is a lightweight browser extension adding new features to your Steemit/Busy experience: - Voting slider for minnows - Possibility to filter (by tag/resteem/reputation) and sort ( by date/payout/votes) - Switch between Busy Steemit and Steemd by keyboard shortcuts - Delegation of Steem Power directly from the wallet
GNU General Public License v3.0
27 stars 32 forks source link

Steemplus Point History, reblogged posts point to wrong url (404 error) #174

Open ng-gist opened 5 years ago

ng-gist commented 5 years ago

Expected behavior

Reblogged posts in SteemPlus Point History page should open the right post.

Actual behavior

Reblogged posts in SteemPlus Point History page navigates to incorrect post url resulting in 404 error.

Prerequisite

SteemPlus offers points for reblogging thr post which is less than 7 days old. Find and reblog such a post and wait for the points to be credited to your account (usually 30 min.)

How to reproduce

  1. Install and Enable SteemPlus chrome extension version (3.5.0.1).
  2. On steemit.com, go to your wallet.
  3. Under SteemPlus Points count, open dropdown and click on SteemPlus Points History.
  4. You should see the reblogged post along with the credited points.
  5. Click on the link to the post

ezgif com-video-to-gif 1

Solution

Url created for the link of reblogged post uses relative url which appends this url to existing username. Code should use absolute url to include actual user of the post.

stoodkev commented 5 years ago

Hmm yea the tag is missing, we ll correct this, thank you!