diff options
author | dequis <dx@dxzone.com.ar> | 2016-04-16 14:21:33 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2016-04-16 14:21:33 -0300 |
commit | 991c75fbf4c4bc0ab2ae6f8b983a092080630b14 (patch) | |
tree | 7932b640301c13b3c0798562740e971c3eb7b80f /protocols/twitter/twitter.h | |
parent | c9603a38774fb118d4aaa96e170674412ed7328a (diff) | |
parent | 166a571321826a68626eaf10a59901253237f09e (diff) |
Merge remote-tracking branch 'bitlbee/pr/70'
Diffstat (limited to 'protocols/twitter/twitter.h')
-rw-r--r-- | protocols/twitter/twitter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h index 5a1a4f63..86c88262 100644 --- a/protocols/twitter/twitter.h +++ b/protocols/twitter/twitter.h @@ -60,6 +60,8 @@ struct twitter_data { guint64 timeline_id; GSList *follow_ids; + GSList *mutes_ids; + GSList *noretweets_ids; GSList *filters; guint64 last_status_id; /* For undo */ |