forked from GNUsocial/gnu-social
		
	Allow unauthenticated users to view /api/statuses/replies/id.format
(they can already see @replies via friends_timeline anyway).
This commit is contained in:
		| @@ -355,8 +355,8 @@ class TwitapistatusesAction extends TwitterapiAction | |||||||
|         $since_id = $this->arg('since_id'); |         $since_id = $this->arg('since_id'); | ||||||
|         $before_id = $this->arg('before_id'); |         $before_id = $this->arg('before_id'); | ||||||
|  |  | ||||||
|  |         $user = $this->get_user($apidata['api_arg'], $apidata); | ||||||
|         $this->auth_user = $apidata['user']; |         $this->auth_user = $apidata['user']; | ||||||
|         $user = $this->auth_user; |  | ||||||
|         $profile = $user->getProfile(); |         $profile = $user->getProfile(); | ||||||
|  |  | ||||||
|         $sitename = common_config('site', 'name'); |         $sitename = common_config('site', 'name'); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user