use scrollToItem instead of own function

rename isanswerto and "Is answer to" to isreplyto and "is reply to"
This commit is contained in:
Jakobus Schürz 2023-10-05 17:19:16 +02:00
parent 63df9ffe2f
commit a82127092b
3 changed files with 2 additions and 12 deletions

View file

@ -498,7 +498,7 @@ class Post
$tmp_item = [
'parentguid' => $parent_guid,
'isanswerto' => DI::l10n()->t('is answer to %s', $parent_username),
'isreplyto' => DI::l10n()->t('is reply to %s', $parent_username),
'template' => $this->getTemplate(),
'type' => implode('', array_slice(explode('/', $item['verb']), -1)),
'comment_firstcollapsed' => false,