Don't truncate group names

Now long group names are allowed (VK pre-2012 std)
This commit is contained in:
celestora 2022-08-04 21:42:30 +03:00 committed by GitHub
parent cb902b7768
commit 74f5d0a705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ class Club extends RowModel
function getName(): string
{
return ovk_proc_strtr($this->getRecord()->name, 32);
return $this->getRecord()->name;
}
function getCanonicalName(): string