forked from retoor/snek
Added image reply.
This commit is contained in:
@@ -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 += " " + '';
|
||||
text += " " + img.src
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user