fedimbed: the ol flipperoo

This commit is contained in:
Cynthia Foxwell 2025-04-17 22:39:45 -06:00
parent 27f8563c4f
commit 30aef909df
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -1455,7 +1455,7 @@ async function processUrl(msg, url, spoiler = false, command = false) {
}
if (platformName.includes("Nitter") && platformName.includes(" \u2022 ")) {
const [ns, nn] = platformName.split(" \u2022 ");
const [nn, ns] = platformName.split(" \u2022 ");
stats = ns;
platformName = nn;
}