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:
Hank Grabowski 2023-02-13 15:13:17 -05:00
parent b168ff3e17
commit 8bfca6373a
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ class Notifications extends BaseApi
'exclude_types' => [], // Array of types to exclude (follow, favourite, reblog, mention, poll, follow_request)
'account_id' => 0, // Return only notifications received from this account
'with_muted' => false, // Pleroma extension: return activities by muted (not by blocked!) users.
'count' => 0,
'include_all' => false // Include dismissed and undismissed
], $request);