From 9526daa5b775fd120a9a995bde6d5bec34f1b286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Wed, 11 Oct 2023 17:01:08 +0200 Subject: [PATCH] change isreplyto to inreplyto --- src/Object/Post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Object/Post.php b/src/Object/Post.php index c679880fb..aab3d5fee 100644 --- a/src/Object/Post.php +++ b/src/Object/Post.php @@ -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(),