You've already forked KemoFureApi
							
							added hidden posts to filter. added date
This commit is contained in:
		| @@ -26,8 +26,10 @@ class Archive_GetPosts(Resource): | ||||
|             param.append(1) | ||||
|         if "denied" in request.args: | ||||
|             param.append(2) | ||||
|         if "hidden" in request.args: | ||||
|             param.append(3) | ||||
|         if param == []: | ||||
|             param = [0,1,2] | ||||
|             param = [0,1,2,3] | ||||
|  | ||||
|         real_page = page-1 | ||||
|         offset = real_page * count | ||||
|   | ||||
		Reference in New Issue
	
	Block a user