cloud fixes

This commit is contained in:
SPRINX0\prochazka
2025-05-26 17:24:13 +02:00
parent d26db7096d
commit f94bf3f8ce
3 changed files with 13 additions and 7 deletions

View File

@@ -159,6 +159,10 @@ module.exports = {
'connection'
);
if (resp.apiErrorMessage) {
return resp;
}
removeCloudCachedConnection(folid, resp.cntid);
cntid = resp.cntid;
socket.emitChanged('cloud-content-changed');