fix chat message sending not working

This commit is contained in:
Henry Jameson 2026-07-08 17:49:43 +03:00
commit bb4eb33c85
3 changed files with 4 additions and 3 deletions

View file

@ -382,7 +382,7 @@ const Chat = {
if (retriesLeft <= 0) return
sendChatMessage({
params,
...params,
credentials: useOAuthStore().token,
})
.then(({ data }) => {