Fix for recording seen-by, add md5 to message body, fix incorrect log of dispatching messages

This commit is contained in:
Deon George
2021-11-21 16:53:56 +11:00
parent b333d38095
commit 02c23f047c
4 changed files with 4 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ final class Echomail extends Model implements Packet
]);
}
$model->seenby = $model->seenby->merge($export_ao);
$model->seenby = $model->seenby->merge($export_ao)->pluck('id')->toArray();
$model->save();
});
}