User's own tweets shouldn't be flagged as new (although we'll still color them unread)
This commit is contained in:
parent
5e25d4afcf
commit
dce0fa160c
2 changed files with 11 additions and 3 deletions
2
hrafn.py
2
hrafn.py
|
@ -328,7 +328,7 @@ class Hrafn():
|
|||
if single_tweet and not conversation:
|
||||
entries=1
|
||||
|
||||
new_pane = TweetPane(name, num_entries=entries, single_tweet=single_tweet, is_user=is_user, conversation=conversation)
|
||||
new_pane = TweetPane(name, username=self.username, num_entries=entries, single_tweet=single_tweet, is_user=is_user, conversation=conversation)
|
||||
new_pane.connect('new-tweets', self.on_read_tweets_changed)
|
||||
new_pane.connect('tweets-read', self.on_read_tweets_changed)
|
||||
|
||||
|
|
Reference in a new issue