allow group join/leave commands in api posting, at least for the moment (no other way to do remote subscribe without a preexisting local id number via api)
This commit is contained in:
		| @@ -377,7 +377,7 @@ class ApiStatusesUpdateAction extends ApiAuthAction | ||||
|     function supported($cmd) | ||||
|     { | ||||
|         static $cmdlist = array('MessageCommand', 'SubCommand', 'UnsubCommand', | ||||
|             'FavCommand', 'OnCommand', 'OffCommand'); | ||||
|             'FavCommand', 'OnCommand', 'OffCommand', 'JoinCommand', 'LeaveCommand'); | ||||
|  | ||||
|         if (in_array(get_class($cmd), $cmdlist)) { | ||||
|             return true; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user