mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 03:35:14 -05:00
Fix created_at and updated_at not being send when sending inbox messages because of the bulk insert.
This commit is contained in:
@@ -65,6 +65,8 @@ public function send(MailerSendRequest $request) {
|
||||
'tag' => $request->tag,
|
||||
'expire_at' => $request->expireAt?->toDateTimeString(),
|
||||
'claimable' => json_encode($claimable),
|
||||
'created_at' => $now->toDateTimeString(),
|
||||
'updated_at' => $now->toDateTimeString(),
|
||||
];
|
||||
$sentToUsers[] = $user->last_known_username.' ('.$user->id.')';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user