fix files on revolt not bridging correctly

This commit is contained in:
Lea 2022-12-12 07:23:59 +01:00
parent 3dc10d34a4
commit b99e736e9d
2 changed files with 1 additions and 1 deletions

View file

@ -234,7 +234,7 @@ client.on("message", async (message) => {
const payload: MessagePayload | WebhookMessageOptions = {
content:
typeof message.content == "string"
message.content
? await renderMessageBody(message.content)
: message.system
? await renderSystemMessage(message.system)

Binary file not shown.