diff --git a/packages/atproto_firehose/firehose.py b/packages/atproto_firehose/firehose.py index d509908c..7af8ab43 100644 --- a/packages/atproto_firehose/firehose.py +++ b/packages/atproto_firehose/firehose.py @@ -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, @@ -29,6 +30,7 @@ models.ComAtprotoSyncSubscribeRepos.Migrate, models.ComAtprotoSyncSubscribeRepos.Tombstone, models.ComAtprotoSyncSubscribeRepos.Info, + models.ComAtprotoSyncSubscribeRepos.Identity, ] #: Subscribe Labels Message SubscribeLabelsMessage = t.Union[