From e8afb75200ea44cdb784f7f3a375fdeaf7dde7f6 Mon Sep 17 00:00:00 2001 From: Matthew Exon Date: Wed, 2 Mar 2022 16:46:22 +0100 Subject: [PATCH] stray line --- mailstream/mailstream.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mailstream/mailstream.php b/mailstream/mailstream.php index 0cc725db..b513cf36 100644 --- a/mailstream/mailstream.php +++ b/mailstream/mailstream.php @@ -331,7 +331,6 @@ function mailstream_subject(array $item): string ); return DI::l10n()->t("Friendica post"); } - $contact = $r[0]; if ($contact['network'] === 'dfrn') { return DI::l10n()->t("Friendica post"); }