diff --git a/VKAPI/Handlers/Wall.php b/VKAPI/Handlers/Wall.php index adddaccf..dcf63a26 100644 --- a/VKAPI/Handlers/Wall.php +++ b/VKAPI/Handlers/Wall.php @@ -486,7 +486,7 @@ final class Wall extends VKAPIRequestHandler $nPost->attach($post); if($post->getOwner(false)->getId() !== $this->user->getId() && !($post->getOwner() instanceof Club)) - (new RepostNotification($post->getOwner(false), $post, $this->user->identity))->emit(); + (new RepostNotification($post->getOwner(false), $post, $this->user))->emit(); return (object) [ "success" => 1, // 👍