spelling: chosen

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:04 -04:00
parent 6f23be2a63
commit 423e60174e
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ class FormattedNotify extends BaseFactory
{
$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) {
$item['author-avatar'] = $item['contact-avatar'];
}