mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
update collection/opendb-news-comments/collection.json.
This commit is contained in:
parent
f181c20a52
commit
4303ccfed9
@ -4,7 +4,7 @@
|
||||
"required": ["article_id", "user_id", "comment_content", "like_count", "comment_type", "reply_user_id", "reply_comment_id"],
|
||||
"permission": {
|
||||
".read": true,
|
||||
".create": "auth.uid != null",
|
||||
".create": "auth.uid != null && get(`database.opendb-news-article.${doc.article_id}`).comment_status == 1",
|
||||
".update": "doc.uid == auth.uid",
|
||||
".delete": "doc.uid == auth.uid"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user