Fix editing posts not working on Akkoma

This commit is contained in:
Shadowfacts 2023-05-14 17:31:08 -04:00
parent fc7e7f502b
commit 1cf7434918
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class InstanceFeatures: ObservableObject {
return true
case .pleroma(.vanilla(let v)) where v >= Version(2, 5, 0):
return true
case .pleroma(.akkoma(nil)):
case .pleroma(.akkoma(_)):
return true
default:
return false