mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00:00
Add more post reasons
This commit is contained in:
parent
0971bcf165
commit
699152e15e
4 changed files with 15 additions and 5 deletions
|
@ -901,7 +901,9 @@ class Conversation
|
|||
case ItemModel::PR_DISTRIBUTE:
|
||||
$row['direction'] = ['direction' => 6, 'title' => $this->l10n->t('Distributed')];
|
||||
break;
|
||||
|
||||
case ItemModel::PR_PUSHED:
|
||||
$row['direction'] = ['direction' => 1, 'title' => $this->l10n->t('Pushed to us')];
|
||||
break;
|
||||
}
|
||||
|
||||
$row['thr-parent-row'] = $thr_parent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue