Changeset 733f607 for protocols/twitter
- Timestamp:
- 2011-10-18T03:58:14Z (13 years ago)
- Branches:
- master
- Children:
- c148701
- Parents:
- 9fc017d
- Location:
- protocols/twitter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.h
r9fc017d r733f607 39 39 TWITTER_GOT_TIMELINE = 0x20000, 40 40 TWITTER_GOT_MENTIONS = 0x40000, 41 TWITTER_DOING_TIMELINE_SLOW = 0x80000, 41 42 } twitter_flags_t; 42 43 -
protocols/twitter/twitter_lib.c
r9fc017d r733f607 727 727 gboolean include_mentions = set_getbool(&ic->acc->set, "fetch_mentions"); 728 728 729 if ((td->flags & 0xf0000) == (TWITTER_DOING_TIMELINE | TWITTER_DOING_TIMELINE_SLOW)) { 730 imcb_log(ic, "Connection seems to have stalled again.\n" 731 "This is a known bug, if you see this happen a lot " 732 "please generate some traffic dumps."); 733 td->flags &= ~0xf0000; 734 } 735 729 736 if (td->flags & TWITTER_DOING_TIMELINE) { 730 737 return;
Note: See TracChangeset
for help on using the changeset viewer.