mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-08-01 18:23:31 +00:00
fix showing edited messages
This commit is contained in:
@@ -102,7 +102,7 @@ const htmlText = useMemo(()=> {
|
||||
])
|
||||
}
|
||||
|
||||
}, [])
|
||||
}, [message?.editTimestamp])
|
||||
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ const htmlReply = useMemo(()=> {
|
||||
])
|
||||
}
|
||||
|
||||
}, [])
|
||||
}, [reply?.editTimestamp])
|
||||
|
||||
const userAvatarUrl = useMemo(()=> {
|
||||
return message?.senderName ? `${getBaseApiReact()}/arbitrary/THUMBNAIL/${
|
||||
|
Reference in New Issue
Block a user