Fossil SCM
/chat doc: documented that a message's poster may delete it globally, the same as an admin can.
Commit
a0d3f53c4d228fdcf0cf770a4a734737eacb419c7e2e14dc92ea1d30bc33e933
Parent
834f6515a77420d…
1 file changed
+5
-4
+5
-4
| --- www/chat.md | ||
| +++ www/chat.md | ||
| @@ -94,14 +94,15 @@ | ||
| 94 | 94 | ### Deletion of Messages |
| 95 | 95 | |
| 96 | 96 | Any user may *locally* delete a given message by clicking on the "tab" |
| 97 | 97 | at the top of the message and clicking the button which appears. Such |
| 98 | 98 | deletions are local-only, and the messages will reappear if the page |
| 99 | -is reloaded. Admin users may additionally choose to globally | |
| 100 | -delete a message from the chat record, which deletes it not only from | |
| 101 | -their own browser but also propagates the removal to all connected | |
| 102 | -clients the next time they poll for new messages. | |
| 99 | +is reloaded. The user who posted a given message, or any Admin users, | |
| 100 | +may additionally choose to globally delete a message from the chat | |
| 101 | +record, which deletes it not only from their own browser but also | |
| 102 | +propagates the removal to all connected clients the next time they | |
| 103 | +poll for new messages. | |
| 103 | 104 | |
| 104 | 105 | ## Implementation Details |
| 105 | 106 | |
| 106 | 107 | *You do not need to understand how Fossil chat works in order to use it. |
| 107 | 108 | But many developers prefer to know how their tools work. |
| 108 | 109 |
| --- www/chat.md | |
| +++ www/chat.md | |
| @@ -94,14 +94,15 @@ | |
| 94 | ### Deletion of Messages |
| 95 | |
| 96 | Any user may *locally* delete a given message by clicking on the "tab" |
| 97 | at the top of the message and clicking the button which appears. Such |
| 98 | deletions are local-only, and the messages will reappear if the page |
| 99 | is reloaded. Admin users may additionally choose to globally |
| 100 | delete a message from the chat record, which deletes it not only from |
| 101 | their own browser but also propagates the removal to all connected |
| 102 | clients the next time they poll for new messages. |
| 103 | |
| 104 | ## Implementation Details |
| 105 | |
| 106 | *You do not need to understand how Fossil chat works in order to use it. |
| 107 | But many developers prefer to know how their tools work. |
| 108 |
| --- www/chat.md | |
| +++ www/chat.md | |
| @@ -94,14 +94,15 @@ | |
| 94 | ### Deletion of Messages |
| 95 | |
| 96 | Any user may *locally* delete a given message by clicking on the "tab" |
| 97 | at the top of the message and clicking the button which appears. Such |
| 98 | deletions are local-only, and the messages will reappear if the page |
| 99 | is reloaded. The user who posted a given message, or any Admin users, |
| 100 | may additionally choose to globally delete a message from the chat |
| 101 | record, which deletes it not only from their own browser but also |
| 102 | propagates the removal to all connected clients the next time they |
| 103 | poll for new messages. |
| 104 | |
| 105 | ## Implementation Details |
| 106 | |
| 107 | *You do not need to understand how Fossil chat works in order to use it. |
| 108 | But many developers prefer to know how their tools work. |
| 109 |