mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-21 10:37:26 -07:00
Recognize Sharkey and Cutiekey as Misskey
This commit is contained in:
parent
164222f9c6
commit
5beb21bb86
1 changed files with 3 additions and 1 deletions
|
@ -262,7 +262,9 @@ class ApiClient {
|
|||
software.name.includes("calckey") ||
|
||||
software.name.includes("foundkey") ||
|
||||
software.name.includes("magnetar") ||
|
||||
software.name.includes("firefish")) {
|
||||
software.name.includes("firefish") ||
|
||||
software.name.includes("sharkey") ||
|
||||
software.name.includes("cutiekey")) {
|
||||
const client = new MisskeyApiClient(instance);
|
||||
instanceTypeCache.set(instance, client);
|
||||
return client;
|
||||
|
|
Loading…
Reference in a new issue