set last message fix

This commit is contained in:
Peter Maquiran
2024-09-10 21:45:46 +01:00
parent 3f4a19c205
commit ec9f388b14
8 changed files with 112 additions and 62 deletions
@@ -13,6 +13,7 @@ export const MessageGetAllByRoomIdUseCaseOutputSchema = z.object({
data: z.object({
id: z.string(),
roomId: z.string(),
isDeleted: z.boolean(),
sender: z.object({
wxUserId: z.number(),
wxFullName: z.string(),