From: Zach Copley Date: Mon, 28 Sep 2009 03:21:16 +0000 (-0700) Subject: Forgot to add home_timeline to the list of methods that only require X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4e6c7302072eb6e11ae0025795a7a96fb28f2f29;p=quix0rs-gnu-social.git Forgot to add home_timeline to the list of methods that only require bareauth. --- diff --git a/actions/api.php b/actions/api.php index d570bb0174..1bc90de110 100644 --- a/actions/api.php +++ b/actions/api.php @@ -160,6 +160,7 @@ class ApiAction extends Action static $bareauth = array('statuses/user_timeline', 'statuses/friends_timeline', + 'statuses/home_timeline', 'statuses/friends', 'statuses/replies', 'statuses/mentions',