From 6374ac87c44ca8d08044d35250b9640d8e4bf517 Mon Sep 17 00:00:00 2001 From: Brian Simpson Date: Tue, 24 Dec 2013 14:34:03 -0500 Subject: [PATCH] Suppress numbering on promoted links. --- r2/r2/controllers/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/r2/r2/controllers/api.py b/r2/r2/controllers/api.py index 37185b922..51b5d45d8 100755 --- a/r2/r2/controllers/api.py +++ b/r2/r2/controllers/api.py @@ -3720,6 +3720,7 @@ class ApiController(RedditController, OAuth2ResourceController): listing = LinkListing(builder, nextprev=False).listing() if listing.things: w = listing.things[0] + w.num = "" return spaceCompress(w.render()) @json_validate(