Skip to content

Commit

Permalink
Remove topicIsDiscover
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Nov 8, 2024
1 parent acc85a4 commit 114123d
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,6 @@ struct ReaderNotificationKeys {
return topic.isKind(of: ReaderSearchTopic.self)
}

/// Check if the specified topic is for Discover
///
/// - Parameters:
/// - topic: A ReaderAbstractTopic
///
/// - Returns: True if the topic is for Discover
///
@objc open class func topicIsDiscover(_ topic: ReaderAbstractTopic) -> Bool {
return topic.path.contains("/read/sites/53424024/posts")
}

/// Check if the specified topic is for Following
///
/// - Parameters:
Expand Down

0 comments on commit 114123d

Please sign in to comment.