Improve "direction" icons on "vier", new direction "global"
This commit is contained in:
parent
766d92aaa0
commit
23bac84973
3 changed files with 10 additions and 2 deletions
|
|
@ -769,6 +769,10 @@ function conversation_fetch_comments($thread_items, $pinned) {
|
|||
case Item::PT_STORED:
|
||||
$row['direction'] = ['direction' => 8, 'title' => DI::l10n()->t('Stored')];
|
||||
break;
|
||||
default:
|
||||
if ($row['uid'] == 0) {
|
||||
$row['direction'] = ['direction' => 9, 'title' => DI::l10n()->t('Global')];
|
||||
}
|
||||
}
|
||||
|
||||
if (($row['gravity'] == GRAVITY_PARENT) && !$row['origin'] && ($row['author-id'] == $row['owner-id']) &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue