From b6bf86c2e3c05a52595ce024d0bb2e9759479c06 Mon Sep 17 00:00:00 2001 From: defispartan Date: Fri, 12 Jul 2024 14:28:12 -0500 Subject: [PATCH] feat: add frameEmbed to publication common metadata --- src/publication/common/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/publication/common/index.ts b/src/publication/common/index.ts index 4b235c98..448a9c7a 100644 --- a/src/publication/common/index.ts +++ b/src/publication/common/index.ts @@ -74,6 +74,10 @@ export type PublicationMetadataCommon = { * Specify a content warning. */ contentWarning?: PublicationContentWarning; + /** + * Does publication contain OpenFrame tags compatible with Lens applications: of:accepts:lens or of:accepts:anonymous + */ + frameEmbed?: boolean; }; const PublicationMetadataCommonSchema = z.object({