Store "audience" and "attributedTo" data
This commit is contained in:
parent
a36e53af3c
commit
78b969cb19
8 changed files with 90 additions and 57 deletions
|
@ -873,6 +873,9 @@ class Conversation
|
|||
case ItemModel::PR_BCC:
|
||||
$row['direction'] = ['direction' => 7, 'title' => $this->l10n->t('You had been addressed (%s).', 'bcc')];
|
||||
break;
|
||||
case ItemModel::PR_AUDIENCE:
|
||||
$row['direction'] = ['direction' => 7, 'title' => $this->l10n->t('You had been addressed (%s).', 'audience')];
|
||||
break;
|
||||
case ItemModel::PR_FOLLOWER:
|
||||
$row['direction'] = ['direction' => 6, 'title' => $this->l10n->t('You are following %s.', $row['causer-name'] ?: $row['author-name'])];
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue