forked from GNUsocial/gnu-social
Forgot to add home_timeline to the list of methods that only require
bareauth.
This commit is contained in:
parent
3694058976
commit
6b7a007ef2
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user