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:
Hannes Mannerheim 2013-08-19 17:46:56 +02:00
parent 70ad88e868
commit d277ed037f

View File

@ -1156,8 +1156,8 @@ function addToFeed(feed, after, extraClasses) {
}
}
}
// retweeted object don't exist in feed and not mine
else if(obj.user.statusnet_profile_url != $('#user-profile-link').children('a').attr('href')){
// retweeted object don't exist in feed
else {
// we don't want to print 'null', someone might have that username!
var in_reply_to_screen_name = '';