From 6e6f840ac2595a8f3d18ca00f0d5262731af50a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Sun, 21 May 2023 23:37:27 +0300
Subject: [PATCH 1/1] Cleanup
feeds.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/feeds.py b/feeds.py
index 56a7589..f82f9d0 100644
--- a/feeds.py
+++ b/feeds.py
@@ -238,7 +238,7 @@ def make_post_page(session, post):
notifs = db.get_notifications(user=user, post_id=post.id)
if notifs:
page += f'{len(notifs)} Notification{plural_s(len(notifs))} on this page:\n'
page += f'{len(notifs)} notification{plural_s(len(notifs))} on this page:\n'
for notif in notifs:
link, label = notif.entry(with_title=False)
page += f'=> {link} {label}\n'
--
2.25.1
text/plain
This content has been proxied by September (3851b).