diff --git a/r2/r2/lib/jsontemplates.py b/r2/r2/lib/jsontemplates.py index b3698a02c..01005bfee 100755 --- a/r2/r2/lib/jsontemplates.py +++ b/r2/r2/lib/jsontemplates.py @@ -157,7 +157,7 @@ class ThingJsonTemplate(JsonTemplate): """ if attr == "author": if thing.author._deleted: - return "[deleted]" + return None return thing.author.name if attr == "author_flair_text": if thing.author._deleted: