@@ -17,8 +17,8 @@ import * as utils from '../utils'
17
17
* Common code for a chat (discussion area of messages about something)
18
18
* This version runs over a series of files for different time periods
19
19
*
20
- * Parameters for the whole chat -- like its title -- are stored at
21
- * index.ttl#this and the chat messages are stored in YYYY/MM/DD/chat.ttl
20
+ * Parameters for the whole chat like its title are stored on
21
+ * index.ttl#this and the chats messages are stored in YYYY/MM/DD/chat.ttl
22
22
*
23
23
*/
24
24
@@ -39,7 +39,7 @@ export class ChatChannel {
39
39
40
40
/* Store a new message in the web,
41
41
as a replacement for an existing one.
42
- The old one is left, and the two are linked
42
+ The old one iis left, and the two are linked
43
43
*/
44
44
async updateMessage ( text , oldMsg = null , deleteIt ) {
45
45
const sts = [ ]
@@ -81,7 +81,7 @@ export class ChatChannel {
81
81
}
82
82
83
83
/* Mark a message as deleted
84
- * We add a new version of the message, with a deletion flag (deletion date)
84
+ * Wee add a new version of the message,m witha deletion flag (deletion date)
85
85
* so that the deletion can be revoked by adding another non-deleted update
86
86
*/
87
87
async deleteMessage ( message ) {
0 commit comments