Fossil SCM
Minor doc corrections and cleanups.
Commit
a2588c570e6977a45f8c778cc3c5937cbb6d52d6a155ebde4e8ceaabb23b1ea4
Parent
4ff16c05727460e…
1 file changed
+5
-4
+5
-4
| --- www/chat.md | ||
| +++ www/chat.md | ||
| @@ -101,11 +101,11 @@ | ||
| 101 | 101 | |
| 102 | 102 | ### <a id='connection'></a> Who's Online? |
| 103 | 103 | |
| 104 | 104 | Because the chat app has to be able to work over transient CGI-based |
| 105 | 105 | connections, as opposed to a stable socket connection to the server, |
| 106 | -real-time tracking of "who's online" is not possible. As of version | |
| 106 | +real-time tracking of "who's online" is not feasible. As of version | |
| 107 | 107 | 2.17, chat offers an optional feature, toggleable in the settings, |
| 108 | 108 | which can list users who have posted messages in the client's current |
| 109 | 109 | list of loaded messages. This is not the same thing as tracking who's |
| 110 | 110 | online, but it gives an overview of which users have been active most |
| 111 | 111 | recently, noting that "lurkers" (people who post no messages) will not |
| @@ -114,15 +114,16 @@ | ||
| 114 | 114 | specific user by tapping on that user's name, tapping a second time to |
| 115 | 115 | remove the filter. |
| 116 | 116 | |
| 117 | 117 | Sidebar: message deletion is a type of message and deletions count |
| 118 | 118 | towards updates in the recent activity list (counted for the person |
| 119 | -who performed the deletion, nor the author of the deleted | |
| 119 | +who performed the deletion, not the author of the deleted | |
| 120 | 120 | comment). That can potentially lead to odd corner cases where a user |
| 121 | 121 | shows up in the list but has no messages which are currently visible |
| 122 | -because they were deleted. That is a known minor cosmetic-only bug | |
| 123 | -with a resolution of "will not fix." | |
| 122 | +because they were deleted, or an admin user who has not posted | |
| 123 | +anything but deleted a message. That is a known minor cosmetic-only | |
| 124 | +bug with a resolution of "will not fix." | |
| 124 | 125 | |
| 125 | 126 | |
| 126 | 127 | ## Implementation Details |
| 127 | 128 | |
| 128 | 129 | *You do not need to understand how Fossil chat works in order to use it. |
| 129 | 130 |
| --- www/chat.md | |
| +++ www/chat.md | |
| @@ -101,11 +101,11 @@ | |
| 101 | |
| 102 | ### <a id='connection'></a> Who's Online? |
| 103 | |
| 104 | Because the chat app has to be able to work over transient CGI-based |
| 105 | connections, as opposed to a stable socket connection to the server, |
| 106 | real-time tracking of "who's online" is not possible. As of version |
| 107 | 2.17, chat offers an optional feature, toggleable in the settings, |
| 108 | which can list users who have posted messages in the client's current |
| 109 | list of loaded messages. This is not the same thing as tracking who's |
| 110 | online, but it gives an overview of which users have been active most |
| 111 | recently, noting that "lurkers" (people who post no messages) will not |
| @@ -114,15 +114,16 @@ | |
| 114 | specific user by tapping on that user's name, tapping a second time to |
| 115 | remove the filter. |
| 116 | |
| 117 | Sidebar: message deletion is a type of message and deletions count |
| 118 | towards updates in the recent activity list (counted for the person |
| 119 | who performed the deletion, nor the author of the deleted |
| 120 | comment). That can potentially lead to odd corner cases where a user |
| 121 | shows up in the list but has no messages which are currently visible |
| 122 | because they were deleted. That is a known minor cosmetic-only bug |
| 123 | with a resolution of "will not fix." |
| 124 | |
| 125 | |
| 126 | ## Implementation Details |
| 127 | |
| 128 | *You do not need to understand how Fossil chat works in order to use it. |
| 129 |
| --- www/chat.md | |
| +++ www/chat.md | |
| @@ -101,11 +101,11 @@ | |
| 101 | |
| 102 | ### <a id='connection'></a> Who's Online? |
| 103 | |
| 104 | Because the chat app has to be able to work over transient CGI-based |
| 105 | connections, as opposed to a stable socket connection to the server, |
| 106 | real-time tracking of "who's online" is not feasible. As of version |
| 107 | 2.17, chat offers an optional feature, toggleable in the settings, |
| 108 | which can list users who have posted messages in the client's current |
| 109 | list of loaded messages. This is not the same thing as tracking who's |
| 110 | online, but it gives an overview of which users have been active most |
| 111 | recently, noting that "lurkers" (people who post no messages) will not |
| @@ -114,15 +114,16 @@ | |
| 114 | specific user by tapping on that user's name, tapping a second time to |
| 115 | remove the filter. |
| 116 | |
| 117 | Sidebar: message deletion is a type of message and deletions count |
| 118 | towards updates in the recent activity list (counted for the person |
| 119 | who performed the deletion, not the author of the deleted |
| 120 | comment). That can potentially lead to odd corner cases where a user |
| 121 | shows up in the list but has no messages which are currently visible |
| 122 | because they were deleted, or an admin user who has not posted |
| 123 | anything but deleted a message. That is a known minor cosmetic-only |
| 124 | bug with a resolution of "will not fix." |
| 125 | |
| 126 | |
| 127 | ## Implementation Details |
| 128 | |
| 129 | *You do not need to understand how Fossil chat works in order to use it. |
| 130 |