Add "R" even if the message is already deleted by data officer

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2021-04-26 06:11:30 +02:00
parent 391005247c
commit 007e244b7b

View File

@ -514,9 +514,8 @@ class ModelSearchSearch extends Model {
foreach ($s->rows as $p) {
if($p['id'] == 1) {
$deleted[$p['id']] = 1;
} else {
$marked_for_removal[$p['id']] = 1;
}
$marked_for_removal[$p['id']] = 1;
}
}