fix: preserve channel message delivery

This commit is contained in:
lofyer
2026-08-13 02:09:09 +08:00
parent 67cb69f07d
commit 980f3a0c8f
15 changed files with 586 additions and 130 deletions
+1
View File
@@ -105,6 +105,7 @@ export const channelInboundTextSchema = z
.trim()
.min(1)
.max(CHANNEL_LIMITS.maximumChannelLength),
accountId: channelIdentifierSchema.default('default'),
eventId: z
.string()
.trim()