Skip to content

Commit 3d27fb5

Browse files
committed
My bad...
1 parent 8c07382 commit 3d27fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ public static function insertMessageRequest(Message $message)
721721

722722
//Insert user and the relation with the chat
723723
if (is_object($from)) {
724-
self::insertUser($from, $edit_date, $chat);
724+
self::insertUser($from, $date, $chat);
725725
}
726726

727727
//Insert the forwarded message user in users table

0 commit comments

Comments
 (0)