is_contributor- true/false - if true, will only match if the author is a contributor/"approved submitter" in the subreddit. If false, will only match if they are not.
type: submission
author:
is_contributor: false
action: remove
action_reason: "가입한 멤버만 게시글을 작성할 수 있습니다."
comment: "이 커뮤니티에서는 가입한 멤버만 글을 작성할 수 있습니다. 가입 후 다시 시도해주세요."
가입 후에도 글 삭제 됨
is_contributor: false 설정은 "기여자(contributor)"가 아닌 모든 유저를 차단
Reddit에서는 새로 가입한 멤버가 기여자로 간주되지 않을 수도 있어서, 가입한 유저도 차단될 가능성이 있음.
멤버 여부를 account_age 또는 subreddit-karma로 판단해야 함
account_age (계정 생성 후 경과 일수)
subreddit-karma (서브레딧에서 받은 업보 수)
type: submission
author:
account_age: "> 1 minutes"
combined_subreddit_karma: "> 1"
action: allow
type: submission
author:
is_contributor: false
action: remove
action_reason: 가입한 멤버만 게시글을 작성할 수 있습니다.
comment: |
이 커뮤니티에서는 가입한 멤버만 글을 작성할 수 있습니다. 가입 후 다시 시도해주세요.