mirror of
https://github.com/fiatjaf/khatru.git
synced 2026-04-04 04:34:24 +02:00
support "limit" field on filters.
This commit is contained in:
@@ -24,7 +24,7 @@ type Informationer interface {
|
||||
|
||||
type AdvancedQuerier interface {
|
||||
BeforeQuery(*nostr.Filter)
|
||||
AfterQuery(*nostr.Filter)
|
||||
AfterQuery([]nostr.Event, *nostr.Filter)
|
||||
}
|
||||
|
||||
type AdvancedDeleter interface {
|
||||
|
||||
Reference in New Issue
Block a user