mirror of
https://github.com/openvk/openvk
synced 2025-01-09 01:09:46 +03:00
Notes: Undoing changes to Entities/Note
This commit is contained in:
parent
98fd851729
commit
3e0447c3f0
1 changed files with 0 additions and 10 deletions
|
@ -72,16 +72,6 @@ class Note extends Postable
|
|||
$purifier = new HTMLPurifier($config);
|
||||
return $purifier->purify($this->getRecord()->source);
|
||||
}
|
||||
|
||||
function getVirtualId(): int
|
||||
{
|
||||
return $this->getRecord()->virtual_id;
|
||||
}
|
||||
|
||||
function getPrettyId(): string
|
||||
{
|
||||
return $this->getRecord()->owner . "_" . $this->getVirtualId();
|
||||
}
|
||||
|
||||
function getName(): string
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue