mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-20 03:47:01 -04:00
Updates
This commit is contained in:
parent
268e053d68
commit
7da91d94d8
77 changed files with 3175 additions and 1964 deletions
|
@ -99,7 +99,6 @@ function MessagePreview({ channelId, messageId }) {
|
|||
|
||||
function useMessage(channelId, messageId) {
|
||||
const cachedMessage = useStateFromStores(
|
||||
// @ts-ignore
|
||||
[MessageStore],
|
||||
() => MessageStore.getMessage(channelId, messageId)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue