1
0
Fork 1

fix: only fetch rest of rooms on index

remotes/1715175271555336803/main
gravel 4 months ago
parent a70a566309
commit 8efe83faff
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -147,6 +147,7 @@ function addInformativeInteractions() {
}
async function fetchTableRestFragment() {
if (location.pathname != "/") return;
const request = await fetch("/_fragment/rest/");
const html = await request.text();
const tableBody = dom.tbl_communities()?.querySelector("tbody")