mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Allow users to look up links by /by_id/, even if they have hidden them in the listing
This commit is contained in:
@@ -334,6 +334,7 @@ class RandomrisingController(ListingController):
|
||||
|
||||
class ByIDController(ListingController):
|
||||
title_text = _('API')
|
||||
skip = False
|
||||
|
||||
def query(self):
|
||||
return self.names
|
||||
|
||||
Reference in New Issue
Block a user