Move receipt queues into conversation queue to handle 428s
This commit is contained in:
parent
3776a04c0b
commit
2bbcc4676e
20 changed files with 981 additions and 223 deletions
|
@ -5,6 +5,7 @@ import { z } from 'zod';
|
|||
|
||||
export const receiptSchema = z.object({
|
||||
messageId: z.string(),
|
||||
conversationId: z.string(),
|
||||
senderE164: z.string().optional(),
|
||||
senderUuid: z.string().optional(),
|
||||
timestamp: z.number(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue