diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-10-17 23:58:14 -0400 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-10-17 23:58:14 -0400 |
commit | 733f607bfaa34aa949df2602aec3b46aa2c3a46f (patch) | |
tree | 0a7650209fe9d12b129c5e92d32923de7cfcc0f8 /protocols/twitter/twitter.h | |
parent | 9fc017d62eb597a09af340f19fa10b8fc77da1d4 (diff) |
Stupid work-around for bug #838. The troublesome condition is known, I just
don't know exactly how BitlBee gets into it. Any more info from people who
see this problem often would be useful.
Diffstat (limited to 'protocols/twitter/twitter.h')
-rw-r--r-- | protocols/twitter/twitter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h index 14e43824..47dbeb29 100644 --- a/protocols/twitter/twitter.h +++ b/protocols/twitter/twitter.h @@ -38,6 +38,7 @@ typedef enum TWITTER_DOING_TIMELINE = 0x10000, TWITTER_GOT_TIMELINE = 0x20000, TWITTER_GOT_MENTIONS = 0x40000, + TWITTER_DOING_TIMELINE_SLOW = 0x80000, } twitter_flags_t; struct twitter_log_data; |