change isreplyto to inreplyto

This commit is contained in:
Jakobus Schürz 2023-10-11 17:01:08 +02:00
parent 035c9dbfa7
commit 9526daa5b7
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ class Post
$tmp_item = [
'parentguid' => $parent_guid,
'isreplyto' => DI::l10n()->t('is reply to %s', $parent_username),
'inreplyto' => DI::l10n()->t('in reply to %s', $parent_username),
'isunknown' => $parent_unknown,
'isunknown_label' => DI::l10n()->t('Parent is probably private or not federated.'),
'template' => $this->getTemplate(),