+1 pisskey fork

This commit is contained in:
Mint 2022-09-03 16:06:10 +03:00
parent f0032a7146
commit f253afa1bf
2 changed files with 2 additions and 2 deletions

View file

@ -166,7 +166,7 @@ def get_type(domain: str) -> str:
return "pleroma"
elif res.json()["software"]["name"] in ["hometown", "ecko"]:
return "mastodon"
elif res.json()["software"]["name"] in ["calckey", "groundpolis"]:
elif res.json()["software"]["name"] in ["calckey", "groundpolis", "foundkey"]:
return "misskey"
else:
return res.json()["software"]["name"]

View file

@ -38,7 +38,7 @@ def get_type(instdomain: str) -> str:
return "pleroma"
elif res.json()["software"]["name"] in ["hometown", "ecko"]:
return "mastodon"
elif res.json()["software"]["name"] in ["calckey", "groundpolis"]:
elif res.json()["software"]["name"] in ["calckey", "groundpolis", "foundkey"]:
return "misskey"
else:
return res.json()["software"]["name"]