fix showing edited messages

This commit is contained in:
2025-03-10 19:45:05 +02:00
committed by Nicola Benaglia
parent 15f15f8172
commit f65e4e92ce
2 changed files with 6 additions and 2 deletions

View File

@@ -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/${