Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect Iceshrimp.NET flavour #299

Merged
merged 1 commit into from
Aug 4, 2024
Merged

Detect Iceshrimp.NET flavour #299

merged 1 commit into from
Aug 4, 2024

Conversation

Tunous
Copy link
Contributor

@Tunous Tunous commented Aug 4, 2024

Following on @technicat suggestion from #295 (comment) fixes detection of Iceshrimp.NET.

@@ -37,14 +37,14 @@ public struct WellKnownNodeInfo: Codable {

extension NodeInfo {
public var flavour: TootSDKFlavour {
switch software.name {
switch software.name.lowercased() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Copy link
Contributor

@kkostov kkostov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thank you 🚀 ✨ !

@kkostov kkostov merged commit 6e528c3 into TootSDK:main Aug 4, 2024
6 checks passed
@Tunous Tunous deleted the iceshrimp-net branch August 4, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants