mirror of
https://github.com/openvk/openvk
synced 2024-12-23 09:01:15 +03:00
VKAPI: لقد سئمت من الخروج بتعليقات للالتزامات
This commit is contained in:
parent
7c516a8089
commit
a63833c9fa
1 changed files with 4 additions and 1 deletions
|
@ -204,7 +204,10 @@ final class Wall extends VKAPIRequestHandler
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$groups[] = $attachment->isPostedOnBehalfOfGroup() ? $attachment->getOwner()->getId() : $attachment->getOwner()->getId();
|
if ($attachment->isPostedOnBehalfOfGroup())
|
||||||
|
$groups[] = $attachment->getOwner()->getId();
|
||||||
|
else
|
||||||
|
$profiles[] = $attachment->getOwner()->getId();
|
||||||
|
|
||||||
$repost[] = [
|
$repost[] = [
|
||||||
"id" => $attachment->getVirtualId(),
|
"id" => $attachment->getVirtualId(),
|
||||||
|
|
Loading…
Reference in a new issue