Only auto update when there is content

This commit is contained in:
Michael 2020-10-20 20:43:51 +00:00
parent 74305b3dc8
commit 1fc36c4470
8 changed files with 20 additions and 19 deletions

View file

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