DEV: Remove PostProcessed trigger option (#13916)

It was deprecated 5 years ago in e55e2aff94

I've seen it still being used in the wild, even though it doesn't do anything anymore as I understand it.
This commit is contained in:
Jarek Radosz
2021-08-04 22:24:47 +02:00
committed by GitHub
parent fbd1cd5fe1
commit 07c6b720bc
4 changed files with 17 additions and 11 deletions

View File

@ -198,9 +198,6 @@
"trust_level_change": {
"type": "integer"
},
"post_processed": {
"type": "integer"
},
"post_action": {
"type": "integer"
}
@ -210,7 +207,6 @@
"none",
"post_revision",
"trust_level_change",
"post_processed",
"post_action"
]
},