From 0a51b37378a4708646ee2e308429d94347d74508 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 1 Mar 2018 00:10:35 +0100 Subject: [PATCH] Reduced notification limit --- pages/notifications/notifications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/notifications/notifications.go b/pages/notifications/notifications.go index 24894fe8..f56ac0bf 100644 --- a/pages/notifications/notifications.go +++ b/pages/notifications/notifications.go @@ -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 {