mirror of
https://github.com/kevachat/geminiapp.git
synced 2025-03-13 05:51:39 +00:00
fix argument data type
This commit is contained in:
parent
eb19f62c46
commit
5d24cc434c
@ -602,7 +602,7 @@ class Room
|
||||
// Remove original mention from message
|
||||
$data['value'] = preg_replace(
|
||||
self::PARENT_REGEX,
|
||||
null,
|
||||
'',
|
||||
$this->_escape(
|
||||
$data['value']
|
||||
)
|
||||
@ -878,7 +878,7 @@ class Room
|
||||
// Remove mention ID from quote
|
||||
$value = preg_replace(
|
||||
self::PARENT_REGEX,
|
||||
null,
|
||||
'',
|
||||
$this->_escape(
|
||||
$value
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user