We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fecac commit 57411ceCopy full SHA for 57411ce
1 file changed
services/libs/common_services/src/services/bot.service.ts
@@ -4,7 +4,7 @@ import { IMemberIdentity, MemberBotDetection } from '@crowd/types'
4
5
export class BotDetectionService extends LoggerBase {
6
// Explicit bot identifiers
7
- private static readonly STRONG_PATTERNS = [/\[bot\]/i] as const
+ private static readonly STRONG_PATTERNS = [/\[bot\]/i, /generatedunixname\d+/i] as const
8
9
// Basic/common bot identifiers
10
private static readonly COMMON_PATTERNS = [
0 commit comments