We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c07382 commit 3d27fb5Copy full SHA for 3d27fb5
src/DB.php
@@ -721,7 +721,7 @@ public static function insertMessageRequest(Message $message)
721
722
//Insert user and the relation with the chat
723
if (is_object($from)) {
724
- self::insertUser($from, $edit_date, $chat);
+ self::insertUser($from, $date, $chat);
725
}
726
727
//Insert the forwarded message user in users table
0 commit comments