fedimbed: the ol flipperoo
This commit is contained in:
parent
27f8563c4f
commit
30aef909df
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue