Tuning new regex policy.

main
SleepingCrows 2024-07-13 00:02:36 -04:00
parent b578e499ac
commit 9f8791c8df
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const kv = await Deno.openKv();
export default class AppPolicy implements NPolicy { export default class AppPolicy implements NPolicy {
async call(event: NostrEvent): Promise<NostrRelayOK> { async call(event: NostrEvent): Promise<NostrRelayOK> {
const policy = new PipePolicy([ const policy = new PipePolicy([
new RegexPolicy(/This is a post from *(.+)/igm), new RegexPolicy(/This is a post from *(.+)!/igm),
new KeywordPolicy([ new KeywordPolicy([
'NSFW sexual content', 'NSFW sexual content',
':nsfw:', ':nsfw:',