fix your own chat messages disappearing
This commit is contained in:
parent
fdfb8810c1
commit
2427757184
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ const clear = (storage) => {
|
|||
failedMessageIds.push(message.id)
|
||||
} else {
|
||||
delete storage.idIndex[message.id]
|
||||
delete storage.idempotencyKeyIndex[message.id]
|
||||
delete storage.idempotencyKeyIndex[message.idempotency_key]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue