Ignore:
Timestamp:
2020-05-07T19:33:52Z (4 years ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
b17fa67, f18209a
Parents:
3da21ce
git-author:
Iguana <kathy@…> (07-05-20 19:33:52)
git-committer:
GitHub <noreply@…> (07-05-20 19:33:52)
Message:

Add support for group reply using auto_populate_reply_metadata (#146)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.h

    r3da21ce rb8b931d  
    9696void twitter_get_statuses_friends(struct im_connection *ic, gint64 next_cursor);
    9797
    98 void twitter_post_status(struct im_connection *ic, char *msg, guint64 in_reply_to);
     98void twitter_post_status(struct im_connection *ic, char *msg, guint64 in_reply_to, gboolean auto_populate_reply_metadata);
    9999void twitter_direct_messages_new(struct im_connection *ic, char *who, char *message);
    100100void twitter_friendships_create_destroy(struct im_connection *ic, char *who, int create);
Note: See TracChangeset for help on using the changeset viewer.