Update src/Factory/Api/Mastodon/Notification.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
a2559d6241
commit
b51b537711
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue