Skip to content

Commit

Permalink
allow iceshrimp
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed Apr 20, 2024
1 parent b47acca commit e6e22d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ data class NodeInfo(
"foundkey" -> SoftwareType.Misskey.Foundkey(version = software.version, name = software.name)
"pleroma" -> SoftwareType.Pleroma.Normal(version = software.version, name = software.name)
"akkoma" -> SoftwareType.Pleroma.Akkoma(version = software.version, name = software.name)
"firefish" -> SoftwareType.Firefish(version = software.version, name = software.name)
"firefish", "iceshrimp" -> SoftwareType.Firefish(version = software.version, name = software.name)
"kmyblue" -> SoftwareType.Mastodon.Kmyblue(version = software.version, name = software.name)
else -> SoftwareType.Other(version = software.version, name = software.name)
}
Expand Down

0 comments on commit e6e22d4

Please sign in to comment.