This commit is contained in:
veselcraft 2022-10-12 12:25:09 +03:00
parent 51d9aba5a6
commit 30f930c04c
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -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,