From 91d92ad227bb2f63922aa32de51aaad928c85448 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Wed, 10 Jan 2024 13:28:27 +0200
Subject: [PATCH 1/1] Show flair on the feed entry meta line, too
50_bubble.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/50_bubble.py b/50_bubble.py
index 987c05e..a7c17cd 100644
--- a/50_bubble.py
+++ b/50_bubble.py
@@ -347,7 +347,7 @@ Bubble is open source:
# Last line in the metadata.
meta = []
if is_comment or (sub and not is_activity_feed):
meta.append(post.poster_name)
meta.append(post.poster_name + flair)
if cmt:
meta.append(cmt)
if likes:
--
2.25.1
text/plain
This content has been proxied by September (3851b).