From c1cfde9d49a01dfb18de59817a17bcd89902fc7d Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 14 May 2023 21:44:20 -0400 Subject: [PATCH] Don't show Markdown formatting warning on Calckey --- .../Sources/InstanceFeatures/InstanceFeatures.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/InstanceFeatures/Sources/InstanceFeatures/InstanceFeatures.swift b/Packages/InstanceFeatures/Sources/InstanceFeatures/InstanceFeatures.swift index b0ece9e5..68080c6e 100644 --- a/Packages/InstanceFeatures/Sources/InstanceFeatures/InstanceFeatures.swift +++ b/Packages/InstanceFeatures/Sources/InstanceFeatures/InstanceFeatures.swift @@ -72,7 +72,7 @@ public class InstanceFeatures: ObservableObject { public var probablySupportsMarkdown: Bool { switch instanceType { - case .pleroma(_), .mastodon(.glitch, _), .mastodon(.hometown(_), _): + case .pleroma(_), .mastodon(.glitch, _), .mastodon(.hometown(_), _), .calckey(_): return true default: return false