Merge branch 'main' into highlight-reply
Some checks are pending
ci/woodpecker/push/build-and-publish Pipeline is pending
ci/woodpecker/pr/build-and-publish Pipeline is pending

This commit is contained in:
SauceyRed 2025-08-04 03:56:07 +02:00
commit e111b79846
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7
2 changed files with 6 additions and 20 deletions

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);