The user isn't used in the template

This commit is contained in:
Michael 2021-07-24 19:25:25 +00:00
parent 784770db6f
commit b4aa796e75
1 changed files with 0 additions and 1 deletions

View File

@ -599,7 +599,6 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
'$remove' => DI::l10n()->t('remove'),
'$mode' => $mode,
'$update' => $update,
'$user' => $a->user,
'$threads' => $threads,
'$dropping' => ($page_dropping ? DI::l10n()->t('Delete Selected Items') : False),
]);