Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Fix to permlinks for post listing.
Browse files Browse the repository at this point in the history
  • Loading branch information
toniwidmo committed May 13, 2018
1 parent 3ed7777 commit 6a6eff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/steem/steem.js
Expand Up @@ -348,6 +348,8 @@ function displaySteemProfile(err, profile) {
getSteemPosts(steem_profile.name,steem_tags,25,'');
pushStateWithoutDuplicate('Profile page for '+metadata.profile.name+' tagged #'+steem_tags, './?p=steem/@'+steem_profile.name+'/'+steem_tags);
}
} else {
pushStateWithoutDuplicate('Profile page for '+metadata.profile.name, './?p=steem/@'+steem_profile.name);
}
}
function getSteemProfile(username,tag) {
Expand Down

0 comments on commit 6a6eff4

Please sign in to comment.