Browse Source

Prettified Code!

pull/1356/head
gabek 4 years ago committed by GitHub Action
parent
commit
66259ed229
  1. 5
      webroot/js/components/chat/chat.js

5
webroot/js/components/chat/chat.js

@ -5,10 +5,7 @@ const html = htm.bind(h); @@ -5,10 +5,7 @@ const html = htm.bind(h);
import Message from './message.js';
import ChatInput from './chat-input.js';
import { CALLBACKS, SOCKET_MESSAGE_TYPES } from '../../utils/websocket.js';
import {
jumpToBottom,
debounce,
} from '../../utils/helpers.js';
import { jumpToBottom, debounce } from '../../utils/helpers.js';
import { extraUserNamesFromMessageHistory } from '../../utils/chat.js';
import {
URL_CHAT_HISTORY,

Loading…
Cancel
Save