Skip to content

Commit a05d29e

Browse files
committed
feat(bluesky): Updates the Session dataclass
1 parent 15fdc10 commit a05d29e

File tree

2 files changed

+577
-206
lines changed

2 files changed

+577
-206
lines changed

bc/channel/utils/connectors/bluesky_api/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ class Session:
1212
email: str
1313
emailConfirmed: bool
1414
emailAuthFactor: bool
15+
active: bool
16+
status: str = ""
1517

1618

1719
@dataclass

0 commit comments

Comments
 (0)