Revert "Temporarily use "[deleted]" in JSON for deleted usernames."

This commit is contained in:
Neil Williams
2013-01-27 12:05:56 -08:00
parent e3612b3d12
commit c1251f32bc

View File

@@ -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: