mirror of
https://github.com/openvk/openvk
synced 2025-01-03 22:31:59 +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(),
|
"closed" => $attachment->hasEnded(),
|
||||||
"is_board" => false,
|
"is_board" => false,
|
||||||
"can_edit" => false,
|
"can_edit" => false,
|
||||||
"can_vote" => $attachment->canVote($this->getUser()),
|
"can_vote" => $attachment->canVote($user),
|
||||||
"can_report" => false,
|
"can_report" => false,
|
||||||
"can_share" => true,
|
"can_share" => true,
|
||||||
"created" => 0,
|
"created" => 0,
|
||||||
|
|
Loading…
Reference in a new issue