Merge branch 'dev' into main

This commit is contained in:
byeoon 2024-06-07 22:20:24 -04:00 committed by GitHub
commit 7a1a9d20e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,7 +147,7 @@ export default definePlugin({
[MessageStore], [MessageStore],
() => MessageStore.getMessage(channelId, messageId) as MLMessage, () => MessageStore.getMessage(channelId, messageId) as MLMessage,
null, null,
(oldMsg, newMsg) => oldMsg.editHistory === newMsg.editHistory (oldMsg, newMsg) => oldMsg?.editHistory === newMsg?.editHistory
); );
return ( return (