Ignore:
Timestamp:
2016-03-23T20:23:36Z (9 years ago)
Author:
Flexo <nick@…>
Branches:
master
Children:
9cf63ac
Parents:
d701547
git-author:
Flexo <nick@…> (15-03-16 21:39:36)
git-committer:
Flexo <nick@…> (23-03-16 20:23:36)
Message:

Honour twitter's mutes and "hide retweets from this user" settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.h

    rd701547 rfb62f132  
    6363#define TWITTER_FRIENDS_IDS_URL "/friends/ids.json"
    6464#define TWITTER_FOLLOWERS_IDS_URL "/followers/ids.json"
     65#define TWITTER_MUTES_IDS_URL "/mutes/users/ids.json"
     66#define TWITTER_NORETWEETS_IDS_URL "/friendships/no_retweets/ids.json"
    6567
    6668/* Account URLs */
     
    8789gboolean twitter_get_timeline(struct im_connection *ic, gint64 next_cursor);
    8890void twitter_get_friends_ids(struct im_connection *ic, gint64 next_cursor);
     91void twitter_get_mutes_ids(struct im_connection *ic, gint64 next_cursor);
     92void twitter_get_noretweets_ids(struct im_connection *ic, gint64 next_cursor);
    8993void twitter_get_statuses_friends(struct im_connection *ic, gint64 next_cursor);
    9094
Note: See TracChangeset for help on using the changeset viewer.