+1 Pisskey fork
This commit is contained in:
parent
29a7f5f814
commit
8f06382138
@ -167,7 +167,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"]:
|
||||
elif res.json()["software"]["name"] in ["calckey", "groundpolis", "foundkey", "cherrypick"]:
|
||||
return "misskey"
|
||||
else:
|
||||
return res.json()["software"]["name"]
|
||||
|
@ -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", "foundkey"]:
|
||||
elif res.json()["software"]["name"] in ["calckey", "groundpolis", "foundkey", "cherrypick"]:
|
||||
return "misskey"
|
||||
else:
|
||||
return res.json()["software"]["name"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user