mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
[CORL-882] option to reject all a user's comments when banning (#2827)
* show comment counts for stories in story table * remove debug code * add rejector task * connect comment rejection job to user banning * localize strings * remove debug code * remove debug code * resolve merge conflicts * add documentation to rejectExistingComments * clean up rejector task * add TODO about broker * make rejectExistingComments nullable
This commit is contained in:
@@ -5491,6 +5491,11 @@ input BanUserInput {
|
||||
message is sent to banned user via email.
|
||||
"""
|
||||
message: String!
|
||||
|
||||
"""
|
||||
whether or not to reject all the user's previous comments when banning them.
|
||||
"""
|
||||
rejectExistingComments: Boolean
|
||||
}
|
||||
|
||||
type BanUserPayload {
|
||||
|
||||
Reference in New Issue
Block a user