]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Module/Api/Mastodon/Notifications.php
authorHank G <hankgrabowski@gmail.com>
Wed, 30 Nov 2022 19:39:00 +0000 (14:39 -0500)
committerGitHub <noreply@github.com>
Wed, 30 Nov 2022 19:39:00 +0000 (14:39 -0500)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Module/Api/Mastodon/Notifications.php

index 0ea6b72e2e1a4e6349fcb649676ea2c87bea0703..844736259641ab654d5864e64f67f3f6fcab1304 100644 (file)
@@ -70,7 +70,7 @@ class Notifications extends BaseApi
                $params = ['order' => ['id' => true]];
 
                $condition = ['uid' => $uid, 'dismissed' => false];
-               if($request['include_all']) {
+               if ($request['include_all']) {
                        $condition = ['uid' => $uid];
                }