Bubble [main]

Cleanup, phrasing

=> 77228b51b9efd6fc3cdb3fcbb8684d6bd9d5f7b0

diff --git a/50_bubble.py b/50_bubble.py
index db5de84..7422be1 100644
--- a/50_bubble.py
+++ b/50_bubble.py
@@ -414,18 +414,26 @@ When making a new post, what you enter in the "New post" prompt becomes the body
 
 In the "New post" and "Comment" prompts, there are special commands available:
 
-* Entering a period (.) will create a new empty draft.
-* Entering a colon (:) switch to Titan to submit a longer text.
-* Ending the message in a single backslash (\) will create draft out of the entered text.
+* Entering a period (.) will create an empty draft.
+* Entering a colon (:) switches to Titan to submit a longer text.
+* Ending the message in a single backslash (\) will create a draft out of the entered text.
 
 In the "Edit text" prompts of the draft composer:
 
 * Entering a colon (:) opens a Titan upload to update the segment text.
-* Entering backslash (\) will open the text segment in a raw view so that it can be edited via Titan directly, if the client supports page editing.
+* Entering a backslash (\) will open the text segment in a raw view so it can be edited via Titan directly, if the client supports page editing.
 
 ### Undoing Mistakes
 
 When editing segments in the draft composer, you may sometimes accidentally submit the input and overwrite the contents, losing some text that you meant to keep in there. While Bubble does not currently keep a history of past edited versions, your client may be able to help you. If you navigate backwards, the old contents of the segment may be found in a cached copy of the page.
+
+## Follows
+
+You can follow posts, subspaces, and users to be notified of their activity, and to select what is visible in the Followed feed.
+
+When you vote in a poll, the post is automatically marked as followed so you will be notified of discussion related to it even though you haven't commented on the poll yourself.
+
+Follows are entirely private in Bubble. Only you see what you follow, and there are no counters or statistics about this visible anywhere. Followers do not affect the "hotness" sorting order, either.
 """
             return page
 
diff --git a/model.py b/model.py
index ac28c0c..10caab6 100644
--- a/model.py
+++ b/model.py
@@ -51,7 +51,7 @@ class Notification:
     ISSUE_CLOSED                 = 0x0200
     ADDED_AS_MODERATOR           = 0x0400
     REMOVED_AS_MODERATOR         = 0x0800
-    COMMENT_IN_FOLLOWED_SUBSPACE = 0x1000 # TODO
+    COMMENT_IN_FOLLOWED_SUBSPACE = 0x1000
 
     def __init__(self, id, type, dst, src, post, subspace, is_sent, ts,
                  src_name=None, post_title=None, post_issueid=None, post_summary=None,
Proxy Information
Original URL
gemini://git.skyjake.fi/bubble/main/cdiff/77228b51b9efd6fc3cdb3fcbb8684d6bd9d5f7b0
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
75.230402 milliseconds
Gemini-to-HTML Time
0.354433 milliseconds

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