There was an error while loading. Please reload this page.
2 parents f0476be + af0dada commit 02bee14Copy full SHA for 02bee14
1 file changed
Sources/ATProtoKit/Models/Lexicons/chat.bsky/Convo/ChatBskyConvoDefs.swift
@@ -217,7 +217,7 @@ extension ChatBskyLexicon.Conversation {
217
let type = try container.decodeIfPresent(String.self, forKey: .type)
218
219
switch type {
220
- case "app.bsky.embed.record":
+ case "app.bsky.embed.record", "app.bsky.embed.record#view":
221
self = .recordView(try AppBskyLexicon.Embed.RecordDefinition.View(from: decoder))
222
default:
223
let singleValueDecodingContainer = try decoder.singleValueContainer()
0 commit comments