Browse Source

Call the Presence list refresh async when receiving a presence

feature/bump-dependencies
Timothée Jaussoin 3 weeks ago
parent
commit
c955ce5fe5
  1. 2
      app/Widgets/Chat/Chat.php

2
app/Widgets/Chat/Chat.php

@ -91,7 +91,7 @@ class Chat extends \Movim\Widget\Base
if (isset($arr[1]) && $jid == $arr[1]) {
if ($packet->content->muc) {
$this->ajaxHttpGetPresences($jid);
$this->rpc('Chat_ajaxHttpGetPresences', $jid);
} else {
$this->ajaxGetHeader($jid);
}

Loading…
Cancel
Save