Remove extraneous, unused, non-standard 'count' parameter from request list
- artifact of when I was playing around with the endpoint that somehow didn't get deleted when I did the ultimate commit.
This commit is contained in:
parent
b168ff3e17
commit
8bfca6373a
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ class Notifications extends BaseApi
|
||||||
'exclude_types' => [], // Array of types to exclude (follow, favourite, reblog, mention, poll, follow_request)
|
'exclude_types' => [], // Array of types to exclude (follow, favourite, reblog, mention, poll, follow_request)
|
||||||
'account_id' => 0, // Return only notifications received from this account
|
'account_id' => 0, // Return only notifications received from this account
|
||||||
'with_muted' => false, // Pleroma extension: return activities by muted (not by blocked!) users.
|
'with_muted' => false, // Pleroma extension: return activities by muted (not by blocked!) users.
|
||||||
'count' => 0,
|
|
||||||
'include_all' => false // Include dismissed and undismissed
|
'include_all' => false // Include dismissed and undismissed
|
||||||
], $request);
|
], $request);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue