We now set the "global" direction

This commit is contained in:
Michael 2020-09-14 17:48:57 +00:00
commit 08fa5f0c19
5 changed files with 18 additions and 41 deletions

View file

@ -769,6 +769,9 @@ function conversation_fetch_comments($thread_items, $pinned) {
case Item::PT_STORED:
$row['direction'] = ['direction' => 8, 'title' => DI::l10n()->t('Stored')];
break;
case Item::PT_GLOBAL:
$row['direction'] = ['direction' => 9, 'title' => DI::l10n()->t('Global')];
break;
default:
if ($row['uid'] == 0) {
$row['direction'] = ['direction' => 9, 'title' => DI::l10n()->t('Global')];