このコミットが含まれているのは:
n9k 2022-07-14 16:33:51 +00:00
コミット 4a69b0a4ba
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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) {