Bubble [main]

Bumped version to 7.2; added avatars, fixed limited access

=> 4b132b352156c5154e153d3fa1369f14543d910e

diff --git a/50_bubble.py b/50_bubble.py
index 818917f..6bc984d 100644
--- a/50_bubble.py
+++ b/50_bubble.py
@@ -18,7 +18,7 @@ from utils import *
 from worker import *
 
 
-__version__ = '7.1'
+__version__ = '7.2'
 
 
 class Bubble:
diff --git a/composer.py b/composer.py
index 8e0d9d1..6d3394c 100644
--- a/composer.py
+++ b/composer.py
@@ -327,6 +327,8 @@ def make_composer_page(session):
     if post_action == 'move':
         if not db.verify_token(session.user, req_token):
             return 61, "Not authorized"
+        if session.user.role == User.LIMITED:
+            return 61, "Not authorized"
 
         if is_empty_query(req):
             return 10, f'Move post {post.id} to which subspace?'
diff --git a/settings.py b/settings.py
index 100cf55..39f5768 100644
--- a/settings.py
+++ b/settings.py
@@ -48,12 +48,14 @@ def make_settings_page(session):
             'Animals',
             ('😺', 'cat face'),
             ('🐶', 'dog face'),
+            ('🐰', 'rabbit face'),
             ('🐸', 'frog face'),
             ('🐵', 'monkey face'),
             ('🐷', 'pig face'),
             ('🐻', 'bear face'),
             ('🐝', 'bee'),
             ('🐦', 'bird'),
+            ('🐁', 'mouse'),
             ('🦋', 'butterfly'),
             ('🦀', 'crab'),
             ('🐉', 'dragon'),
Proxy Information
Original URL
gemini://git.skyjake.fi/bubble/main/cdiff/4b132b352156c5154e153d3fa1369f14543d910e
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
33.269295 milliseconds
Gemini-to-HTML Time
0.609594 milliseconds

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