mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-30 13:41:45 +00:00
added publishing and deleting of images
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user