mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update Bouncer
This commit is contained in:
parent
83bc84dd97
commit
56ec083db5
1 changed files with 0 additions and 1 deletions
|
@ -149,7 +149,6 @@ class Bouncer {
|
||||||
$notification->item_id = $status->id;
|
$notification->item_id = $status->id;
|
||||||
$notification->item_type = "App\Status";
|
$notification->item_type = "App\Status";
|
||||||
$notification->save();
|
$notification->save();
|
||||||
NotificationService::add($notification->profile_id, $notification->id);
|
|
||||||
|
|
||||||
StatusService::del($status->id);
|
StatusService::del($status->id);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue