Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Oct 14, 2024
1 parent cb6dcc4 commit eefed7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/YPTSocket/MessageSQLiteV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@ public function msgToResourceId($msg, $resourceId, $type = "", $totals = array()
$autoUpdateOnHTML = array_merge($info, $return);
$obj['autoUpdateOnHTML'] = $autoUpdateOnHTML;
$obj['lastMessageToAllDuration'] = self::$lastMessageToAllDuration;

$obj['lastMessageToAllDurationMessages'] = self::$lastMessageToAllDurationMessages;

//$obj['users_uri'] = $return['users_uri'];
$obj['resourceId'] = $resourceId;
$obj['users_id_online'] = dbGetUniqueUsers();
Expand Down

0 comments on commit eefed7e

Please sign in to comment.