mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-04-19 18:31:18 +00:00
allow tags up to 64 characters.
This commit is contained in:
parent
c5b628ebf6
commit
d84860dcfc
2
main.go
2
main.go
@ -59,7 +59,7 @@ func main() {
|
||||
relay.QueryEvents = append(relay.QueryEvents, db.QueryEvents)
|
||||
relay.DeleteEvent = append(relay.DeleteEvent, db.DeleteEvent)
|
||||
relay.RejectEvent = append(relay.RejectEvent,
|
||||
plugins.PreventLargeTags(60),
|
||||
plugins.PreventLargeTags(64),
|
||||
plugins.PreventTooManyIndexableTags(6),
|
||||
plugins.RestrictToSpecifiedKinds(supportedKinds...),
|
||||
rejectEventsFromUsersNotInWhitelist,
|
||||
|
Loading…
x
Reference in New Issue
Block a user