Changeset 1201fcb for protocols/twitter/twitter.c
- Timestamp:
- 2015-06-08T03:42:11Z (8 years ago)
- Branches:
- master
- Children:
- 53c7799
- Parents:
- 61e7e02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
r61e7e02 r1201fcb 1012 1012 twitter_log(ic, "Tweet `%s' does not exist", cmd[1]); 1013 1013 } else { 1014 /* More common link is twitter.com/$UID/status/$ID (and that's 1015 * what this will 302 to) but can't generate that since for RTs, 1016 * bu here points at the retweeter while id contains the id of 1017 * the original message. */ 1018 twitter_log(ic, "https://twitter.com/statuses/%lld", id); 1014 twitter_status_show_url(ic, id); 1019 1015 } 1020 1016 goto eof;
Note: See TracChangeset
for help on using the changeset viewer.