[wishlist] twitter/identi.ca operation could be more bandwidth friendly
Bug #311793 reported by
Dominic Evans
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gwibber |
Fix Released
|
Wishlist
|
Ryan Paul | ||
Bug Description
It appears that gwibber currently polls the twitter/ident.ica timelines on an interval, requesting all messages up to the given count. It then replaces the message_store.
Ideally gwibber should use the since_id parameter along with the most recent tweet id in the message store to request only statuses that is hasn't seen before. It should then prepend these to the message store before trimming it to the count size that it previously requested, before refreshing and displaying.
Related branches
Changed in gwibber: | |
assignee: | nobody → oldman |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
To post a comment you must log in.
This would be a handy feature! Not only for bandwidth but also because if you now get a bad connection between an interval gwibber stops showing all of the previous messages.