diff options
author | Flexo <nick@nivan.net> | 2016-03-15 21:39:36 +0000 |
---|---|---|
committer | Flexo <nick@nivan.net> | 2016-03-23 20:23:36 +0000 |
commit | fb62f132a55896e235fd4956987548bdcd0be519 (patch) | |
tree | 75ba727ca975dcf6cf5290d7c39aa7d46a0d1ad7 /protocols/twitter/twitter.h | |
parent | d701547347b15bd76f19fcf667cbf8e5c1219cbb (diff) |
Honour twitter's mutes and "hide retweets from this user" settings.
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 */ |