Skip to content
Extraits de code Groupes Projets
Vérifiée Valider c8259ebc rédigé par salixor's avatar salixor
Parcourir les fichiers

Use a data URL as webhook image ?

parent 172d1b47
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -530,6 +530,9 @@ export class MatrixEventProcessor {
DISCORD_AVATAR_HEIGHT,
"scale",
);
const attachment = await this.bridge.botClient.downloadContent(avatarUrl);
const base64 = `data:${attachment.contentType}attachment.data.toString('base64')`;
avatarUrl = base64;
}
embed.setAuthor(
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter