mirror of
https://github.com/openvk/openvk
synced 2025-07-09 09:12:56 +03:00
Compare commits
No commits in common. "3ae9def10adbbfc7fbdc1263f967a8c541c784f5" and "3d90eb89ec93f9cf56a5c2d950d1a5dc6f476604" have entirely different histories.
3ae9def10a
...
3d90eb89ec
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ final class Wall extends VKAPIRequestHandler
|
|||
foreach($psts as $pst) {
|
||||
$id = explode("_", $pst);
|
||||
$post = (new PostsRepo)->getPostById(intval($id[0]), intval($id[1]));
|
||||
if($post && !$post->isDeleted()) {
|
||||
if($post) {
|
||||
$from_id = get_class($post->getOwner()) == "openvk\Web\Models\Entities\Club" ? $post->getOwner()->getId() * (-1) : $post->getOwner()->getId();
|
||||
$attachments = [];
|
||||
$repost = []; // чел высрал семь сигарет 😳 помянем 🕯
|
||||
|
|
Loading…
Reference in a new issue