kopia lustrzana https://github.com/pixelfed/pixelfed
Update CommentPipeline, fix variable bug
rodzic
7ca63f2eb6
commit
0616a859d5
|
@ -91,7 +91,7 @@ class CommentPipeline implements ShouldQueue
|
|||
|
||||
NotificationService::setNotification($notification);
|
||||
NotificationService::set($notification->profile_id, $notification->id);
|
||||
StatusService::del($status->id);
|
||||
StatusService::del($comment->id);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue