修复悄悄话文字颜色及不能发数字0的问题

This commit is contained in:
2026-04-11 22:48:15 +08:00
parent ff402be02f
commit dd9a8c5db8
4 changed files with 37 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class MessageFilterService
*/
public function filter(string $content): string
{
if (empty($content)) {
if ($content === '') {
return '';
}