aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter.h
diff options
context:
space:
mode:
authorGeert Mulders <g.c.w.m.mulders@gmail.com>2009-12-02 19:08:40 +0100
committerGeert Mulders <g.c.w.m.mulders@gmail.com>2009-12-02 19:08:40 +0100
commitb4dd25398db477b06452be195de14ca352008665 (patch)
tree205703ec0516aeec8f74bd3e046837e5140e1daf /protocols/twitter/twitter.h
parent1b221e0abd6453e3ca9cf45916ff6d16f94eff2b (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.h1
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