+1 pisskey fork

This commit is contained in:
Mint 2023-12-31 11:13:58 +03:00
parent 52a6642dc7
commit ab0a143bbe
2 changed files with 2 additions and 2 deletions

View file

@ -203,7 +203,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", "foundkey", "cherrypick", "firefish", "iceshrimp", "sharkey"]:
elif res.json()["software"]["name"] in ["calckey", "groundpolis", "foundkey", "cherrypick", "firefish", "iceshrimp", "sharkey", "catodon"]:
return "misskey"
else:
return res.json()["software"]["name"]

View file

@ -51,7 +51,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", "foundkey", "cherrypick", "firefish", "iceshrimp", "sharkey"]:
elif res.json()["software"]["name"] in ["calckey", "groundpolis", "foundkey", "cherrypick", "firefish", "iceshrimp", "sharkey", "catodon"]:
return "misskey"
else:
return res.json()["software"]["name"]