Merge request 9 on Gitorious

This commit is contained in:
Mikael Nordfeldth 2014-10-10 20:50:14 +02:00
commit fa1f40bbd6
1 changed files with 1 additions and 1 deletions

View File

@ -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.