We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9295a commit 579977aCopy full SHA for 579977a
packages/atproto_firehose/firehose.py
@@ -23,6 +23,7 @@
23
'#info': models.ComAtprotoSyncSubscribeRepos.Info,
24
'#identity': models.ComAtprotoSyncSubscribeRepos.Identity, # DEPRECATED
25
'#account': models.ComAtprotoSyncSubscribeRepos.Account,
26
+ '#sync': models.ComAtprotoSyncSubscribeRepos.Sync,
27
}
28
_SUBSCRIBE_LABELS_MESSAGE_TYPE_TO_MODEL = {
29
'#labels': models.ComAtprotoLabelSubscribeLabels.Labels,
@@ -37,6 +38,8 @@
37
38
models.ComAtprotoSyncSubscribeRepos.Tombstone,
39
models.ComAtprotoSyncSubscribeRepos.Info,
40
models.ComAtprotoSyncSubscribeRepos.Identity,
41
+ models.ComAtprotoSyncSubscribeRepos.Account,
42
+ models.ComAtprotoSyncSubscribeRepos.Sync,
43
]
44
#: Subscribe Labels Message
45
SubscribeLabelsMessage = t.Union[
0 commit comments