mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 20:32:50 +02:00
Hopefully prevent checkMissed errors from crashing
This commit is contained in:
parent
a3e94a215a
commit
85269ea153
2 changed files with 9 additions and 4 deletions
|
@ -232,7 +232,7 @@ async function syncSpaceExpressions(data, checkBeforeSync) {
|
|||
}
|
||||
if (isDeepStrictEqual(existing, content)) return
|
||||
}
|
||||
api.sendState(spaceID, "im.ponies.room_emotes", eventKey, content)
|
||||
await api.sendState(spaceID, "im.ponies.room_emotes", eventKey, content)
|
||||
}
|
||||
|
||||
await update(spaceID, "emojis", "moe.cadence.ooye.pack.emojis", expression.emojisToState)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue