mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Embedded replies also don't need strict validation.
This commit is contained in:
parent
20f083717e
commit
7db6fc8ff7
1 changed files with 1 additions and 0 deletions
|
@ -1400,6 +1400,7 @@ class MCommentReply(mongo.EmbeddedDocument):
|
|||
'ordering': ['publish_date'],
|
||||
'id_field': 'reply_id',
|
||||
'allow_inheritance': False,
|
||||
'strict': False,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue