khatru: prevent large indexable tags doesn't make any sense anymore as we don't index tags verbatim, only hashes.

This commit is contained in:
fiatjaf
2025-09-04 10:13:08 -03:00
parent aec2dc318d
commit 0770f217a5
2 changed files with 0 additions and 15 deletions
-1
View File
@@ -8,7 +8,6 @@ import (
var EventRejectionStrictDefaults = SeqEvent(
RejectEventsWithBase64Media,
PreventLargeTags(100),
PreventTooManyIndexableTags(12, []nostr.Kind{3}, nil),
PreventTooManyIndexableTags(1200, nil, []nostr.Kind{3}),
PreventLargeContent(5000),