mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-23 03:25:07 +03:00
Fix crypto module
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user