Merge branch 'captcha-n' into 'main'

Switch captcha_solved from a label event to an n-tag on a user event

See merge request soapbox-pub/ditto!547
This commit is contained in:
Alex Gleason
2024-10-11 22:43:39 +00:00
4 changed files with 9 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
import { Context } from '@hono/hono';
import { type Context } from '@hono/hono';
import { HTTPException } from '@hono/hono/http-exception';
import { NostrEvent, NostrFilter } from '@nostrify/nostrify';
import Debug from '@soapbox/stickynotes/debug';