Left Column / Update Telegram: Ignore cache

This commit is contained in:
Alexander Zinchuk 2022-09-14 00:53:12 +02:00
parent 81605e55c9
commit 98c82ed2ec

View File

@ -408,7 +408,7 @@ addActionHandler('updateLastRenderedCustomEmojis', (global, actions, payload) =>
addActionHandler('checkAppVersion', () => {
const APP_VERSION_REGEX = /^\d+\.\d+(\.\d+)?$/;
fetch(APP_VERSION_URL)
fetch(`${APP_VERSION_URL}?${Date.now()}`)
.then((response) => {
return response.text();
}).then((version) => {