This commit is contained in:
Till Faelligen 2024-02-20 08:24:44 +01:00
parent 87ab75cbef
commit 83ff77dfe4
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -159,7 +159,7 @@ func Context(
}
// Limit is split up for before/after events
if limit > 1 {
if filter.Limit > 1 {
filter.Limit = filter.Limit / 2
}