Update src/Factory/Api/Mastodon/Notification.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Hank G 2022-11-30 14:38:53 -05:00 committed by GitHub
parent a2559d6241
commit b51b537711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -70,9 +70,7 @@ class Notification extends BaseFactory
$status = null;
}
$dismissed = $Notification->dismissed;
return new MstdnNotification($Notification->id, $type, $Notification->created, $account, $status, $dismissed);
return new MstdnNotification($Notification->id, $type, $Notification->created, $account, $status, $Notification->dismissed);
}
/**