=> 77228b51b9efd6fc3cdb3fcbb8684d6bd9d5f7b0
[1mdiff --git a/50_bubble.py b/50_bubble.py[m [1mindex db5de84..7422be1 100644[m [1m--- a/50_bubble.py[m [1m+++ b/50_bubble.py[m [36m@@ -414,18 +414,26 @@[m [mWhen making a new post, what you enter in the "New post" prompt becomes the body[m [m In the "New post" and "Comment" prompts, there are special commands available:[m [m [31m-* Entering a period (.) will create a new empty draft.[m [31m-* Entering a colon (:) switch to Titan to submit a longer text.[m [31m-* Ending the message in a single backslash (\) will create draft out of the entered text.[m [32m+[m[32m* Entering a period (.) will create an empty draft.[m [32m+[m[32m* Entering a colon (:) switches to Titan to submit a longer text.[m [32m+[m[32m* Ending the message in a single backslash (\) will create a draft out of the entered text.[m [m In the "Edit text" prompts of the draft composer:[m [m * Entering a colon (:) opens a Titan upload to update the segment text.[m [31m-* 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.[m [32m+[m[32m* 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.[m [m ### Undoing Mistakes[m [m 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.[m [32m+[m [32m+[m[32m## Follows[m [32m+[m [32m+[m[32mYou can follow posts, subspaces, and users to be notified of their activity, and to select what is visible in the Followed feed.[m [32m+[m [32m+[m[32mWhen 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.[m [32m+[m [32m+[m[32mFollows 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.[m """[m return page[m [m [1mdiff --git a/model.py b/model.py[m [1mindex ac28c0c..10caab6 100644[m [1m--- a/model.py[m [1m+++ b/model.py[m [36m@@ -51,7 +51,7 @@[m [mclass Notification:[m ISSUE_CLOSED = 0x0200[m ADDED_AS_MODERATOR = 0x0400[m REMOVED_AS_MODERATOR = 0x0800[m [31m- COMMENT_IN_FOLLOWED_SUBSPACE = 0x1000 # TODO[m [32m+[m[32m COMMENT_IN_FOLLOWED_SUBSPACE = 0x1000[m [m def __init__(self, id, type, dst, src, post, subspace, is_sent, ts,[m src_name=None, post_title=None, post_issueid=None, post_summary=None,[m
text/gemini; charset=utf-8
This content has been proxied by September (3851b).