We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be24535 commit 5bcb2dfCopy full SHA for 5bcb2df
src/chat/chatLogic.js
@@ -81,7 +81,7 @@ export class ChatChannel {
81
}
82
83
/* Mark a message as deleted
84
- * Wee add a new version of the message,m witha deletion flag (deletion date)
+ * We add a new version of the message, with a deletion flag (deletion date)
85
* so that the deletion can be revoked by adding another non-deleted update
86
*/
87
async deleteMessage (message) {
0 commit comments