加群处理

This commit is contained in:
2025-12-06 17:09:32 +08:00
parent 314a33a58e
commit b093bbc456

View File

@@ -239,7 +239,7 @@ class MessageController extends ApiController
if($lastMsg) {
switch ($lastMsg['msg_type']) {
case 1:
$content = $lastMsg['content'];
$content = decodeEmojiFromDb($lastMsg['content']);
break;
case 2:
$content = '[图片]';