mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-04-19 18:31:18 +00:00
do the same for relay lists.
This commit is contained in:
parent
356844b43b
commit
bdc401c4aa
4
main.go
4
main.go
@ -64,8 +64,8 @@ func main() {
|
||||
relay.DeleteEvent = append(relay.DeleteEvent, db.DeleteEvent)
|
||||
relay.RejectEvent = append(relay.RejectEvent,
|
||||
plugins.PreventLargeTags(64),
|
||||
plugins.PreventTooManyIndexableTags(6, []int{3}, nil),
|
||||
plugins.PreventTooManyIndexableTags(1000, nil, []int{3}),
|
||||
plugins.PreventTooManyIndexableTags(8, []int{3, 10002}, nil),
|
||||
plugins.PreventTooManyIndexableTags(1000, nil, []int{3, 10002}),
|
||||
plugins.RestrictToSpecifiedKinds(supportedKinds...),
|
||||
rejectEventsFromUsersNotInWhitelist,
|
||||
validateAndFilterReports,
|
||||
|
Loading…
x
Reference in New Issue
Block a user