This commit is contained in:
Ciro Santilli 六四事件 法轮功
2022-08-02 02:00:14 +00:00
parent a7b850d742
commit 5f733722b2
2 changed files with 22 additions and 5 deletions

View File

@@ -138,6 +138,10 @@ if (!isComment) {
break;
}
}
if (new RegExp('狗', 'i').test(titleAndBody)) {
newLabels.add('you-are-dog-argument');
break;
}
if (newLabels.size > 0) {
newLabels.add('shitpost');
if (labels.has('not-shitpost')) {