added publishing and deleting of images

This commit is contained in:
2025-05-11 15:04:11 +03:00
parent 380e7d2387
commit 4767ddd9fa
7 changed files with 212 additions and 40 deletions

View File

@@ -292,6 +292,11 @@ export const ChatList = ({
message.editTimestamp =
chatReferences[message.signature]?.edit?.timestamp;
}
if (chatReferences[message.signature]?.edit?.images) {
message.images =
chatReferences[message.signature]?.edit?.images;
message.isEdit = true;
}
}
// Check if message is updating