Browse Source

update condition

main
ghost 9 months ago
parent
commit
849e1e1d67
  1. 10
      src/controller/room.php

10
src/controller/room.php

@ -584,20 +584,18 @@ class Room @@ -584,20 +584,18 @@ class Room
foreach ($raw as $post)
{
if ($post['txid'] == $quote)
{
if ($_post = $this->_post($namespace, $post, $raw, 'value'))
{
$quote = $this->_quote(
$this->_post(
$namespace,
$post,
$raw,
'value'
),
$_post,
true
);
break;
}
}
}
// Remove original mention from message
$data['value'] = preg_replace(

Loading…
Cancel
Save