Skip to content

Commit

Permalink
Add identity firehose message (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Mar 4, 2024
1 parent 6484a02 commit fa208c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/atproto_firehose/firehose.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'#migrate': models.ComAtprotoSyncSubscribeRepos.Migrate,
'#tombstone': models.ComAtprotoSyncSubscribeRepos.Tombstone,
'#info': models.ComAtprotoSyncSubscribeRepos.Info,
'#identity': models.ComAtprotoSyncSubscribeRepos.Identity,
}
_SUBSCRIBE_LABELS_MESSAGE_TYPE_TO_MODEL = {
'#label': models.ComAtprotoLabelSubscribeLabels.Labels,
Expand All @@ -29,6 +30,7 @@
models.ComAtprotoSyncSubscribeRepos.Migrate,
models.ComAtprotoSyncSubscribeRepos.Tombstone,
models.ComAtprotoSyncSubscribeRepos.Info,
models.ComAtprotoSyncSubscribeRepos.Identity,
]
#: Subscribe Labels Message
SubscribeLabelsMessage = t.Union[
Expand Down

0 comments on commit fa208c6

Please sign in to comment.