forked from friendica/friendica-addons
stray line
This commit is contained in:
parent
c720283533
commit
7b1d398279
1 changed files with 0 additions and 1 deletions
|
@ -323,7 +323,6 @@ function mailstream_subject(array $item): string
|
||||||
);
|
);
|
||||||
return DI::l10n()->t("Friendica post");
|
return DI::l10n()->t("Friendica post");
|
||||||
}
|
}
|
||||||
$contact = $r[0];
|
|
||||||
if ($contact['network'] === 'dfrn') {
|
if ($contact['network'] === 'dfrn') {
|
||||||
return DI::l10n()->t("Friendica post");
|
return DI::l10n()->t("Friendica post");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue