Hey,
The removal reasons do not seem to be applied when I use the reason's id in the configuration. I obtained the ids from the recommendation of using the "show removal reason ids" app and confirmed them with praw.
Here is a basic config example that I'm using in my test subreddit, where, if mod changes to the specified flair, the post should be removed and removal reason should be added:
[
{
"templateId": "b5689986-b075-11ea-9bfe-0ed29ad248c3",
"action": "remove",
"removalReason": {
"reasonId": "58f2b2f7-cfa1-4fc9-9775-61c7de5aa405"
}
}
]
The post is successfully removed, but the removal reason is not added.
Hey,
The removal reasons do not seem to be applied when I use the reason's id in the configuration. I obtained the ids from the recommendation of using the "show removal reason ids" app and confirmed them with praw.
Here is a basic config example that I'm using in my test subreddit, where, if mod changes to the specified flair, the post should be removed and removal reason should be added:
[
{
"templateId": "b5689986-b075-11ea-9bfe-0ed29ad248c3",
"action": "remove",
"removalReason": {
"reasonId": "58f2b2f7-cfa1-4fc9-9775-61c7de5aa405"
}
}
]
The post is successfully removed, but the removal reason is not added.