mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:10:12 +00:00
Simplified call
This commit is contained in:
parent
52e925559e
commit
573050c6ef
1 changed files with 1 additions and 2 deletions
|
@ -291,8 +291,7 @@ class Channel extends BaseModule
|
||||||
}
|
}
|
||||||
|
|
||||||
self::$min_id = $request['min_id'] ?? null;
|
self::$min_id = $request['min_id'] ?? null;
|
||||||
self::$max_id = $request['max_id'] ?? null;
|
self::$max_id = $request['last_created'] ?? $request['max_id'] ?? null;
|
||||||
self::$max_id = $request['last_created'] ?? self::$max_id;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue