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=6b7a007ef2e3ea64be547923b97f08670dc13d14;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 c236378bcb..3705d035c4 100644 --- a/actions/api.php +++ b/actions/api.php @@ -142,6 +142,7 @@ class ApiAction extends Action static $bareauth = array('statuses/user_timeline', 'statuses/friends_timeline', + 'statuses/home_timeline', 'statuses/friends', 'statuses/replies', 'statuses/mentions',