From 99d16567926f5055c14c600578587465d8bf8ca9 Mon Sep 17 00:00:00 2001 From: Thomas 'elfprince13' Dickerson Date: Fri, 10 May 2024 09:10:24 -0400 Subject: [PATCH] Oops, forgot to add flickr to the persisted externalEmbeds schema --- src/state/persisted/schema.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/state/persisted/schema.ts b/src/state/persisted/schema.ts index 77a79b78e4..1860d34de2 100644 --- a/src/state/persisted/schema.ts +++ b/src/state/persisted/schema.ts @@ -65,6 +65,7 @@ export const schema = z.object({ spotify: z.enum(externalEmbedOptions).optional(), appleMusic: z.enum(externalEmbedOptions).optional(), soundcloud: z.enum(externalEmbedOptions).optional(), + flickr: z.enum(externalEmbedOptions).optional(), }) .optional(), mutedThreads: z.array(z.string()), // should move to server