diff --git a/r2/r2/controllers/api.py b/r2/r2/controllers/api.py index 87748f878..f7ab9d538 100755 --- a/r2/r2/controllers/api.py +++ b/r2/r2/controllers/api.py @@ -2105,6 +2105,7 @@ class ApiController(RedditController, OAuth2ResourceController): """ if not thing: return if thing._deleted: return + if c.user._spam: return kw = {'target': thing} if thing._spam: kw['details'] = 'unspam'