Skip to content

Commit

Permalink
友達のみ公開の一言が表示されないのが動くように
Browse files Browse the repository at this point in the history
  • Loading branch information
walf443 committed May 9, 2011
1 parent aaefef8 commit 1b6c518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Carol/IRCGateway/Wassr.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sub start_friends_timeline {
after => 1,
interval => $interval,
cb => sub {
$self->request_wassr(GET => '/statuses/friends_timeline.json?id=' . $self->account->{login_id},
$self->request_wassr(GET => '/statuses/friends_timeline.json',
authorize => 1,
sub {
my ($json, $meta) = @_;
Expand Down

0 comments on commit 1b6c518

Please sign in to comment.