Add externalID to Folder and persist it to OPML file. Issue #1060

This commit is contained in:
Maurice Parker
2019-09-25 17:01:09 -05:00
parent 08a8b8f6c2
commit c4ee1edb69
8 changed files with 25 additions and 14 deletions

View File

@@ -150,7 +150,7 @@ class ScriptableAccount: NSObject, UniqueIdScriptingObject, ScriptingObjectConta
@objc(opmlRepresentation)
var opmlRepresentation:String {
return self.account.OPMLString(indentLevel:0)
return self.account.OPMLString(indentLevel:0, strictConformance: true)
}
@objc(accountType)