diff --git a/server/public/home.html b/server/public/home.html index 609ca72..b147b33 100644 --- a/server/public/home.html +++ b/server/public/home.html @@ -790,7 +790,7 @@
- @@ -1825,7 +1825,7 @@ async function openConvo(kind,id){ if(bub && !already && !bub.classList.contains('deleted')) bub.classList.add('show-actions'); }); if(box) box.addEventListener('scroll', onMsgsScroll); - if(box) enablePullRefresh(box, reloadThread); // pull down at the top to refresh the conversation + if(box) enablePullRefresh(box, loadOlder); // pull down at the top loads OLDER history (or no-ops); never jumps to the newest/bottom const jl=document.getElementById('jumpLatest'); if(jl) jl.onclick=()=>{ const b=document.getElementById('msgs'); if(b) b.scrollTop=b.scrollHeight; }; composeMentions=new Map(); convoMembers=[]; // Synchronous render from cache (within the click's activation → paints immediately, even