mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 14:34:32 +00:00
googlechat: implement typing indicator via message editing
This commit is contained in:
committed by
Peter Steinberger
parent
70e7034a1c
commit
c64184fcfa
@@ -321,6 +321,7 @@ export const GoogleChatAccountSchema = z
|
||||
.strict()
|
||||
.optional(),
|
||||
dm: GoogleChatDmSchema.optional(),
|
||||
typingIndicator: z.enum(["none", "message", "reaction"]).optional(),
|
||||
})
|
||||
.strict();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user