diff options
Diffstat (limited to 'protocols/twitter/twitter.c')
| -rw-r--r-- | protocols/twitter/twitter.c | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/protocols/twitter/twitter.c b/protocols/twitter/twitter.c index 7eb948ad..b619b1e5 100644 --- a/protocols/twitter/twitter.c +++ b/protocols/twitter/twitter.c @@ -1011,11 +1011,7 @@ static void twitter_handle_command(struct im_connection *ic, char *message)  		if (!id) {  			twitter_log(ic, "Tweet `%s' does not exist", cmd[1]);  		} else { -			/* More common link is twitter.com/$UID/status/$ID (and that's -			 * what this will 302 to) but can't generate that since for RTs, -			 * bu here points at the retweeter while id contains the id of -			 * the original message. */ -			twitter_log(ic, "https://twitter.com/statuses/%lld", id); +			twitter_status_show_url(ic, id);  		}  		goto eof; | 
