support "limit" field on filters.

This commit is contained in:
fiatjaf
2022-07-24 19:58:34 -03:00
parent fbb81c868c
commit 13d57303b5
4 changed files with 17 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ type Informationer interface {
type AdvancedQuerier interface {
BeforeQuery(*nostr.Filter)
AfterQuery(*nostr.Filter)
AfterQuery([]nostr.Event, *nostr.Filter)
}
type AdvancedDeleter interface {