diff options
author | Geert Mulders <g.c.w.m.mulders@gmail.com> | 2009-12-02 19:08:40 +0100 |
---|---|---|
committer | Geert Mulders <g.c.w.m.mulders@gmail.com> | 2009-12-02 19:08:40 +0100 |
commit | b4dd25398db477b06452be195de14ca352008665 (patch) | |
tree | 205703ec0516aeec8f74bd3e046837e5140e1daf /protocols/twitter/twitter.h | |
parent | 1b221e0abd6453e3ca9cf45916ff6d16f94eff2b (diff) |
home/timeline is now displayed in a groupchat instead of private window.
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 58791954..5b032929 100644 --- a/protocols/twitter/twitter.h +++ b/protocols/twitter/twitter.h @@ -37,6 +37,7 @@ struct twitter_data char* user; char* pass; guint64 home_timeline_id; + struct groupchat *home_timeline_gc; }; #endif //_TWITTER_H |