MA-2663: Donot mark thread unread on any action but creation

This commit is contained in:
wajeeha-khalid
2016-07-19 17:51:10 +05:00
parent a2bf4696e4
commit 03f888b795
3 changed files with 9 additions and 3 deletions

View File

@@ -2047,7 +2047,7 @@ class UpdateThreadTest(
"endorsed_comment_list_url": None,
"non_endorsed_comment_list_url": None,
"editable_fields": ["abuse_flagged", "following", "raw_body", "read", "title", "topic_id", "type", "voted"],
'read': False,
'read': True,
'has_endorsed': False,
'response_count': 0
}