mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Revert change to swift file
This commit is contained in:
parent
f25b9f09a7
commit
f06ebe4e25
1 changed files with 0 additions and 4 deletions
|
|
@ -69,10 +69,6 @@ public extension LinkedItem {
|
|||
(labels?.count ?? 0) > 0
|
||||
}
|
||||
|
||||
var isUnread: Bool {
|
||||
readAt == nil
|
||||
}
|
||||
|
||||
var isRead: Bool {
|
||||
readingProgress >= 0.98
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue