+1 pisskey fork
This commit is contained in:
parent
52a6642dc7
commit
ab0a143bbe
2 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue