Added image reply.

This commit is contained in:
retoor 2025-06-27 17:36:27 +02:00
parent c087832b74
commit d21201cdce

View File

@ -103,7 +103,7 @@ function updateTimes() {
const time = document.createElement("span");
time.innerText = app.timeDescription(container.dataset.created_at);
messageDiv.querySelectorAll("img").forEach(img => {
text += " " + '![Replied image](' + img.src + ')';
text += " " + img.src
})