mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Implement rising_srs on ModContribSR.
This commit is contained in:
committed by
Neil Williams
parent
466a2a4421
commit
336ce57480
@@ -935,6 +935,9 @@ class ModContribSR(_DefaultSR):
|
||||
else:
|
||||
return []
|
||||
|
||||
def rising_srs(self):
|
||||
return self.sr_ids
|
||||
|
||||
def get_links(self, sort, time):
|
||||
return self.get_links_sr_ids(self.sr_ids, sort, time)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user