From a49d35d7b0f9266aabf88b63899e1269eec86f10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Wed, 31 May 2023 20:13:01 +0300
Subject: [PATCH 1/1] Grouping of reaction notifications
IssueID #79
user.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/user.py b/user.py
index 8a65cbb..e858843 100644
--- a/user.py
+++ b/user.py
@@ -204,6 +204,7 @@ def make_dashboard_page(session):
followed = []
for notif in notifs:
if not notif.type in Notification.PRIORITY or \
notif.type == Notification.REACTION or \
Notification.PRIORITY[notif.type] >= 10:
yours.append(notif)
else:
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).