Skip to content

Commit

Permalink
add Iceshrimp.NET
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed Sep 6, 2024
1 parent 2e4f4c5 commit 938a90c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ data class NodeInfo(
"akkoma" -> SoftwareType.Pleroma.Akkoma(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)
"Iceshrimp.NET" -> SoftwareType.Mastodon.Normal(version = software.version, name = software.name)
else -> SoftwareType.Other(version = software.version, name = software.name)
}
}
Expand Down

0 comments on commit 938a90c

Please sign in to comment.