From 8bfca6373afa91efd902ab12eb395e504102e820 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Mon, 13 Feb 2023 15:13:17 -0500 Subject: [PATCH] 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. --- src/Module/Api/Mastodon/Notifications.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Module/Api/Mastodon/Notifications.php b/src/Module/Api/Mastodon/Notifications.php index c46cbe1e6..24564a715 100644 --- a/src/Module/Api/Mastodon/Notifications.php +++ b/src/Module/Api/Mastodon/Notifications.php @@ -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);