mdesjardins / buzzbird

Buzzbird is (was?) a XUL-based desktop twitter client
http://getbuzzbird.com
MIT License
63 stars 9 forks source link

all tweets are new when switching accounts #69

Open ghost opened 14 years ago

ghost commented 14 years ago

I added 2 twitter accounts. I click "Mark all as read" and all are marked as read. I switch to the other account. I switch back to the first and all tweets are marked unread. I expected the tweets to be still marked as read.

Could the problem be avoided by just merging the tweets from all accounts into one list? That would be more convenient to me anyway.

mdesjardins commented 14 years ago

Currently Buzzbird doesn't persist anything from session to session other than preferences. It's a pretty big deal to, e.g., make a sqlite database to store past tweets. However, I've considered doing it in the past for other reasons, so it's not out of the question.