From 9101cbeb4f40aada891da845f8a4eed90c2c3f67 Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Fri, 27 Sep 2024 01:28:16 +0300 Subject: [PATCH] [all] Fix connection restore after idle timeout in case of disabled jwt --- common/docscoapi.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/docscoapi.js b/common/docscoapi.js index 7a3d9544e3..1c88e22896 100644 --- a/common/docscoapi.js +++ b/common/docscoapi.js @@ -910,6 +910,7 @@ }; DocsCoApi.prototype.connect = function() { + this.isCloseCoAuthoring = false; this.socketio.connect(); };