搜索关键词去除
This commit is contained in:
@@ -484,7 +484,7 @@ class WebSocketDialogMsg extends AbstractModel
|
||||
public function generateMsgKey()
|
||||
{
|
||||
return match ($this->type) {
|
||||
'text' => strip_tags($this->msg['text']),
|
||||
'text' => str_replace(" ", " ", strip_tags($this->msg['text'])),
|
||||
'meeting', 'file' => $this->msg['name'],
|
||||
default => '',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user