don't filter out my requeets
filtering out my requeets will make them not appear in my user timeline, so let's don't do that.
This commit is contained in:
parent
70ad88e868
commit
d277ed037f
|
@ -1156,8 +1156,8 @@ function addToFeed(feed, after, extraClasses) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// retweeted object don't exist in feed and not mine
|
// retweeted object don't exist in feed
|
||||||
else if(obj.user.statusnet_profile_url != $('#user-profile-link').children('a').attr('href')){
|
else {
|
||||||
|
|
||||||
// we don't want to print 'null', someone might have that username!
|
// we don't want to print 'null', someone might have that username!
|
||||||
var in_reply_to_screen_name = '';
|
var in_reply_to_screen_name = '';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user