diff --git a/Web/Models/Entities/Note.php b/Web/Models/Entities/Note.php index 66afea26..e15a838c 100644 --- a/Web/Models/Entities/Note.php +++ b/Web/Models/Entities/Note.php @@ -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 {