From 69f0fd921ad3fcc95eedb6c6e8ccb007091e2127 Mon Sep 17 00:00:00 2001 From: Julia Lange Date: Fri, 21 Mar 2025 19:53:45 -0700 Subject: [PATCH] lexicon, session: use strongRef instead of union --- lexicons/me/woach/feed/session.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lexicons/me/woach/feed/session.json b/lexicons/me/woach/feed/session.json index 40ddeb8..a7979c7 100644 --- a/lexicons/me/woach/feed/session.json +++ b/lexicons/me/woach/feed/session.json @@ -10,12 +10,7 @@ "type": "object", "required": ["content", "createdAt"], "properties": { - "content": { - "type": "union", - "refs": [ - "me.woach.content.anilist" - ] - }, + "content": { "type": "ref", "ref": "com.atproto.repo.strongRef" }, "label": { "type": "string", "maxGraphemes": 64,