forked from GNUsocial/gnu-social
Fix missing max_id in API search calls
This commit is contained in:
@@ -169,6 +169,7 @@ class TwitapisearchatomAction extends TwitterapiAction
|
||||
$this->cnt = $notice->find();
|
||||
|
||||
$cnt = 0;
|
||||
$this->max_id = 0;
|
||||
|
||||
while ($notice->fetch()) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user