]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/jsonsearchresultslist.php
For good measure, don't return autocomplete results when not logged in.
[quix0rs-gnu-social.git] / lib / jsonsearchresultslist.php
index 0d72ddf7ab48184e41c371407ae9efefe6c940ea..80d4036aad54694e851a4d84d6f2df215c5ddfe1 100644 (file)
@@ -101,6 +101,10 @@ class JSONSearchResultsList
                 $this->max_id = (int)$this->notice->id;
             }
 
+            if ($this->since_id && $this->notice->id <= $this->since_id) {
+                break;
+            }
+
             if ($cnt > $this->rpp) {
                 break;
             }