Automatically reoopen conversations on page reload

This commit is contained in:
2020-04-10 13:51:36 +02:00
parent 119a6f1626
commit c3226a4fe1
7 changed files with 178 additions and 6 deletions

View File

@ -223,7 +223,7 @@ class Dev {
"css/components/incognito/ui.css",
//Calls component
"css/components/calls/window.css",
//Sidebar component
"css/components/sidebar.css",
@ -299,6 +299,7 @@ class Dev {
//Utilities
"js/common/utils.js",
"js/common/customEvents.js",
//Functions schema
"js/common/functionsSchema.js",