lyricat / Hotot

A Twitter Client
http://hotot.org
GNU Lesser General Public License v3.0
482 stars 130 forks source link

hotot don't Hide native retweets #573

Closed angelbladex closed 9 years ago

angelbladex commented 11 years ago

Hi! Hotot show me native retweets from all my following and i turned off this feature on each profile of my following.

i tried use Kismet using retweet:* and dont work Its very slow add a rule for each people on kismet vía retweet:user1

angelbladex commented 11 years ago

Hi!!! i got hide native retweets

modifiy /usr/share/hotot/js/daemon.js

and change

if (ret.hasOwnProperty('retweeted_status') && ret.user.screen_name == globals.myself.screen_name to

if (ret.hasOwnProperty('retweeted_status') || ret.user.screen_name == globals.myself.screen_name

Please, close the issue =)