mirror of
https://github.com/friendica/friendica
synced 2024-12-23 08:00:16 +00:00
spelling: chosen
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6f23be2a63
commit
423e60174e
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ class FormattedNotify extends BaseFactory
|
||||||
{
|
{
|
||||||
$item['seen'] = !($item['unseen'] > 0);
|
$item['seen'] = !($item['unseen'] > 0);
|
||||||
|
|
||||||
// For feed items we use the user's contact, since the avatar is mostly self choosen.
|
// For feed items we use the user's contact, since the avatar is mostly self chosen.
|
||||||
if (!empty($item['network']) && $item['network'] == Protocol::FEED) {
|
if (!empty($item['network']) && $item['network'] == Protocol::FEED) {
|
||||||
$item['author-avatar'] = $item['contact-avatar'];
|
$item['author-avatar'] = $item['contact-avatar'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue