flagging working again
This commit is contained in:
@@ -10,8 +10,8 @@ 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', 'read', 'group_id', 'group_name', 'pinned', 'abuse_flaggers',
|
||||
'show_any_flag'
|
||||
'highlighted_body', 'endorsed', 'read', 'group_id', 'group_name', 'pinned', 'abuse_flaggers'
|
||||
|
||||
]
|
||||
|
||||
updatable_fields = [
|
||||
|
||||
Reference in New Issue
Block a user