@atproto/bsky 0.0.166 → 0.0.167
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/api/app/bsky/notification/listActivitySubscriptions.d.ts +4 -0
- package/dist/api/app/bsky/notification/listActivitySubscriptions.d.ts.map +1 -0
- package/dist/api/app/bsky/notification/listActivitySubscriptions.js +63 -0
- package/dist/api/app/bsky/notification/listActivitySubscriptions.js.map +1 -0
- package/dist/api/app/bsky/notification/putActivitySubscription.d.ts +4 -0
- package/dist/api/app/bsky/notification/putActivitySubscription.d.ts.map +1 -0
- package/dist/api/app/bsky/notification/putActivitySubscription.js +63 -0
- package/dist/api/app/bsky/notification/putActivitySubscription.js.map +1 -0
- package/dist/api/app/bsky/notification/putPreferencesV2.d.ts.map +1 -1
- package/dist/api/app/bsky/notification/putPreferencesV2.js +2 -1
- package/dist/api/app/bsky/notification/putPreferencesV2.js.map +1 -1
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +4 -0
- package/dist/api/index.js.map +1 -1
- package/dist/data-plane/bsync/index.d.ts.map +1 -1
- package/dist/data-plane/bsync/index.js +52 -38
- package/dist/data-plane/bsync/index.js.map +1 -1
- package/dist/data-plane/server/db/database-schema.d.ts +2 -1
- package/dist/data-plane/server/db/database-schema.d.ts.map +1 -1
- package/dist/data-plane/server/db/migrations/20250611T140649895Z-add-activity-subscription.d.ts +4 -0
- package/dist/data-plane/server/db/migrations/20250611T140649895Z-add-activity-subscription.d.ts.map +1 -0
- package/dist/data-plane/server/db/migrations/20250611T140649895Z-add-activity-subscription.js +24 -0
- package/dist/data-plane/server/db/migrations/20250611T140649895Z-add-activity-subscription.js.map +1 -0
- package/dist/data-plane/server/db/migrations/index.d.ts +1 -0
- package/dist/data-plane/server/db/migrations/index.d.ts.map +1 -1
- package/dist/data-plane/server/db/migrations/index.js +2 -1
- package/dist/data-plane/server/db/migrations/index.js.map +1 -1
- package/dist/data-plane/server/db/pagination.d.ts +22 -0
- package/dist/data-plane/server/db/pagination.d.ts.map +1 -1
- package/dist/data-plane/server/db/pagination.js +30 -1
- package/dist/data-plane/server/db/pagination.js.map +1 -1
- package/dist/data-plane/server/db/tables/activity-subscription.d.ts +13 -0
- package/dist/data-plane/server/db/tables/activity-subscription.d.ts.map +1 -0
- package/dist/data-plane/server/db/tables/activity-subscription.js +5 -0
- package/dist/data-plane/server/db/tables/activity-subscription.js.map +1 -0
- package/dist/data-plane/server/indexing/index.d.ts +2 -0
- package/dist/data-plane/server/indexing/index.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/index.js +2 -0
- package/dist/data-plane/server/indexing/index.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/notif-declaration.d.ts +7 -0
- package/dist/data-plane/server/indexing/plugins/notif-declaration.d.ts.map +1 -0
- package/dist/data-plane/server/indexing/plugins/notif-declaration.js +72 -0
- package/dist/data-plane/server/indexing/plugins/notif-declaration.js.map +1 -0
- package/dist/data-plane/server/routes/activity-subscription.d.ts +6 -0
- package/dist/data-plane/server/routes/activity-subscription.d.ts.map +1 -0
- package/dist/data-plane/server/routes/activity-subscription.js +67 -0
- package/dist/data-plane/server/routes/activity-subscription.js.map +1 -0
- package/dist/data-plane/server/routes/index.js +2 -2
- package/dist/data-plane/server/routes/index.js.map +1 -1
- package/dist/data-plane/server/routes/notifs.d.ts +3 -0
- package/dist/data-plane/server/routes/notifs.d.ts.map +1 -1
- package/dist/data-plane/server/routes/notifs.js +64 -0
- package/dist/data-plane/server/routes/notifs.js.map +1 -1
- package/dist/data-plane/server/routes/profile.d.ts.map +1 -1
- package/dist/data-plane/server/routes/profile.js +20 -1
- package/dist/data-plane/server/routes/profile.js.map +1 -1
- package/dist/data-plane/server/routes/records.d.ts.map +1 -1
- package/dist/data-plane/server/routes/records.js +1 -0
- package/dist/data-plane/server/routes/records.js.map +1 -1
- package/dist/data-plane/server/util.d.ts +6 -6
- package/dist/hydration/actor.d.ts +20 -6
- package/dist/hydration/actor.d.ts.map +1 -1
- package/dist/hydration/actor.js +44 -1
- package/dist/hydration/actor.js.map +1 -1
- package/dist/hydration/hydrator.d.ts +4 -3
- package/dist/hydration/hydrator.d.ts.map +1 -1
- package/dist/hydration/hydrator.js +16 -2
- package/dist/hydration/hydrator.js.map +1 -1
- package/dist/hydration/util.d.ts +4 -0
- package/dist/hydration/util.d.ts.map +1 -1
- package/dist/hydration/util.js +3 -1
- package/dist/hydration/util.js.map +1 -1
- package/dist/lexicon/lexicons.d.ts +4 -0
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +2 -0
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/proto/bsky_connect.d.ts +28 -1
- package/dist/proto/bsky_connect.d.ts.map +1 -1
- package/dist/proto/bsky_connect.js +27 -0
- package/dist/proto/bsky_connect.js.map +1 -1
- package/dist/proto/bsky_pb.d.ts +189 -0
- package/dist/proto/bsky_pb.d.ts.map +1 -1
- package/dist/proto/bsky_pb.js +598 -5
- package/dist/proto/bsky_pb.js.map +1 -1
- package/dist/stash.d.ts +1 -0
- package/dist/stash.d.ts.map +1 -1
- package/dist/stash.js +1 -0
- package/dist/stash.js.map +1 -1
- package/dist/views/index.d.ts +5 -3
- package/dist/views/index.d.ts.map +1 -1
- package/dist/views/index.js +29 -9
- package/dist/views/index.js.map +1 -1
- package/package.json +4 -4
- package/proto/bsky.proto +45 -0
- package/src/api/app/bsky/notification/listActivitySubscriptions.ts +110 -0
- package/src/api/app/bsky/notification/putActivitySubscription.ts +69 -0
- package/src/api/app/bsky/notification/putPreferencesV2.ts +2 -1
- package/src/api/index.ts +4 -0
- package/src/data-plane/bsync/index.ts +75 -44
- package/src/data-plane/server/db/database-schema.ts +3 -1
- package/src/data-plane/server/db/migrations/20250611T140649895Z-add-activity-subscription.ts +22 -0
- package/src/data-plane/server/db/migrations/index.ts +1 -0
- package/src/data-plane/server/db/pagination.ts +37 -0
- package/src/data-plane/server/db/tables/activity-subscription.ts +12 -0
- package/src/data-plane/server/indexing/index.ts +3 -0
- package/src/data-plane/server/indexing/plugins/notif-declaration.ts +59 -0
- package/src/data-plane/server/routes/activity-subscription.ts +83 -0
- package/src/data-plane/server/routes/index.ts +2 -2
- package/src/data-plane/server/routes/notifs.ts +95 -0
- package/src/data-plane/server/routes/profile.ts +33 -1
- package/src/data-plane/server/routes/records.ts +4 -0
- package/src/hydration/actor.ts +97 -10
- package/src/hydration/hydrator.ts +32 -6
- package/src/hydration/util.ts +8 -0
- package/src/lexicon/lexicons.ts +4 -0
- package/src/proto/bsky_connect.ts +33 -0
- package/src/proto/bsky_pb.ts +648 -0
- package/src/stash.ts +6 -1
- package/src/views/index.ts +48 -11
- package/tests/__snapshots__/feed-generation.test.ts.snap +213 -0
- package/tests/data-plane/__snapshots__/indexing.test.ts.snap +88 -0
- package/tests/views/__snapshots__/author-feed.test.ts.snap +498 -0
- package/tests/views/__snapshots__/block-lists.test.ts.snap +56 -0
- package/tests/views/__snapshots__/blocks.test.ts.snap +28 -0
- package/tests/views/__snapshots__/follows.test.ts.snap +170 -0
- package/tests/views/__snapshots__/labeler-service.test.ts.snap +15 -0
- package/tests/views/__snapshots__/likes.test.ts.snap +23 -0
- package/tests/views/__snapshots__/list-feed.test.ts.snap +68 -0
- package/tests/views/__snapshots__/lists.test.ts.snap +120 -0
- package/tests/views/__snapshots__/mute-lists.test.ts.snap +63 -0
- package/tests/views/__snapshots__/mutes.test.ts.snap +55 -0
- package/tests/views/__snapshots__/notifications.test.ts.snap +299 -0
- package/tests/views/__snapshots__/posts.test.ts.snap +58 -0
- package/tests/views/__snapshots__/profile.test.ts.snap +74 -0
- package/tests/views/__snapshots__/quotes.test.ts.snap +35 -0
- package/tests/views/__snapshots__/reposts.test.ts.snap +26 -0
- package/tests/views/__snapshots__/starter-packs.test.ts.snap +113 -0
- package/tests/views/__snapshots__/thread-v2.test.ts.snap +115 -0
- package/tests/views/__snapshots__/thread.test.ts.snap +145 -0
- package/tests/views/__snapshots__/timeline.test.ts.snap +566 -0
- package/tests/views/notifications.test.ts +355 -19
- package/tsconfig.build.tsbuildinfo +1 -1
- package/dist/data-plane/server/routes/private-data.d.ts +0 -9
- package/dist/data-plane/server/routes/private-data.d.ts.map +0 -1
- package/dist/data-plane/server/routes/private-data.js +0 -65
- package/dist/data-plane/server/routes/private-data.js.map +0 -1
- package/src/data-plane/server/routes/private-data.ts +0 -95
|
@@ -9,6 +9,11 @@ Object {
|
|
|
9
9
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
10
10
|
"post": Object {
|
|
11
11
|
"author": Object {
|
|
12
|
+
"associated": Object {
|
|
13
|
+
"activitySubscription": Object {
|
|
14
|
+
"allowSubscriptions": "followers",
|
|
15
|
+
},
|
|
16
|
+
},
|
|
12
17
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
13
18
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
14
19
|
"did": "user(0)",
|
|
@@ -60,6 +65,11 @@ Object {
|
|
|
60
65
|
},
|
|
61
66
|
"post": Object {
|
|
62
67
|
"author": Object {
|
|
68
|
+
"associated": Object {
|
|
69
|
+
"activitySubscription": Object {
|
|
70
|
+
"allowSubscriptions": "followers",
|
|
71
|
+
},
|
|
72
|
+
},
|
|
63
73
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
64
74
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
65
75
|
"did": "user(2)",
|
|
@@ -146,6 +156,11 @@ Object {
|
|
|
146
156
|
},
|
|
147
157
|
"post": Object {
|
|
148
158
|
"author": Object {
|
|
159
|
+
"associated": Object {
|
|
160
|
+
"activitySubscription": Object {
|
|
161
|
+
"allowSubscriptions": "followers",
|
|
162
|
+
},
|
|
163
|
+
},
|
|
149
164
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
150
165
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
151
166
|
"did": "user(0)",
|
|
@@ -215,6 +230,11 @@ Object {
|
|
|
215
230
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
216
231
|
"post": Object {
|
|
217
232
|
"author": Object {
|
|
233
|
+
"associated": Object {
|
|
234
|
+
"activitySubscription": Object {
|
|
235
|
+
"allowSubscriptions": "followers",
|
|
236
|
+
},
|
|
237
|
+
},
|
|
218
238
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
219
239
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
220
240
|
"did": "user(0)",
|
|
@@ -267,6 +287,11 @@ Object {
|
|
|
267
287
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
268
288
|
"post": Object {
|
|
269
289
|
"author": Object {
|
|
290
|
+
"associated": Object {
|
|
291
|
+
"activitySubscription": Object {
|
|
292
|
+
"allowSubscriptions": "followers",
|
|
293
|
+
},
|
|
294
|
+
},
|
|
270
295
|
"did": "user(2)",
|
|
271
296
|
"handle": "carol.test",
|
|
272
297
|
"labels": Array [],
|
|
@@ -313,6 +338,11 @@ Object {
|
|
|
313
338
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
314
339
|
"post": Object {
|
|
315
340
|
"author": Object {
|
|
341
|
+
"associated": Object {
|
|
342
|
+
"activitySubscription": Object {
|
|
343
|
+
"allowSubscriptions": "followers",
|
|
344
|
+
},
|
|
345
|
+
},
|
|
316
346
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
317
347
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
318
348
|
"did": "user(3)",
|
|
@@ -398,6 +428,11 @@ Object {
|
|
|
398
428
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
399
429
|
"post": Object {
|
|
400
430
|
"author": Object {
|
|
431
|
+
"associated": Object {
|
|
432
|
+
"activitySubscription": Object {
|
|
433
|
+
"allowSubscriptions": "followers",
|
|
434
|
+
},
|
|
435
|
+
},
|
|
401
436
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
402
437
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
403
438
|
"did": "user(0)",
|
|
@@ -475,6 +510,11 @@ Object {
|
|
|
475
510
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
476
511
|
"post": Object {
|
|
477
512
|
"author": Object {
|
|
513
|
+
"associated": Object {
|
|
514
|
+
"activitySubscription": Object {
|
|
515
|
+
"allowSubscriptions": "followers",
|
|
516
|
+
},
|
|
517
|
+
},
|
|
478
518
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
479
519
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
480
520
|
"did": "user(0)",
|
|
@@ -527,6 +567,11 @@ Object {
|
|
|
527
567
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
528
568
|
"post": Object {
|
|
529
569
|
"author": Object {
|
|
570
|
+
"associated": Object {
|
|
571
|
+
"activitySubscription": Object {
|
|
572
|
+
"allowSubscriptions": "followers",
|
|
573
|
+
},
|
|
574
|
+
},
|
|
530
575
|
"did": "user(2)",
|
|
531
576
|
"handle": "carol.test",
|
|
532
577
|
"labels": Array [],
|
|
@@ -572,6 +617,11 @@ Object {
|
|
|
572
617
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
573
618
|
"post": Object {
|
|
574
619
|
"author": Object {
|
|
620
|
+
"associated": Object {
|
|
621
|
+
"activitySubscription": Object {
|
|
622
|
+
"allowSubscriptions": "followers",
|
|
623
|
+
},
|
|
624
|
+
},
|
|
575
625
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
576
626
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
577
627
|
"did": "user(3)",
|
|
@@ -666,6 +716,11 @@ Object {
|
|
|
666
716
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
667
717
|
"post": Object {
|
|
668
718
|
"author": Object {
|
|
719
|
+
"associated": Object {
|
|
720
|
+
"activitySubscription": Object {
|
|
721
|
+
"allowSubscriptions": "followers",
|
|
722
|
+
},
|
|
723
|
+
},
|
|
669
724
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
670
725
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
671
726
|
"did": "user(0)",
|
|
@@ -718,6 +773,11 @@ Object {
|
|
|
718
773
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
719
774
|
"post": Object {
|
|
720
775
|
"author": Object {
|
|
776
|
+
"associated": Object {
|
|
777
|
+
"activitySubscription": Object {
|
|
778
|
+
"allowSubscriptions": "followers",
|
|
779
|
+
},
|
|
780
|
+
},
|
|
721
781
|
"did": "user(2)",
|
|
722
782
|
"handle": "carol.test",
|
|
723
783
|
"labels": Array [],
|
|
@@ -763,6 +823,11 @@ Object {
|
|
|
763
823
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
764
824
|
"post": Object {
|
|
765
825
|
"author": Object {
|
|
826
|
+
"associated": Object {
|
|
827
|
+
"activitySubscription": Object {
|
|
828
|
+
"allowSubscriptions": "followers",
|
|
829
|
+
},
|
|
830
|
+
},
|
|
766
831
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
767
832
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
768
833
|
"did": "user(3)",
|
|
@@ -857,6 +922,11 @@ Object {
|
|
|
857
922
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
858
923
|
"post": Object {
|
|
859
924
|
"author": Object {
|
|
925
|
+
"associated": Object {
|
|
926
|
+
"activitySubscription": Object {
|
|
927
|
+
"allowSubscriptions": "followers",
|
|
928
|
+
},
|
|
929
|
+
},
|
|
860
930
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
861
931
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
862
932
|
"did": "user(0)",
|
|
@@ -908,6 +978,11 @@ Object {
|
|
|
908
978
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
909
979
|
"post": Object {
|
|
910
980
|
"author": Object {
|
|
981
|
+
"associated": Object {
|
|
982
|
+
"activitySubscription": Object {
|
|
983
|
+
"allowSubscriptions": "followers",
|
|
984
|
+
},
|
|
985
|
+
},
|
|
911
986
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
912
987
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
913
988
|
"did": "user(2)",
|
|
@@ -952,6 +1027,11 @@ Object {
|
|
|
952
1027
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
953
1028
|
"post": Object {
|
|
954
1029
|
"author": Object {
|
|
1030
|
+
"associated": Object {
|
|
1031
|
+
"activitySubscription": Object {
|
|
1032
|
+
"allowSubscriptions": "followers",
|
|
1033
|
+
},
|
|
1034
|
+
},
|
|
955
1035
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
956
1036
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
957
1037
|
"did": "user(0)",
|
|
@@ -1024,6 +1104,11 @@ Object {
|
|
|
1024
1104
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
1025
1105
|
"post": Object {
|
|
1026
1106
|
"author": Object {
|
|
1107
|
+
"associated": Object {
|
|
1108
|
+
"activitySubscription": Object {
|
|
1109
|
+
"allowSubscriptions": "followers",
|
|
1110
|
+
},
|
|
1111
|
+
},
|
|
1027
1112
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1028
1113
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1029
1114
|
"did": "user(0)",
|
|
@@ -1085,6 +1170,11 @@ Object {
|
|
|
1085
1170
|
},
|
|
1086
1171
|
"post": Object {
|
|
1087
1172
|
"author": Object {
|
|
1173
|
+
"associated": Object {
|
|
1174
|
+
"activitySubscription": Object {
|
|
1175
|
+
"allowSubscriptions": "followers",
|
|
1176
|
+
},
|
|
1177
|
+
},
|
|
1088
1178
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1089
1179
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1090
1180
|
"did": "user(0)",
|
|
@@ -1167,6 +1257,11 @@ Object {
|
|
|
1167
1257
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
1168
1258
|
"post": Object {
|
|
1169
1259
|
"author": Object {
|
|
1260
|
+
"associated": Object {
|
|
1261
|
+
"activitySubscription": Object {
|
|
1262
|
+
"allowSubscriptions": "followers",
|
|
1263
|
+
},
|
|
1264
|
+
},
|
|
1170
1265
|
"did": "user(2)",
|
|
1171
1266
|
"handle": "carol.test",
|
|
1172
1267
|
"labels": Array [],
|
|
@@ -1197,6 +1292,11 @@ Object {
|
|
|
1197
1292
|
},
|
|
1198
1293
|
"post": Object {
|
|
1199
1294
|
"author": Object {
|
|
1295
|
+
"associated": Object {
|
|
1296
|
+
"activitySubscription": Object {
|
|
1297
|
+
"allowSubscriptions": "followers",
|
|
1298
|
+
},
|
|
1299
|
+
},
|
|
1200
1300
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1201
1301
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1202
1302
|
"did": "user(0)",
|
|
@@ -1263,6 +1363,11 @@ Object {
|
|
|
1263
1363
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
1264
1364
|
"post": Object {
|
|
1265
1365
|
"author": Object {
|
|
1366
|
+
"associated": Object {
|
|
1367
|
+
"activitySubscription": Object {
|
|
1368
|
+
"allowSubscriptions": "followers",
|
|
1369
|
+
},
|
|
1370
|
+
},
|
|
1266
1371
|
"did": "user(2)",
|
|
1267
1372
|
"handle": "carol.test",
|
|
1268
1373
|
"labels": Array [],
|
|
@@ -1293,6 +1398,11 @@ Object {
|
|
|
1293
1398
|
},
|
|
1294
1399
|
"post": Object {
|
|
1295
1400
|
"author": Object {
|
|
1401
|
+
"associated": Object {
|
|
1402
|
+
"activitySubscription": Object {
|
|
1403
|
+
"allowSubscriptions": "followers",
|
|
1404
|
+
},
|
|
1405
|
+
},
|
|
1296
1406
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1297
1407
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1298
1408
|
"did": "user(0)",
|
|
@@ -1348,6 +1458,11 @@ Object {
|
|
|
1348
1458
|
},
|
|
1349
1459
|
"post": Object {
|
|
1350
1460
|
"author": Object {
|
|
1461
|
+
"associated": Object {
|
|
1462
|
+
"activitySubscription": Object {
|
|
1463
|
+
"allowSubscriptions": "followers",
|
|
1464
|
+
},
|
|
1465
|
+
},
|
|
1351
1466
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1352
1467
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1353
1468
|
"did": "user(0)",
|
|
@@ -1422,6 +1537,11 @@ Object {
|
|
|
1422
1537
|
},
|
|
1423
1538
|
"post": Object {
|
|
1424
1539
|
"author": Object {
|
|
1540
|
+
"associated": Object {
|
|
1541
|
+
"activitySubscription": Object {
|
|
1542
|
+
"allowSubscriptions": "followers",
|
|
1543
|
+
},
|
|
1544
|
+
},
|
|
1425
1545
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1426
1546
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1427
1547
|
"did": "user(0)",
|
|
@@ -1491,6 +1611,11 @@ Object {
|
|
|
1491
1611
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
1492
1612
|
"post": Object {
|
|
1493
1613
|
"author": Object {
|
|
1614
|
+
"associated": Object {
|
|
1615
|
+
"activitySubscription": Object {
|
|
1616
|
+
"allowSubscriptions": "followers",
|
|
1617
|
+
},
|
|
1618
|
+
},
|
|
1494
1619
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1495
1620
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1496
1621
|
"did": "user(0)",
|
|
@@ -1543,6 +1668,11 @@ Object {
|
|
|
1543
1668
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
1544
1669
|
"post": Object {
|
|
1545
1670
|
"author": Object {
|
|
1671
|
+
"associated": Object {
|
|
1672
|
+
"activitySubscription": Object {
|
|
1673
|
+
"allowSubscriptions": "followers",
|
|
1674
|
+
},
|
|
1675
|
+
},
|
|
1546
1676
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
1547
1677
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1548
1678
|
"did": "user(2)",
|
|
@@ -1628,6 +1758,11 @@ Object {
|
|
|
1628
1758
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
1629
1759
|
"post": Object {
|
|
1630
1760
|
"author": Object {
|
|
1761
|
+
"associated": Object {
|
|
1762
|
+
"activitySubscription": Object {
|
|
1763
|
+
"allowSubscriptions": "followers",
|
|
1764
|
+
},
|
|
1765
|
+
},
|
|
1631
1766
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1632
1767
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1633
1768
|
"did": "user(0)",
|
|
@@ -1705,6 +1840,11 @@ Object {
|
|
|
1705
1840
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
1706
1841
|
"post": Object {
|
|
1707
1842
|
"author": Object {
|
|
1843
|
+
"associated": Object {
|
|
1844
|
+
"activitySubscription": Object {
|
|
1845
|
+
"allowSubscriptions": "followers",
|
|
1846
|
+
},
|
|
1847
|
+
},
|
|
1708
1848
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1709
1849
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1710
1850
|
"did": "user(0)",
|
|
@@ -1757,6 +1897,11 @@ Object {
|
|
|
1757
1897
|
"$type": "app.bsky.feed.defs#threadViewPost",
|
|
1758
1898
|
"post": Object {
|
|
1759
1899
|
"author": Object {
|
|
1900
|
+
"associated": Object {
|
|
1901
|
+
"activitySubscription": Object {
|
|
1902
|
+
"allowSubscriptions": "followers",
|
|
1903
|
+
},
|
|
1904
|
+
},
|
|
1760
1905
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
1761
1906
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1762
1907
|
"did": "user(2)",
|