Skip to content

Commit 73d7251

Browse files
committed
feat: add icon_url to the author in embeds
1 parent eb5fda8 commit 73d7251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/utils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ export const zEmbedInput = z.object({
262262
z.object({
263263
name: z.string(),
264264
url: z.string().optional(),
265+
icon_url: z.string().optional(),
265266
width: z.number().optional(),
266267
height: z.number().optional(),
267268
}),

0 commit comments

Comments
 (0)