2

Improve requests log filters and sorting

This commit is contained in:
2026-03-12 18:42:12 +01:00
parent 200fc83831
commit fef2237c49
7 changed files with 589 additions and 89 deletions

View File

@@ -235,6 +235,13 @@ type EventListOptions struct {
ShowAllowed bool
ReviewOnly bool
Offset int
Source string
Method string
StatusFilter string
State string
BotFilter string
SortBy string
SortDesc bool
}
type SourceOffset struct {