diff --git a/server/plugins/com.msgbyte.getui/services/getui.service.ts b/server/plugins/com.msgbyte.getui/services/getui.service.ts index aa128661..44b038c7 100644 --- a/server/plugins/com.msgbyte.getui/services/getui.service.ts +++ b/server/plugins/com.msgbyte.getui/services/getui.service.ts @@ -57,7 +57,7 @@ class GetuiService extends TcService { const groupInfo = await call(ctx).getGroupInfo(message.groupId); title = groupInfo.name; } - const content = message.messageSnippet; + const content = message.messagePlainContent ?? message.messageSnippet; const payload = { converseId: message.converseId, groupId: message.groupId,