Skip to content

Commit 7c7d122

Browse files
committed
Change string value of StatusRecord.status
1 parent 50048ab commit 7c7d122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ATProtoKit/Models/Lexicons/app.bsky/Actor/AppBskyActorStatus.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ extension AppBskyLexicon.Actor {
8282
///
8383
/// - Note: According to the AT Protocol specifications: "Advertises an account as currently
8484
/// offering live content."
85-
case live = "live"
85+
case live = "app.bsky.actor.status#live"
8686
}
8787

8888
// Unions

0 commit comments

Comments
 (0)