forked from shadowfacts/Tusker
Fix editing attachment descriptions not working on Pleroma
This commit is contained in:
parent
f2a9f890ff
commit
09999175f7
|
@ -157,7 +157,7 @@ public final class InstanceFeatures: ObservableObject {
|
||||||
}
|
}
|
||||||
|
|
||||||
public var needsEditAttachmentsInSeparateRequest: Bool {
|
public var needsEditAttachmentsInSeparateRequest: Bool {
|
||||||
instanceType.isPleroma(.akkoma(nil))
|
instanceType.isPleroma
|
||||||
}
|
}
|
||||||
|
|
||||||
public var composeDirectStatuses: Bool {
|
public var composeDirectStatuses: Bool {
|
||||||
|
|
Loading…
Reference in New Issue