forked from retoor/snek
Whop.
This commit is contained in:
@@ -102,7 +102,7 @@ function updateTimes() {
|
||||
let text = messageDiv.querySelector(".text").innerText;
|
||||
const time = document.createElement("span");
|
||||
time.innerText = app.timeDescription(container.dataset.created_at);
|
||||
messageDiv.querySelectorAll("img").forEach(img => {
|
||||
messageDiv.querySelector(".text").querySelectorAll("img").forEach(img => {
|
||||
text += " " + img.src
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user