Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Deprecate use of obsolete link.allow_liveupdate #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions reddit_liveupdate/discussions.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ def _keep_discussion_link(link):
if not link.subreddit_slow.discoverable:
return False

if not getattr(link, "allow_liveupdate", True):
return False

if link._score < g.liveupdate_min_score_for_discussions:
return False

Expand Down