Add DBID back to messages, add path/seen-by to generated messages, other minor cosmetic fixes
This commit is contained in:
@@ -14,7 +14,7 @@ trait MsgID
|
||||
{
|
||||
public function save(array $options = [])
|
||||
{
|
||||
// Only create a MSGID for locally generated conetnt
|
||||
// Only create a MSGID for locally generated content
|
||||
if ((! $this->exists) && ($this->flags & Message::FLAG_LOCAL)) {
|
||||
$ftns = Setup::findOrFail(config('app.id'))->system->match($this->fftn->zone)->first();
|
||||
|
||||
|
Reference in New Issue
Block a user