enable publicChats autorefresh

pull/8376/head
Thibault Duplessis 2021-03-15 12:02:32 +01:00
parent 25eeadbb3c
commit feafca7913
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { text, form } from 'common/xhr';
import modal from 'common/modal';
lichess.load.then(() => {
let autoRefreshEnabled = false;
let autoRefreshEnabled = true;
let autoRefreshOnHold = false;
const renderButton = () =>