fixed non-public room infinite loading

This commit is contained in:
namushka 2024-06-14 18:40:02 +03:00
parent 0d97b7765a
commit 4d5c8b3cb1
No known key found for this signature in database

View File

@ -91,6 +91,7 @@ const History = ({
const historyWithLinks = addLinksToHistory(data, links);
return historyWithLinks;
}
return data;
})
.then((data) => {
if (isMount.current)