修复悄悄话文字颜色及不能发数字0的问题
This commit is contained in:
@@ -28,7 +28,7 @@ class MessageFilterService
|
||||
*/
|
||||
public function filter(string $content): string
|
||||
{
|
||||
if (empty($content)) {
|
||||
if ($content === '') {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user