mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00:00
Conversation entries will now be stored asynchronous if possible
This commit is contained in:
parent
548b7f43a5
commit
d9aee0b3ea
8 changed files with 120 additions and 56 deletions
|
@ -854,7 +854,7 @@ class Conversation
|
|||
$row['direction'] = ['direction' => 7, 'title' => $this->l10n->t('You had been addressed (%s).', 'bcc')];
|
||||
break;
|
||||
case ItemModel::PR_FOLLOWER:
|
||||
$row['direction'] = ['direction' => 6, 'title' => $this->l10n->t('You are following %s.', $row['author-name'])];
|
||||
$row['direction'] = ['direction' => 6, 'title' => $this->l10n->t('You are following %s.', $row['causer-name'] ?: $row['author-name'])];
|
||||
break;
|
||||
case ItemModel::PR_TAG:
|
||||
$row['direction'] = ['direction' => 4, 'title' => $this->l10n->t('You subscribed to one or more tags in this post.')];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue