mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 19:34:59 +00:00
Discord: align embed fallback in thread starter parsing
This commit is contained in:
@@ -403,7 +403,7 @@ function buildDiscordMediaPlaceholder(params: {
|
||||
return attachmentText || stickerText || "";
|
||||
}
|
||||
|
||||
function resolveDiscordEmbedText(
|
||||
export function resolveDiscordEmbedText(
|
||||
embed?: { title?: string | null; description?: string | null } | null,
|
||||
): string {
|
||||
const title = embed?.title?.trim() || "";
|
||||
|
||||
Reference in New Issue
Block a user