Skip to content

Commit 49639c3

Browse files
authored
Merge pull request #547 from freelawproject/546-adds-new-fields-to-session-dataclass
feat(bluesky): Updates the Session dataclass
2 parents af709be + 0d400f3 commit 49639c3

File tree

1 file changed

+2
-0
lines changed
  • bc/channel/utils/connectors/bluesky_api

1 file changed

+2
-0
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)