From 4a69b0a4baa6f4173b788556c4309ac2720172c3 Mon Sep 17 00:00:00 2001 From: n9k Date: Thu, 14 Jul 2022 16:33:51 +0000 Subject: [PATCH] Typo --- anonstream/static/anonstream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anonstream/static/anonstream.js b/anonstream/static/anonstream.js index 40b6c2c..76ca2a1 100644 --- a/anonstream/static/anonstream.js +++ b/anonstream/static/anonstream.js @@ -689,7 +689,7 @@ const on_websocket_message = async (event) => { // chat form submit button chat_form_submit.disabled = false; - // remove messages the server isn't acknowledging the existance of + // remove messages the server isn't acknowledging the existence of const seqs = new Set(receipt.messages.map((message) => {return message.seq;})); const to_delete = []; for (const chat_message of chat_messages.children) {