Fix crypto module

This commit is contained in:
2025-08-26 19:15:33 +03:00
Unverified
parent 1fb01a4404
commit ebeeaa29a6
2 changed files with 7 additions and 4 deletions
+3 -1
View File
@@ -226,7 +226,9 @@ async function loadUsers() {
if (env.senderId === activeDm.userId && env.id > maxIncomingId) {
maxIncomingId = env.id;
}
} catch {}
} catch (e) {
console.error("Error while loading message:", e);
}
}
container.scrollTop = container.scrollHeight;
if (maxIncomingId > 0) {