Ignore:
Timestamp:
2011-03-28T23:28:46Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4f50ea5
Parents:
f01bc6f
Message:

For #721, add the numbers in front of tweets if show_ids is enabled. Left
to do: Document the feature and allow using the numbers in rt/replies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.h

    rf01bc6f rce81acd  
    3838} twitter_flags_t;
    3939
     40struct twitter_log_data;
     41
    4042struct twitter_data
    4143{
     
    5658
    5759        char *prefix; /* Used to generate contact + channel name. */
     60       
     61        struct twitter_log_data *log;
     62        int log_id;
    5863};
    5964
     
    6267        guint64 last_id;
    6368        time_t last_time;
     69};
     70
     71#define TWITTER_LOG_LENGTH 100
     72struct twitter_log_data
     73{
     74        guint64 id;
     75        struct bee_user *bu;
    6476};
    6577
Note: See TracChangeset for help on using the changeset viewer.