Bubble [main]

Feeds: Changed order of comment actions

=> 7ddb6ed161799521311e1afe98478d8e70b28a86

diff --git a/feeds.py b/feeds.py
index 76e4d3c..6a34851 100644
--- a/feeds.py
+++ b/feeds.py
@@ -404,7 +404,6 @@ def make_post_page(session, post):
                     actions.append(f'=> /comment/{post.id} 💬 Comment\n')
                 if session.is_thanks_enabled() and focused_cmt.user != user.id:
                     actions.append(f'=> /thanks/{focused_cmt.id} 🙏 Give thanks\n')
-                actions.append(f'=> /remind/{focused_cmt.id} 🔔 Remind me\n')
 
                 if session.is_moderated(focused_cmt) and focused_cmt.user != user.id:
                     if session.user.role == User.ADMIN:
@@ -413,6 +412,7 @@ def make_post_page(session, post):
                         actions.append(f'=> /settings/flair/{focused_cmt.poster_name}/add/-/{focused_cmt.sub_name} 📛 Set subspace flair on {focused_cmt.poster_name}\n')
 
                 actions.append(f'=> /report/{focused_cmt.id} ⚠️ Report\n')
+                actions.append(f'=> /remind/{focused_cmt.id} 🔔 Remind me\n')
                 if not session.is_editable(focused_cmt) and session.is_deletable(focused_cmt):
                     actions.append(f'=> /edit/{focused_cmt.id}/delete/{session.get_token()} ❌ Delete comment\n')
             else:
Proxy Information
Original URL
gemini://git.skyjake.fi/bubble/main/cdiff/7ddb6ed161799521311e1afe98478d8e70b28a86
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
61.766168 milliseconds
Gemini-to-HTML Time
0.205597 milliseconds

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