Removed old comment.

This commit is contained in:
Asaf Gartner 2022-01-31 08:52:56 +02:00
parent 60a71d5dd1
commit 378d6eb836
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ func SaveMessageContents(
return oops.New(err, "failed to fetch message contents")
}
interned.MessageContent = icontent.(*models.DiscordMessageContent)
} // TODO(asaf): What happens if we edit the message and delete the content but keep the attachment??
}
// Save attachments
if msg.OriginalHasFields("attachments") {