Update types for message.errors

Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-02-26 16:52:52 -06:00
committed by GitHub
parent 81ce4bf241
commit 442bdb7e02
7 changed files with 9 additions and 9 deletions

View File

@@ -5824,7 +5824,7 @@ function getSortedNonAttachmentMedia(
receivedAt: row.received_at,
receivedAtMs: row.received_at_ms ?? undefined,
sentAt: row.sent_at,
errors: row.errors,
errors: dropNull(row.errors),
sendStateByConversationId: row.sendStateByConversationId,
readStatus: row.readStatus,
isErased: !!row.isErased,