Revert change to swift file
This commit is contained in:
@ -69,10 +69,6 @@ public extension LinkedItem {
|
||||
(labels?.count ?? 0) > 0
|
||||
}
|
||||
|
||||
var isUnread: Bool {
|
||||
readAt == nil
|
||||
}
|
||||
|
||||
var isRead: Bool {
|
||||
readingProgress >= 0.98
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user