Ignore:
Timestamp:
2016-03-31T18:49:52Z (8 years ago)
Author:
Flexo <nick@…>
Branches:
master
Children:
0d581bd
Parents:
fb62f132
Message:

Add mute and unmute commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.h

    rfb62f132 r9cf63ac  
    7878#define TWITTER_BLOCKS_DESTROY_URL "/blocks/destroy/"
    7979
     80/* Mute URLs */
     81#define TWITTER_MUTES_CREATE_URL "/mutes/users/create.json"
     82#define TWITTER_MUTES_DESTROY_URL "/mutes/users/destroy.json"
     83
    8084/* Report spam */
    8185#define TWITTER_REPORT_SPAM_URL "/users/report_spam.json"
     
    96100void twitter_direct_messages_new(struct im_connection *ic, char *who, char *message);
    97101void twitter_friendships_create_destroy(struct im_connection *ic, char *who, int create);
     102void twitter_mute_create_destroy(struct im_connection *ic, char *who, int create);
    98103void twitter_status_destroy(struct im_connection *ic, guint64 id);
    99104void twitter_status_retweet(struct im_connection *ic, guint64 id);
Note: See TracChangeset for help on using the changeset viewer.