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