diff options
author | Marius Halden <marius.h@lden.org> | 2015-11-08 16:46:16 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-07-20 15:13:52 +0200 |
commit | 1deca055c89a52125f6a14bca40fcf4e8004be23 (patch) | |
tree | aaa54b00a30a50a2a57a0c2303f1942fb3416cef /protocols/twitter/twitter.h | |
parent | f60dc5cb68ac91df714f01ef61ba819eeac584aa (diff) |
Add support for long tweet ids
Diffstat (limited to 'protocols/twitter/twitter.h')
-rw-r--r-- | protocols/twitter/twitter.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h index 86c88262..22b9d561 100644 --- a/protocols/twitter/twitter.h +++ b/protocols/twitter/twitter.h @@ -84,6 +84,9 @@ struct twitter_data { /* set show_ids */ struct twitter_log_data *log; int log_id; + + int id_length; + int log_length; }; #define TWITTER_FILTER_UPDATE_WAIT 3000 @@ -99,7 +102,6 @@ struct twitter_user_data { time_t last_time; }; -#define TWITTER_LOG_LENGTH 256 struct twitter_log_data { guint64 id; /* DANGER: bu can be a dead pointer. Check it first. |