mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 10:57:04 -04:00
Fix?
This commit is contained in:
parent
2fb4fca576
commit
515a873d1b
2 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ async function messageUpdateHandler(payload: MessageUpdatePayload) {
|
|||
...(cachedMessage.editHistory ?? []),
|
||||
{
|
||||
content: cachedMessage.content,
|
||||
timestamp: (new Date()).toISOString()
|
||||
timestamp: new Date().toISOString()
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue