diff --git a/src/modules/fedimbed.js b/src/modules/fedimbed.js index abb3d01..369ce07 100644 --- a/src/modules/fedimbed.js +++ b/src/modules/fedimbed.js @@ -35,6 +35,7 @@ const PLATFORM_COLORS = { firefish: 0xf07a5b, // YCbCr interpolated color from the two logo colors gotosocial: 0xff853e, lemmy: 0x14854f, + birdsitelive: 0x1da1f2, }; const domainCache = new Map(); @@ -117,6 +118,7 @@ async function processUrl(msg, url, spoiler = false) { let color = PLATFORM_COLORS[platform]; let platformName = platform .replace("gotosocial", "GoToSocial") + .replace("birdsitelive", '"Twitter" (BirdsiteLive)') .replace(/^(.)/, (_, c) => c.toUpperCase()); const images = [];