=> fba55d0b9e57ce36b019b0ac6265b977ac5cbca9
[1mdiff --git a/50_bubble.py b/50_bubble.py[m [1mindex e0a2250..5238cde 100644[m [1m--- a/50_bubble.py[m [1m+++ b/50_bubble.py[m [36m@@ -369,8 +369,8 @@[m [mBubble is open source:[m src += f'=> {reply_path} {INNER_LINK_PREFIX} {reply_label}\n'[m [m if not is_deleted:[m [31m- src += post.summary if not self.is_short_preview \[m [31m- else shorten_text(post.summary, SHORT_PREVIEW_LEN) + '\n'[m [32m+[m[32m src += strip_invalid(post.summary) if not self.is_short_preview \[m [32m+[m[32m else shorten_text(strip_invalid(post.summary), SHORT_PREVIEW_LEN) + '\n'[m else:[m src += "(only visible to author)\n"[m [m
text/gemini; charset=utf-8
This content has been proxied by September (ba2dc).