mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:10:11 +00:00
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
c3c6f3c8d3
commit
1ca58968f2
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ class Lists extends BaseApi
|
|||
{
|
||||
$request = self::getRequest([
|
||||
'title' => '', // The title of the list to be updated.
|
||||
'replies_policy' => '', // Enumerable oneOf followed list none.
|
||||
'replies_policy' => '', // One of: "followed", "list", or "none".
|
||||
]);
|
||||
|
||||
if (empty($request['title']) || empty($parameters['id'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue