forked from shadowfacts/Tusker
Fix editing posts not working on Akkoma
This commit is contained in:
parent
fc7e7f502b
commit
1cf7434918
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue