Add undo for feeds

This commit is contained in:
Maurice Parker
2019-05-09 16:09:21 -05:00
parent d4bfab2da6
commit 23b43ecc07
7 changed files with 178 additions and 71 deletions

View File

@@ -100,7 +100,7 @@ class ScriptableFeed: NSObject, UniqueIdScriptingObject, ScriptingObjectContaine
// suspendExecution(). When we get the callback, we can supply the event result and call resumeExecution()
command.suspendExecution()
account.createFeed(with: nil, url: url) { result in
account.createFeed(url: url) { result in
switch result {
case .success(let createFeedResult):