diff --git a/50_bubble.py b/50_bubble.py

index 4ac3b30..61d83bc 100644

--- a/50_bubble.py

+++ b/50_bubble.py

@@ -257,7 +257,7 @@ Bubble is open source:

         return f'=> /dashboard {self.user.avatar} {self.user.name}{notifs}{mode}\n'



     def feed_flair(self, post, context):

- if self.user.flags & User.HIDE_FLAIRS_FLAG:

+ if self.user and self.user.flags & User.HIDE_FLAIRS_FLAG:

             # Node flairs in feeds.

             return ''

         flair = User.render_flair(post.poster_flair,

Proxy Information
Original URL
gemini://git.skyjake.fi/bubble/main/pcdiff/b7b312e32df9921085fe6443a8084181394c4783
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
66.94983 milliseconds
Gemini-to-HTML Time
1.311668 milliseconds

This content has been proxied by September (3851b).