mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
minecraft sex mode
This commit is contained in:
parent
c3610cdd4d
commit
944d338034
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ final class Wall extends VKAPIRequestHandler
|
|||
}
|
||||
}
|
||||
|
||||
$groups[] = $attachment->isPostedOnBehalfOfGroup() ? $attachment->getOwner()->getId() * -1 : $attachment->getOwner()->getId();
|
||||
$groups[] = $attachment->isPostedOnBehalfOfGroup() ? $attachment->getOwner()->getId() : $attachment->getOwner()->getId();
|
||||
|
||||
$repost[] = [
|
||||
"id" => $attachment->getVirtualId(),
|
||||
|
|
Loading…
Reference in a new issue