fixing VK api, changes in post gallery, added sections in main page
This commit is contained in:
@@ -24,6 +24,7 @@ class VkPostPublisher
|
||||
$images = $this->generateImageLinksForVk($post->images);
|
||||
$publishDate = $post->publish_at > now() ? $post->publish_at->timestamp : null;
|
||||
|
||||
|
||||
dispatch(new CreateVkPost($post->title, $text, $images, $post->id, $publishDate));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user