mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 18:04:44 +08:00
Set is_test to false
Akismet is no longer in test mode.
This commit is contained in:
@@ -71,7 +71,7 @@ module.exports = {
|
||||
permalink: asset.url,
|
||||
comment_type: 'comment',
|
||||
comment_content: input.body,
|
||||
is_test: true,
|
||||
is_test: false,
|
||||
});
|
||||
|
||||
debug(`comment analyzed as ${spam ? 'being' : 'not being'} spam`);
|
||||
|
||||
Reference in New Issue
Block a user