diff --git a/js/util.js b/js/util.js index c1a3b77153..1d01f72ecd 100644 --- a/js/util.js +++ b/js/util.js @@ -1361,7 +1361,7 @@ var SN = { // StatusNet var profileLink = $('#nav_profile a').attr('href'); if (profileLink) { - var authorUrl = $(notice).find('.h-card.u-url').attr('href'); + var authorUrl = $(notice).find('.h-card.p-author').attr('href'); if (authorUrl == profileLink) { if (action == 'all' || action == 'showstream') { // Posts always show on your own friends and profile streams.