perf(api,frontend): index hot queries, paginate chats, fix realtime

This commit is contained in:
hh
2026-08-06 01:52:41 +02:00
parent 9d767d2531
commit 525ce024bc
27 changed files with 831 additions and 268 deletions
@@ -11,6 +11,7 @@
if (accounts.selectedId === null) {
return;
}
chats.ensure(chatId);
chats.enrich(chatId);
});
</script>