Fix for recording seen-by, add md5 to message body, fix incorrect log of dispatching messages
This commit is contained in:
@@ -181,6 +181,7 @@ class MessageProcess implements ShouldQueue
|
||||
$o->msgid = $this->msg->msgid;
|
||||
|
||||
$o->msg = $this->msg->message_src;
|
||||
$o->msg_crc = md5($this->msg->message);
|
||||
$o->path = $this->msg->pathaddress->jsonSerialize();
|
||||
$o->rogue_path = $this->msg->rogue_path->jsonSerialize();
|
||||
$o->seenby = $this->msg->seenaddress->jsonSerialize();
|
||||
|
Reference in New Issue
Block a user