forked from mirrors/pronouns.cc
Merge branch 'main' of https://codeberg.org/badeline/pronouns.cc into badeline-main
This commit is contained in:
commit
623cdb545e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ func (f FediverseApp) MastodonCompatible() bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (f FediverseApp) Misskey() bool {
|
func (f FediverseApp) Misskey() bool {
|
||||||
return f.InstanceType == "misskey" || f.InstanceType == "foundkey" || f.InstanceType == "calckey" || f.InstanceType == "firefish"
|
return f.InstanceType == "misskey" || f.InstanceType == "foundkey" || f.InstanceType == "calckey" || f.InstanceType == "firefish" || f.InstanceType == "sharkey"
|
||||||
}
|
}
|
||||||
|
|
||||||
const ErrNoInstanceApp = errors.Sentinel("instance doesn't have an app")
|
const ErrNoInstanceApp = errors.Sentinel("instance doesn't have an app")
|
||||||
|
|
Loading…
Reference in a new issue