Remove userDeleted support. The read-items filter seems to fill the need to hide things. We’re simplifying the backend by removing this unused feature.

This commit is contained in:
Brent Simmons
2020-04-12 17:12:36 -07:00
parent 22c2a7a72e
commit 6d9eda442f
18 changed files with 34 additions and 59 deletions

View File

@@ -127,7 +127,7 @@ class ScriptableArticle: NSObject, UniqueIdScriptingObject, ScriptingObjectConta
@objc(deleted)
var deleted:Bool {
return article.status.boolStatus(forKey:.userDeleted)
return false
}
@objc(imageURL)