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 c7054a3 commit 8010d2aCopy full SHA for 8010d2a
src/DB.php
@@ -511,10 +511,10 @@ public static function insertMessageRequest(Message &$message)
511
}
512
513
if ($new_chat_participant) {
514
- //Insert the new chat user
+ //Insert the new chat user
515
self::insertUser($new_chat_participant, $date, $chat);
516
$new_chat_participant = $new_chat_participant->getId();
517
- } elseif($left_chat_participant) {
+ } elseif ($left_chat_participant) {
518
//Insert the left chat user
519
self::insertUser($left_chat_participant, $date, $chat);
520
$left_chat_participant = $left_chat_participant->getId();
0 commit comments