Commit 93d5a669 by Arjun Singh

Change unread to read; makes some things clearer both on the comment service and…

Change unread to read; makes some things clearer both on the comment service and in the django client
parent 084a91e3
......@@ -10,7 +10,7 @@ class Thread(models.Model):
'closed', 'tags', 'votes', 'commentable_id', 'username', 'user_id',
'created_at', 'updated_at', 'comments_count', 'unread_comments_count',
'at_position_list', 'children', 'type', 'highlighted_title',
'highlighted_body', 'endorsed', 'unread'
'highlighted_body', 'endorsed', 'read'
]
updatable_fields = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment