Fix loading of older messages in message history #56

Merged
sauceyred merged 6 commits from fix/old-messages-loading into main 2025-08-03 18:07:47 +00:00
Showing only changes of commit c1c3c55e56 - Show all commits

View file

@ -126,9 +126,6 @@ onMounted(async () => {
}
if (mediaLinks.length) {
hasEmbed.value = true
setTimeout(() => {
scrollToBottom(document.getElementById("messages") as HTMLDivElement);
}, 500);
};
} catch (error) {
console.error(error);