feat(spam): Introduce checking new accounts, events & comments for spam with the help of Akismet
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -97,6 +97,7 @@ export interface IConfig {
|
||||
features: {
|
||||
eventCreation: boolean;
|
||||
groups: boolean;
|
||||
antispam: boolean;
|
||||
};
|
||||
restrictions: {
|
||||
onlyAdminCanCreateGroups: boolean;
|
||||
|
||||
@@ -291,3 +291,8 @@ export enum SearchTargets {
|
||||
INTERNAL = "INTERNAL",
|
||||
GLOBAL = "GLOBAL",
|
||||
}
|
||||
|
||||
export enum AntiSpamFeedback {
|
||||
HAM = "HAM",
|
||||
SPAM = "SPAM",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user