]> git.mxchange.org Git - friendica.git/commitdiff
Remove extraneous, unused, non-standard 'count' parameter from request list
authorHank Grabowski <hankgrabowski@gmail.com>
Mon, 13 Feb 2023 20:13:17 +0000 (15:13 -0500)
committerHank Grabowski <hankgrabowski@gmail.com>
Mon, 13 Feb 2023 20:13:17 +0000 (15:13 -0500)
  - artifact of when I was playing around with the endpoint that somehow
    didn't get deleted when I did the ultimate commit.

src/Module/Api/Mastodon/Notifications.php

index c46cbe1e6066095df74635193fac0553588015a2..24564a715a08aab1044b594586c89567a35010a7 100644 (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);