Reduced notification limit
This commit is contained in:
parent
0c89576f41
commit
0a51b37378
@ -9,7 +9,7 @@ import (
|
||||
"github.com/animenotifier/notify.moe/utils"
|
||||
)
|
||||
|
||||
const maxNotifications = 50
|
||||
const maxNotifications = 30
|
||||
|
||||
// All shows all notifications sent so far.
|
||||
func All(ctx *aero.Context) string {
|
||||
|
Loading…
Reference in New Issue
Block a user