Added image reply.
This commit is contained in:
parent
c087832b74
commit
d21201cdce
@ -103,7 +103,7 @@ function updateTimes() {
|
|||||||
const time = document.createElement("span");
|
const time = document.createElement("span");
|
||||||
time.innerText = app.timeDescription(container.dataset.created_at);
|
time.innerText = app.timeDescription(container.dataset.created_at);
|
||||||
messageDiv.querySelectorAll("img").forEach(img => {
|
messageDiv.querySelectorAll("img").forEach(img => {
|
||||||
text += " " + '';
|
text += " " + img.src
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user