This has never actually occurred

This commit is contained in:
Cadence Ember 2024-12-07 19:20:01 +13:00
parent bf01db13d6
commit 53379a962d

View file

@ -600,7 +600,6 @@ async function eventToMessage(event, guild, di) {
contentPreview = ": " + contentPreviewChunks[0]
if (contentPreviewChunks.length > 1) contentPreview = contentPreview.replace(/[,.']$/, "") + "..."
} else {
console.log("Unable to generate reply preview for this replied-to event because we stripped all of it:", repliedToEvent)
contentPreview = ""
}
}