mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
bruh
This commit is contained in:
parent
51d9aba5a6
commit
30f930c04c
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ final class Wall extends VKAPIRequestHandler
|
|||
"closed" => $attachment->hasEnded(),
|
||||
"is_board" => false,
|
||||
"can_edit" => false,
|
||||
"can_vote" => $attachment->canVote($this->getUser()),
|
||||
"can_vote" => $attachment->canVote($user),
|
||||
"can_report" => false,
|
||||
"can_share" => true,
|
||||
"created" => 0,
|
||||
|
|
Loading…
Reference in a new issue