mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix Code format
This commit is contained in:
parent
a2c4a217f1
commit
befdf2dfd0
@ -172,7 +172,7 @@ public function send() {
|
|||||||
*/
|
*/
|
||||||
public function getMessages() {
|
public function getMessages() {
|
||||||
// read messages
|
// read messages
|
||||||
$messages = \chat\data\message\ViewableMessageList::getMessagesBetween($this->parameters['room'], $this->parameters['start'], $this->parameters['end']);
|
$messages = ViewableMessageList::getMessagesBetween($this->parameters['room'], $this->parameters['start'], $this->parameters['end']);
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'noMessages' => (count($messages) == 0) ? true : null,
|
'noMessages' => (count($messages) == 0) ? true : null,
|
||||||
|
Loading…
Reference in New Issue
Block a user