forked from GNUsocial/gnu-social
		
	501 Not Implemented on timelines for remote users.
This commit is contained in:
		| @@ -79,6 +79,10 @@ class ApiTimelineUserAction extends ApiBareAuthAction | ||||
|             $this->clientError(_('No such user.'), 404); | ||||
|         } | ||||
|  | ||||
|         if (!$this->target->isLocal()) { | ||||
|             $this->serverError(_('Remote user timelines are not available here yet.'), 501); | ||||
|         } | ||||
|  | ||||
|         $this->notices = $this->getNotices(); | ||||
|  | ||||
|         return true; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user