Оказывается time(-1) = time().
This commit is contained in:
@@ -76,7 +76,6 @@ if ($needle == $sign) {
|
||||
$chatDto->setRoom($user['room']);
|
||||
$chatDto->setTo($user['login']);
|
||||
$chatDto->setText($r);
|
||||
$chatDto->setTime(-1);
|
||||
$chatDto->setType(5);
|
||||
(new Chat())->sendMsg($chatDto);
|
||||
|
||||
@@ -103,7 +102,6 @@ if ($needle == $sign) {
|
||||
$chatDto->setRoom($referal['room']);
|
||||
$chatDto->setTo($referal['login']);
|
||||
$chatDto->setText($r);
|
||||
$chatDto->setTime(-1);
|
||||
$chatDto->setType(5);
|
||||
(new Chat())->sendMsg($chatDto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user