]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinepublic.php
Merge branch 'testing' into 0.9.x
[quix0rs-gnu-social.git] / actions / apitimelinepublic.php
index 1ff0fd26172892defc5d48c047fe9da50ffb4423..3e4dad690e83ee80684ef39544ca49b3f5b01e66 100644 (file)
@@ -75,10 +75,6 @@ class ApiTimelinePublicAction extends ApiPrivateAuthAction
 
         $this->notices = $this->getNotices();
 
-        if ($this->since) {
-            throw new ServerException("since parameter is disabled for performance; use since_id", 403);
-        }
-
         return true;
     }