|
|
@ -98,8 +98,6 @@ class Message extends Model { |
|
|
|
|
|
|
|
|
$images = (bool)($this->type == 'chat'); |
|
|
$images = (bool)($this->type == 'chat'); |
|
|
|
|
|
|
|
|
\movim_log((string)$stanza->html->body); |
|
|
|
|
|
|
|
|
|
|
|
if($stanza->html) { |
|
|
if($stanza->html) { |
|
|
$xhtml = new \SimpleXMLElement('<body xmlns="http://www.w3.org/1999/xhtml">'.escapeAmpersands((string)$stanza->html->body).'</body>'); |
|
|
$xhtml = new \SimpleXMLElement('<body xmlns="http://www.w3.org/1999/xhtml">'.escapeAmpersands((string)$stanza->html->body).'</body>'); |
|
|
$xhtml->registerXPathNamespace('xhtml', 'http://www.w3.org/1999/xhtml'); |
|
|
$xhtml->registerXPathNamespace('xhtml', 'http://www.w3.org/1999/xhtml'); |
|
|
|