@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
|
@@ -5,6 +5,11 @@ Array [
|
|
|
5
5
|
Object {
|
|
6
6
|
"post": Object {
|
|
7
7
|
"author": Object {
|
|
8
|
+
"associated": Object {
|
|
9
|
+
"activitySubscription": Object {
|
|
10
|
+
"allowSubscriptions": "followers",
|
|
11
|
+
},
|
|
12
|
+
},
|
|
8
13
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
9
14
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
10
15
|
"did": "user(0)",
|
|
@@ -61,6 +66,11 @@ Array [
|
|
|
61
66
|
},
|
|
62
67
|
"reply": Object {
|
|
63
68
|
"grandparentAuthor": Object {
|
|
69
|
+
"associated": Object {
|
|
70
|
+
"activitySubscription": Object {
|
|
71
|
+
"allowSubscriptions": "followers",
|
|
72
|
+
},
|
|
73
|
+
},
|
|
64
74
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
65
75
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
66
76
|
"did": "user(0)",
|
|
@@ -90,6 +100,11 @@ Array [
|
|
|
90
100
|
"parent": Object {
|
|
91
101
|
"$type": "app.bsky.feed.defs#postView",
|
|
92
102
|
"author": Object {
|
|
103
|
+
"associated": Object {
|
|
104
|
+
"activitySubscription": Object {
|
|
105
|
+
"allowSubscriptions": "followers",
|
|
106
|
+
},
|
|
107
|
+
},
|
|
93
108
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
94
109
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
95
110
|
"did": "user(2)",
|
|
@@ -175,6 +190,11 @@ Array [
|
|
|
175
190
|
"root": Object {
|
|
176
191
|
"$type": "app.bsky.feed.defs#postView",
|
|
177
192
|
"author": Object {
|
|
193
|
+
"associated": Object {
|
|
194
|
+
"activitySubscription": Object {
|
|
195
|
+
"allowSubscriptions": "followers",
|
|
196
|
+
},
|
|
197
|
+
},
|
|
178
198
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
179
199
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
180
200
|
"did": "user(0)",
|
|
@@ -224,6 +244,11 @@ Array [
|
|
|
224
244
|
Object {
|
|
225
245
|
"post": Object {
|
|
226
246
|
"author": Object {
|
|
247
|
+
"associated": Object {
|
|
248
|
+
"activitySubscription": Object {
|
|
249
|
+
"allowSubscriptions": "followers",
|
|
250
|
+
},
|
|
251
|
+
},
|
|
227
252
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
228
253
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
229
254
|
"did": "user(0)",
|
|
@@ -257,6 +282,9 @@ Array [
|
|
|
257
282
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
258
283
|
"author": Object {
|
|
259
284
|
"associated": Object {
|
|
285
|
+
"activitySubscription": Object {
|
|
286
|
+
"allowSubscriptions": "followers",
|
|
287
|
+
},
|
|
260
288
|
"chat": Object {
|
|
261
289
|
"allowIncoming": "none",
|
|
262
290
|
},
|
|
@@ -277,6 +305,11 @@ Array [
|
|
|
277
305
|
"record": Object {
|
|
278
306
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
279
307
|
"author": Object {
|
|
308
|
+
"associated": Object {
|
|
309
|
+
"activitySubscription": Object {
|
|
310
|
+
"allowSubscriptions": "followers",
|
|
311
|
+
},
|
|
312
|
+
},
|
|
280
313
|
"did": "user(5)",
|
|
281
314
|
"handle": "carol.test",
|
|
282
315
|
"labels": Array [],
|
|
@@ -410,6 +443,11 @@ Array [
|
|
|
410
443
|
Object {
|
|
411
444
|
"post": Object {
|
|
412
445
|
"author": Object {
|
|
446
|
+
"associated": Object {
|
|
447
|
+
"activitySubscription": Object {
|
|
448
|
+
"allowSubscriptions": "followers",
|
|
449
|
+
},
|
|
450
|
+
},
|
|
413
451
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
414
452
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
415
453
|
"did": "user(0)",
|
|
@@ -458,6 +496,11 @@ Array [
|
|
|
458
496
|
Object {
|
|
459
497
|
"post": Object {
|
|
460
498
|
"author": Object {
|
|
499
|
+
"associated": Object {
|
|
500
|
+
"activitySubscription": Object {
|
|
501
|
+
"allowSubscriptions": "followers",
|
|
502
|
+
},
|
|
503
|
+
},
|
|
461
504
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
462
505
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
463
506
|
"did": "user(0)",
|
|
@@ -527,6 +570,11 @@ Array [
|
|
|
527
570
|
Object {
|
|
528
571
|
"post": Object {
|
|
529
572
|
"author": Object {
|
|
573
|
+
"associated": Object {
|
|
574
|
+
"activitySubscription": Object {
|
|
575
|
+
"allowSubscriptions": "followers",
|
|
576
|
+
},
|
|
577
|
+
},
|
|
530
578
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
531
579
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
532
580
|
"did": "user(0)",
|
|
@@ -611,6 +659,11 @@ Array [
|
|
|
611
659
|
"parent": Object {
|
|
612
660
|
"$type": "app.bsky.feed.defs#postView",
|
|
613
661
|
"author": Object {
|
|
662
|
+
"associated": Object {
|
|
663
|
+
"activitySubscription": Object {
|
|
664
|
+
"allowSubscriptions": "followers",
|
|
665
|
+
},
|
|
666
|
+
},
|
|
614
667
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
615
668
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
616
669
|
"did": "user(2)",
|
|
@@ -661,6 +714,11 @@ Array [
|
|
|
661
714
|
"root": Object {
|
|
662
715
|
"$type": "app.bsky.feed.defs#postView",
|
|
663
716
|
"author": Object {
|
|
717
|
+
"associated": Object {
|
|
718
|
+
"activitySubscription": Object {
|
|
719
|
+
"allowSubscriptions": "followers",
|
|
720
|
+
},
|
|
721
|
+
},
|
|
664
722
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
665
723
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
666
724
|
"did": "user(2)",
|
|
@@ -713,6 +771,11 @@ Array [
|
|
|
713
771
|
Object {
|
|
714
772
|
"post": Object {
|
|
715
773
|
"author": Object {
|
|
774
|
+
"associated": Object {
|
|
775
|
+
"activitySubscription": Object {
|
|
776
|
+
"allowSubscriptions": "followers",
|
|
777
|
+
},
|
|
778
|
+
},
|
|
716
779
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
717
780
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
718
781
|
"did": "user(0)",
|
|
@@ -746,6 +809,11 @@ Array [
|
|
|
746
809
|
Object {
|
|
747
810
|
"post": Object {
|
|
748
811
|
"author": Object {
|
|
812
|
+
"associated": Object {
|
|
813
|
+
"activitySubscription": Object {
|
|
814
|
+
"allowSubscriptions": "followers",
|
|
815
|
+
},
|
|
816
|
+
},
|
|
749
817
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
750
818
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
751
819
|
"did": "user(0)",
|
|
@@ -789,6 +857,9 @@ Array [
|
|
|
789
857
|
"post": Object {
|
|
790
858
|
"author": Object {
|
|
791
859
|
"associated": Object {
|
|
860
|
+
"activitySubscription": Object {
|
|
861
|
+
"allowSubscriptions": "followers",
|
|
862
|
+
},
|
|
792
863
|
"chat": Object {
|
|
793
864
|
"allowIncoming": "none",
|
|
794
865
|
},
|
|
@@ -807,6 +878,11 @@ Array [
|
|
|
807
878
|
"record": Object {
|
|
808
879
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
809
880
|
"author": Object {
|
|
881
|
+
"associated": Object {
|
|
882
|
+
"activitySubscription": Object {
|
|
883
|
+
"allowSubscriptions": "followers",
|
|
884
|
+
},
|
|
885
|
+
},
|
|
810
886
|
"did": "user(2)",
|
|
811
887
|
"handle": "carol.test",
|
|
812
888
|
"labels": Array [],
|
|
@@ -838,6 +914,11 @@ Array [
|
|
|
838
914
|
"record": Object {
|
|
839
915
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
840
916
|
"author": Object {
|
|
917
|
+
"associated": Object {
|
|
918
|
+
"activitySubscription": Object {
|
|
919
|
+
"allowSubscriptions": "followers",
|
|
920
|
+
},
|
|
921
|
+
},
|
|
841
922
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(5)@jpeg",
|
|
842
923
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
843
924
|
"did": "user(4)",
|
|
@@ -963,6 +1044,11 @@ Array [
|
|
|
963
1044
|
"reason": Object {
|
|
964
1045
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
965
1046
|
"by": Object {
|
|
1047
|
+
"associated": Object {
|
|
1048
|
+
"activitySubscription": Object {
|
|
1049
|
+
"allowSubscriptions": "followers",
|
|
1050
|
+
},
|
|
1051
|
+
},
|
|
966
1052
|
"did": "user(2)",
|
|
967
1053
|
"handle": "carol.test",
|
|
968
1054
|
"labels": Array [],
|
|
@@ -979,6 +1065,11 @@ Array [
|
|
|
979
1065
|
Object {
|
|
980
1066
|
"post": Object {
|
|
981
1067
|
"author": Object {
|
|
1068
|
+
"associated": Object {
|
|
1069
|
+
"activitySubscription": Object {
|
|
1070
|
+
"allowSubscriptions": "followers",
|
|
1071
|
+
},
|
|
1072
|
+
},
|
|
982
1073
|
"did": "user(2)",
|
|
983
1074
|
"handle": "carol.test",
|
|
984
1075
|
"labels": Array [],
|
|
@@ -1019,6 +1110,11 @@ Array [
|
|
|
1019
1110
|
"parent": Object {
|
|
1020
1111
|
"$type": "app.bsky.feed.defs#postView",
|
|
1021
1112
|
"author": Object {
|
|
1113
|
+
"associated": Object {
|
|
1114
|
+
"activitySubscription": Object {
|
|
1115
|
+
"allowSubscriptions": "followers",
|
|
1116
|
+
},
|
|
1117
|
+
},
|
|
1022
1118
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
1023
1119
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1024
1120
|
"did": "user(1)",
|
|
@@ -1069,6 +1165,11 @@ Array [
|
|
|
1069
1165
|
"root": Object {
|
|
1070
1166
|
"$type": "app.bsky.feed.defs#postView",
|
|
1071
1167
|
"author": Object {
|
|
1168
|
+
"associated": Object {
|
|
1169
|
+
"activitySubscription": Object {
|
|
1170
|
+
"allowSubscriptions": "followers",
|
|
1171
|
+
},
|
|
1172
|
+
},
|
|
1072
1173
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
1073
1174
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1074
1175
|
"did": "user(1)",
|
|
@@ -1121,6 +1222,11 @@ Array [
|
|
|
1121
1222
|
Object {
|
|
1122
1223
|
"post": Object {
|
|
1123
1224
|
"author": Object {
|
|
1225
|
+
"associated": Object {
|
|
1226
|
+
"activitySubscription": Object {
|
|
1227
|
+
"allowSubscriptions": "followers",
|
|
1228
|
+
},
|
|
1229
|
+
},
|
|
1124
1230
|
"did": "user(2)",
|
|
1125
1231
|
"handle": "carol.test",
|
|
1126
1232
|
"labels": Array [],
|
|
@@ -1151,6 +1257,11 @@ Array [
|
|
|
1151
1257
|
"record": Object {
|
|
1152
1258
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
1153
1259
|
"author": Object {
|
|
1260
|
+
"associated": Object {
|
|
1261
|
+
"activitySubscription": Object {
|
|
1262
|
+
"allowSubscriptions": "followers",
|
|
1263
|
+
},
|
|
1264
|
+
},
|
|
1154
1265
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(5)@jpeg",
|
|
1155
1266
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1156
1267
|
"did": "user(4)",
|
|
@@ -1246,6 +1357,11 @@ Array [
|
|
|
1246
1357
|
Object {
|
|
1247
1358
|
"post": Object {
|
|
1248
1359
|
"author": Object {
|
|
1360
|
+
"associated": Object {
|
|
1361
|
+
"activitySubscription": Object {
|
|
1362
|
+
"allowSubscriptions": "followers",
|
|
1363
|
+
},
|
|
1364
|
+
},
|
|
1249
1365
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1250
1366
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1251
1367
|
"did": "user(0)",
|
|
@@ -1306,6 +1422,9 @@ Array [
|
|
|
1306
1422
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
1307
1423
|
"by": Object {
|
|
1308
1424
|
"associated": Object {
|
|
1425
|
+
"activitySubscription": Object {
|
|
1426
|
+
"allowSubscriptions": "followers",
|
|
1427
|
+
},
|
|
1309
1428
|
"chat": Object {
|
|
1310
1429
|
"allowIncoming": "none",
|
|
1311
1430
|
},
|
|
@@ -1324,6 +1443,11 @@ Array [
|
|
|
1324
1443
|
},
|
|
1325
1444
|
"reply": Object {
|
|
1326
1445
|
"grandparentAuthor": Object {
|
|
1446
|
+
"associated": Object {
|
|
1447
|
+
"activitySubscription": Object {
|
|
1448
|
+
"allowSubscriptions": "followers",
|
|
1449
|
+
},
|
|
1450
|
+
},
|
|
1327
1451
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1328
1452
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1329
1453
|
"did": "user(0)",
|
|
@@ -1354,6 +1478,11 @@ Array [
|
|
|
1354
1478
|
"parent": Object {
|
|
1355
1479
|
"$type": "app.bsky.feed.defs#postView",
|
|
1356
1480
|
"author": Object {
|
|
1481
|
+
"associated": Object {
|
|
1482
|
+
"activitySubscription": Object {
|
|
1483
|
+
"allowSubscriptions": "followers",
|
|
1484
|
+
},
|
|
1485
|
+
},
|
|
1357
1486
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
1358
1487
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1359
1488
|
"did": "user(3)",
|
|
@@ -1438,6 +1567,11 @@ Array [
|
|
|
1438
1567
|
"root": Object {
|
|
1439
1568
|
"$type": "app.bsky.feed.defs#postView",
|
|
1440
1569
|
"author": Object {
|
|
1570
|
+
"associated": Object {
|
|
1571
|
+
"activitySubscription": Object {
|
|
1572
|
+
"allowSubscriptions": "followers",
|
|
1573
|
+
},
|
|
1574
|
+
},
|
|
1441
1575
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1442
1576
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1443
1577
|
"did": "user(0)",
|
|
@@ -1490,6 +1624,11 @@ Array [
|
|
|
1490
1624
|
Object {
|
|
1491
1625
|
"post": Object {
|
|
1492
1626
|
"author": Object {
|
|
1627
|
+
"associated": Object {
|
|
1628
|
+
"activitySubscription": Object {
|
|
1629
|
+
"allowSubscriptions": "followers",
|
|
1630
|
+
},
|
|
1631
|
+
},
|
|
1493
1632
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1494
1633
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1495
1634
|
"did": "user(0)",
|
|
@@ -1541,6 +1680,9 @@ Array [
|
|
|
1541
1680
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
1542
1681
|
"by": Object {
|
|
1543
1682
|
"associated": Object {
|
|
1683
|
+
"activitySubscription": Object {
|
|
1684
|
+
"allowSubscriptions": "followers",
|
|
1685
|
+
},
|
|
1544
1686
|
"chat": Object {
|
|
1545
1687
|
"allowIncoming": "none",
|
|
1546
1688
|
},
|
|
@@ -1562,6 +1704,9 @@ Array [
|
|
|
1562
1704
|
"post": Object {
|
|
1563
1705
|
"author": Object {
|
|
1564
1706
|
"associated": Object {
|
|
1707
|
+
"activitySubscription": Object {
|
|
1708
|
+
"allowSubscriptions": "followers",
|
|
1709
|
+
},
|
|
1565
1710
|
"chat": Object {
|
|
1566
1711
|
"allowIncoming": "none",
|
|
1567
1712
|
},
|
|
@@ -1580,6 +1725,11 @@ Array [
|
|
|
1580
1725
|
"record": Object {
|
|
1581
1726
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
1582
1727
|
"author": Object {
|
|
1728
|
+
"associated": Object {
|
|
1729
|
+
"activitySubscription": Object {
|
|
1730
|
+
"allowSubscriptions": "followers",
|
|
1731
|
+
},
|
|
1732
|
+
},
|
|
1583
1733
|
"did": "user(5)",
|
|
1584
1734
|
"handle": "carol.test",
|
|
1585
1735
|
"labels": Array [],
|
|
@@ -1611,6 +1761,11 @@ Array [
|
|
|
1611
1761
|
"record": Object {
|
|
1612
1762
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
1613
1763
|
"author": Object {
|
|
1764
|
+
"associated": Object {
|
|
1765
|
+
"activitySubscription": Object {
|
|
1766
|
+
"allowSubscriptions": "followers",
|
|
1767
|
+
},
|
|
1768
|
+
},
|
|
1614
1769
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
1615
1770
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1616
1771
|
"did": "user(3)",
|
|
@@ -1737,6 +1892,9 @@ Array [
|
|
|
1737
1892
|
"post": Object {
|
|
1738
1893
|
"author": Object {
|
|
1739
1894
|
"associated": Object {
|
|
1895
|
+
"activitySubscription": Object {
|
|
1896
|
+
"allowSubscriptions": "followers",
|
|
1897
|
+
},
|
|
1740
1898
|
"chat": Object {
|
|
1741
1899
|
"allowIncoming": "none",
|
|
1742
1900
|
},
|
|
@@ -1776,6 +1934,11 @@ Array [
|
|
|
1776
1934
|
Object {
|
|
1777
1935
|
"post": Object {
|
|
1778
1936
|
"author": Object {
|
|
1937
|
+
"associated": Object {
|
|
1938
|
+
"activitySubscription": Object {
|
|
1939
|
+
"allowSubscriptions": "followers",
|
|
1940
|
+
},
|
|
1941
|
+
},
|
|
1779
1942
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1780
1943
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1781
1944
|
"did": "user(0)",
|
|
@@ -1825,6 +1988,11 @@ Array [
|
|
|
1825
1988
|
Object {
|
|
1826
1989
|
"post": Object {
|
|
1827
1990
|
"author": Object {
|
|
1991
|
+
"associated": Object {
|
|
1992
|
+
"activitySubscription": Object {
|
|
1993
|
+
"allowSubscriptions": "followers",
|
|
1994
|
+
},
|
|
1995
|
+
},
|
|
1828
1996
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1829
1997
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1830
1998
|
"did": "user(0)",
|
|
@@ -1874,6 +2042,11 @@ Array [
|
|
|
1874
2042
|
Object {
|
|
1875
2043
|
"post": Object {
|
|
1876
2044
|
"author": Object {
|
|
2045
|
+
"associated": Object {
|
|
2046
|
+
"activitySubscription": Object {
|
|
2047
|
+
"allowSubscriptions": "followers",
|
|
2048
|
+
},
|
|
2049
|
+
},
|
|
1877
2050
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1878
2051
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1879
2052
|
"did": "user(0)",
|
|
@@ -1923,6 +2096,11 @@ Array [
|
|
|
1923
2096
|
Object {
|
|
1924
2097
|
"post": Object {
|
|
1925
2098
|
"author": Object {
|
|
2099
|
+
"associated": Object {
|
|
2100
|
+
"activitySubscription": Object {
|
|
2101
|
+
"allowSubscriptions": "followers",
|
|
2102
|
+
},
|
|
2103
|
+
},
|
|
1926
2104
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1927
2105
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1928
2106
|
"did": "user(0)",
|
|
@@ -1972,6 +2150,11 @@ Array [
|
|
|
1972
2150
|
Object {
|
|
1973
2151
|
"post": Object {
|
|
1974
2152
|
"author": Object {
|
|
2153
|
+
"associated": Object {
|
|
2154
|
+
"activitySubscription": Object {
|
|
2155
|
+
"allowSubscriptions": "followers",
|
|
2156
|
+
},
|
|
2157
|
+
},
|
|
1975
2158
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1976
2159
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1977
2160
|
"did": "user(0)",
|
|
@@ -2021,6 +2204,11 @@ Array [
|
|
|
2021
2204
|
Object {
|
|
2022
2205
|
"post": Object {
|
|
2023
2206
|
"author": Object {
|
|
2207
|
+
"associated": Object {
|
|
2208
|
+
"activitySubscription": Object {
|
|
2209
|
+
"allowSubscriptions": "followers",
|
|
2210
|
+
},
|
|
2211
|
+
},
|
|
2024
2212
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2025
2213
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2026
2214
|
"did": "user(0)",
|
|
@@ -2070,6 +2258,11 @@ Array [
|
|
|
2070
2258
|
Object {
|
|
2071
2259
|
"post": Object {
|
|
2072
2260
|
"author": Object {
|
|
2261
|
+
"associated": Object {
|
|
2262
|
+
"activitySubscription": Object {
|
|
2263
|
+
"allowSubscriptions": "followers",
|
|
2264
|
+
},
|
|
2265
|
+
},
|
|
2073
2266
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2074
2267
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2075
2268
|
"did": "user(0)",
|
|
@@ -2119,6 +2312,11 @@ Array [
|
|
|
2119
2312
|
Object {
|
|
2120
2313
|
"post": Object {
|
|
2121
2314
|
"author": Object {
|
|
2315
|
+
"associated": Object {
|
|
2316
|
+
"activitySubscription": Object {
|
|
2317
|
+
"allowSubscriptions": "followers",
|
|
2318
|
+
},
|
|
2319
|
+
},
|
|
2122
2320
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2123
2321
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2124
2322
|
"did": "user(0)",
|
|
@@ -2168,6 +2366,11 @@ Array [
|
|
|
2168
2366
|
Object {
|
|
2169
2367
|
"post": Object {
|
|
2170
2368
|
"author": Object {
|
|
2369
|
+
"associated": Object {
|
|
2370
|
+
"activitySubscription": Object {
|
|
2371
|
+
"allowSubscriptions": "followers",
|
|
2372
|
+
},
|
|
2373
|
+
},
|
|
2171
2374
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2172
2375
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2173
2376
|
"did": "user(0)",
|
|
@@ -2225,6 +2428,11 @@ Array [
|
|
|
2225
2428
|
},
|
|
2226
2429
|
"reply": Object {
|
|
2227
2430
|
"grandparentAuthor": Object {
|
|
2431
|
+
"associated": Object {
|
|
2432
|
+
"activitySubscription": Object {
|
|
2433
|
+
"allowSubscriptions": "followers",
|
|
2434
|
+
},
|
|
2435
|
+
},
|
|
2228
2436
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2229
2437
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2230
2438
|
"did": "user(0)",
|
|
@@ -2254,6 +2462,11 @@ Array [
|
|
|
2254
2462
|
"parent": Object {
|
|
2255
2463
|
"$type": "app.bsky.feed.defs#postView",
|
|
2256
2464
|
"author": Object {
|
|
2465
|
+
"associated": Object {
|
|
2466
|
+
"activitySubscription": Object {
|
|
2467
|
+
"allowSubscriptions": "followers",
|
|
2468
|
+
},
|
|
2469
|
+
},
|
|
2257
2470
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
2258
2471
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2259
2472
|
"did": "user(2)",
|
|
@@ -2339,6 +2552,11 @@ Array [
|
|
|
2339
2552
|
"root": Object {
|
|
2340
2553
|
"$type": "app.bsky.feed.defs#postView",
|
|
2341
2554
|
"author": Object {
|
|
2555
|
+
"associated": Object {
|
|
2556
|
+
"activitySubscription": Object {
|
|
2557
|
+
"allowSubscriptions": "followers",
|
|
2558
|
+
},
|
|
2559
|
+
},
|
|
2342
2560
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2343
2561
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2344
2562
|
"did": "user(0)",
|
|
@@ -2389,6 +2607,11 @@ Array [
|
|
|
2389
2607
|
Object {
|
|
2390
2608
|
"post": Object {
|
|
2391
2609
|
"author": Object {
|
|
2610
|
+
"associated": Object {
|
|
2611
|
+
"activitySubscription": Object {
|
|
2612
|
+
"allowSubscriptions": "followers",
|
|
2613
|
+
},
|
|
2614
|
+
},
|
|
2392
2615
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2393
2616
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2394
2617
|
"did": "user(0)",
|
|
@@ -2422,6 +2645,9 @@ Array [
|
|
|
2422
2645
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
2423
2646
|
"author": Object {
|
|
2424
2647
|
"associated": Object {
|
|
2648
|
+
"activitySubscription": Object {
|
|
2649
|
+
"allowSubscriptions": "followers",
|
|
2650
|
+
},
|
|
2425
2651
|
"chat": Object {
|
|
2426
2652
|
"allowIncoming": "none",
|
|
2427
2653
|
},
|
|
@@ -2442,6 +2668,11 @@ Array [
|
|
|
2442
2668
|
"record": Object {
|
|
2443
2669
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
2444
2670
|
"author": Object {
|
|
2671
|
+
"associated": Object {
|
|
2672
|
+
"activitySubscription": Object {
|
|
2673
|
+
"allowSubscriptions": "followers",
|
|
2674
|
+
},
|
|
2675
|
+
},
|
|
2445
2676
|
"did": "user(5)",
|
|
2446
2677
|
"handle": "carol.test",
|
|
2447
2678
|
"labels": Array [],
|
|
@@ -2576,6 +2807,11 @@ Array [
|
|
|
2576
2807
|
Object {
|
|
2577
2808
|
"post": Object {
|
|
2578
2809
|
"author": Object {
|
|
2810
|
+
"associated": Object {
|
|
2811
|
+
"activitySubscription": Object {
|
|
2812
|
+
"allowSubscriptions": "followers",
|
|
2813
|
+
},
|
|
2814
|
+
},
|
|
2579
2815
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2580
2816
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2581
2817
|
"did": "user(0)",
|
|
@@ -2625,6 +2861,11 @@ Array [
|
|
|
2625
2861
|
Object {
|
|
2626
2862
|
"post": Object {
|
|
2627
2863
|
"author": Object {
|
|
2864
|
+
"associated": Object {
|
|
2865
|
+
"activitySubscription": Object {
|
|
2866
|
+
"allowSubscriptions": "followers",
|
|
2867
|
+
},
|
|
2868
|
+
},
|
|
2628
2869
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2629
2870
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2630
2871
|
"did": "user(0)",
|
|
@@ -2695,6 +2936,11 @@ Array [
|
|
|
2695
2936
|
Object {
|
|
2696
2937
|
"post": Object {
|
|
2697
2938
|
"author": Object {
|
|
2939
|
+
"associated": Object {
|
|
2940
|
+
"activitySubscription": Object {
|
|
2941
|
+
"allowSubscriptions": "followers",
|
|
2942
|
+
},
|
|
2943
|
+
},
|
|
2698
2944
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2699
2945
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2700
2946
|
"did": "user(0)",
|
|
@@ -2744,6 +2990,11 @@ Array [
|
|
|
2744
2990
|
Object {
|
|
2745
2991
|
"post": Object {
|
|
2746
2992
|
"author": Object {
|
|
2993
|
+
"associated": Object {
|
|
2994
|
+
"activitySubscription": Object {
|
|
2995
|
+
"allowSubscriptions": "followers",
|
|
2996
|
+
},
|
|
2997
|
+
},
|
|
2747
2998
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2748
2999
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2749
3000
|
"did": "user(0)",
|
|
@@ -2793,6 +3044,11 @@ Array [
|
|
|
2793
3044
|
Object {
|
|
2794
3045
|
"post": Object {
|
|
2795
3046
|
"author": Object {
|
|
3047
|
+
"associated": Object {
|
|
3048
|
+
"activitySubscription": Object {
|
|
3049
|
+
"allowSubscriptions": "followers",
|
|
3050
|
+
},
|
|
3051
|
+
},
|
|
2796
3052
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2797
3053
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2798
3054
|
"did": "user(0)",
|
|
@@ -2842,6 +3098,11 @@ Array [
|
|
|
2842
3098
|
Object {
|
|
2843
3099
|
"post": Object {
|
|
2844
3100
|
"author": Object {
|
|
3101
|
+
"associated": Object {
|
|
3102
|
+
"activitySubscription": Object {
|
|
3103
|
+
"allowSubscriptions": "followers",
|
|
3104
|
+
},
|
|
3105
|
+
},
|
|
2845
3106
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2846
3107
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2847
3108
|
"did": "user(0)",
|
|
@@ -2891,6 +3152,11 @@ Array [
|
|
|
2891
3152
|
Object {
|
|
2892
3153
|
"post": Object {
|
|
2893
3154
|
"author": Object {
|
|
3155
|
+
"associated": Object {
|
|
3156
|
+
"activitySubscription": Object {
|
|
3157
|
+
"allowSubscriptions": "followers",
|
|
3158
|
+
},
|
|
3159
|
+
},
|
|
2894
3160
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2895
3161
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2896
3162
|
"did": "user(0)",
|
|
@@ -2940,6 +3206,11 @@ Array [
|
|
|
2940
3206
|
Object {
|
|
2941
3207
|
"post": Object {
|
|
2942
3208
|
"author": Object {
|
|
3209
|
+
"associated": Object {
|
|
3210
|
+
"activitySubscription": Object {
|
|
3211
|
+
"allowSubscriptions": "followers",
|
|
3212
|
+
},
|
|
3213
|
+
},
|
|
2943
3214
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2944
3215
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2945
3216
|
"did": "user(0)",
|
|
@@ -2989,6 +3260,11 @@ Array [
|
|
|
2989
3260
|
Object {
|
|
2990
3261
|
"post": Object {
|
|
2991
3262
|
"author": Object {
|
|
3263
|
+
"associated": Object {
|
|
3264
|
+
"activitySubscription": Object {
|
|
3265
|
+
"allowSubscriptions": "followers",
|
|
3266
|
+
},
|
|
3267
|
+
},
|
|
2992
3268
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2993
3269
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2994
3270
|
"did": "user(0)",
|
|
@@ -3038,6 +3314,11 @@ Array [
|
|
|
3038
3314
|
Object {
|
|
3039
3315
|
"post": Object {
|
|
3040
3316
|
"author": Object {
|
|
3317
|
+
"associated": Object {
|
|
3318
|
+
"activitySubscription": Object {
|
|
3319
|
+
"allowSubscriptions": "followers",
|
|
3320
|
+
},
|
|
3321
|
+
},
|
|
3041
3322
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3042
3323
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3043
3324
|
"did": "user(0)",
|
|
@@ -3095,6 +3376,11 @@ Array [
|
|
|
3095
3376
|
},
|
|
3096
3377
|
"reply": Object {
|
|
3097
3378
|
"grandparentAuthor": Object {
|
|
3379
|
+
"associated": Object {
|
|
3380
|
+
"activitySubscription": Object {
|
|
3381
|
+
"allowSubscriptions": "followers",
|
|
3382
|
+
},
|
|
3383
|
+
},
|
|
3098
3384
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3099
3385
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3100
3386
|
"did": "user(0)",
|
|
@@ -3124,6 +3410,11 @@ Array [
|
|
|
3124
3410
|
"parent": Object {
|
|
3125
3411
|
"$type": "app.bsky.feed.defs#postView",
|
|
3126
3412
|
"author": Object {
|
|
3413
|
+
"associated": Object {
|
|
3414
|
+
"activitySubscription": Object {
|
|
3415
|
+
"allowSubscriptions": "followers",
|
|
3416
|
+
},
|
|
3417
|
+
},
|
|
3127
3418
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
3128
3419
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3129
3420
|
"did": "user(2)",
|
|
@@ -3209,6 +3500,11 @@ Array [
|
|
|
3209
3500
|
"root": Object {
|
|
3210
3501
|
"$type": "app.bsky.feed.defs#postView",
|
|
3211
3502
|
"author": Object {
|
|
3503
|
+
"associated": Object {
|
|
3504
|
+
"activitySubscription": Object {
|
|
3505
|
+
"allowSubscriptions": "followers",
|
|
3506
|
+
},
|
|
3507
|
+
},
|
|
3212
3508
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3213
3509
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3214
3510
|
"did": "user(0)",
|
|
@@ -3259,6 +3555,11 @@ Array [
|
|
|
3259
3555
|
Object {
|
|
3260
3556
|
"post": Object {
|
|
3261
3557
|
"author": Object {
|
|
3558
|
+
"associated": Object {
|
|
3559
|
+
"activitySubscription": Object {
|
|
3560
|
+
"allowSubscriptions": "followers",
|
|
3561
|
+
},
|
|
3562
|
+
},
|
|
3262
3563
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3263
3564
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3264
3565
|
"did": "user(0)",
|
|
@@ -3292,6 +3593,9 @@ Array [
|
|
|
3292
3593
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
3293
3594
|
"author": Object {
|
|
3294
3595
|
"associated": Object {
|
|
3596
|
+
"activitySubscription": Object {
|
|
3597
|
+
"allowSubscriptions": "followers",
|
|
3598
|
+
},
|
|
3295
3599
|
"chat": Object {
|
|
3296
3600
|
"allowIncoming": "none",
|
|
3297
3601
|
},
|
|
@@ -3312,6 +3616,11 @@ Array [
|
|
|
3312
3616
|
"record": Object {
|
|
3313
3617
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
3314
3618
|
"author": Object {
|
|
3619
|
+
"associated": Object {
|
|
3620
|
+
"activitySubscription": Object {
|
|
3621
|
+
"allowSubscriptions": "followers",
|
|
3622
|
+
},
|
|
3623
|
+
},
|
|
3315
3624
|
"did": "user(5)",
|
|
3316
3625
|
"handle": "carol.test",
|
|
3317
3626
|
"labels": Array [],
|
|
@@ -3446,6 +3755,11 @@ Array [
|
|
|
3446
3755
|
Object {
|
|
3447
3756
|
"post": Object {
|
|
3448
3757
|
"author": Object {
|
|
3758
|
+
"associated": Object {
|
|
3759
|
+
"activitySubscription": Object {
|
|
3760
|
+
"allowSubscriptions": "followers",
|
|
3761
|
+
},
|
|
3762
|
+
},
|
|
3449
3763
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3450
3764
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3451
3765
|
"did": "user(0)",
|
|
@@ -3495,6 +3809,11 @@ Array [
|
|
|
3495
3809
|
Object {
|
|
3496
3810
|
"post": Object {
|
|
3497
3811
|
"author": Object {
|
|
3812
|
+
"associated": Object {
|
|
3813
|
+
"activitySubscription": Object {
|
|
3814
|
+
"allowSubscriptions": "followers",
|
|
3815
|
+
},
|
|
3816
|
+
},
|
|
3498
3817
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3499
3818
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3500
3819
|
"did": "user(0)",
|
|
@@ -3565,6 +3884,11 @@ Array [
|
|
|
3565
3884
|
Object {
|
|
3566
3885
|
"post": Object {
|
|
3567
3886
|
"author": Object {
|
|
3887
|
+
"associated": Object {
|
|
3888
|
+
"activitySubscription": Object {
|
|
3889
|
+
"allowSubscriptions": "followers",
|
|
3890
|
+
},
|
|
3891
|
+
},
|
|
3568
3892
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3569
3893
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3570
3894
|
"did": "user(0)",
|
|
@@ -3617,6 +3941,11 @@ Array [
|
|
|
3617
3941
|
Object {
|
|
3618
3942
|
"post": Object {
|
|
3619
3943
|
"author": Object {
|
|
3944
|
+
"associated": Object {
|
|
3945
|
+
"activitySubscription": Object {
|
|
3946
|
+
"allowSubscriptions": "followers",
|
|
3947
|
+
},
|
|
3948
|
+
},
|
|
3620
3949
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3621
3950
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3622
3951
|
"did": "user(0)",
|
|
@@ -3666,6 +3995,11 @@ Array [
|
|
|
3666
3995
|
Object {
|
|
3667
3996
|
"post": Object {
|
|
3668
3997
|
"author": Object {
|
|
3998
|
+
"associated": Object {
|
|
3999
|
+
"activitySubscription": Object {
|
|
4000
|
+
"allowSubscriptions": "followers",
|
|
4001
|
+
},
|
|
4002
|
+
},
|
|
3669
4003
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3670
4004
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3671
4005
|
"did": "user(0)",
|
|
@@ -3720,6 +4054,11 @@ Array [
|
|
|
3720
4054
|
Object {
|
|
3721
4055
|
"post": Object {
|
|
3722
4056
|
"author": Object {
|
|
4057
|
+
"associated": Object {
|
|
4058
|
+
"activitySubscription": Object {
|
|
4059
|
+
"allowSubscriptions": "followers",
|
|
4060
|
+
},
|
|
4061
|
+
},
|
|
3723
4062
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3724
4063
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3725
4064
|
"did": "user(0)",
|
|
@@ -3769,6 +4108,11 @@ Array [
|
|
|
3769
4108
|
Object {
|
|
3770
4109
|
"post": Object {
|
|
3771
4110
|
"author": Object {
|
|
4111
|
+
"associated": Object {
|
|
4112
|
+
"activitySubscription": Object {
|
|
4113
|
+
"allowSubscriptions": "followers",
|
|
4114
|
+
},
|
|
4115
|
+
},
|
|
3772
4116
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3773
4117
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3774
4118
|
"did": "user(0)",
|
|
@@ -3818,6 +4162,11 @@ Array [
|
|
|
3818
4162
|
Object {
|
|
3819
4163
|
"post": Object {
|
|
3820
4164
|
"author": Object {
|
|
4165
|
+
"associated": Object {
|
|
4166
|
+
"activitySubscription": Object {
|
|
4167
|
+
"allowSubscriptions": "followers",
|
|
4168
|
+
},
|
|
4169
|
+
},
|
|
3821
4170
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3822
4171
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3823
4172
|
"did": "user(0)",
|
|
@@ -3867,6 +4216,11 @@ Array [
|
|
|
3867
4216
|
Object {
|
|
3868
4217
|
"post": Object {
|
|
3869
4218
|
"author": Object {
|
|
4219
|
+
"associated": Object {
|
|
4220
|
+
"activitySubscription": Object {
|
|
4221
|
+
"allowSubscriptions": "followers",
|
|
4222
|
+
},
|
|
4223
|
+
},
|
|
3870
4224
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3871
4225
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3872
4226
|
"did": "user(0)",
|
|
@@ -3916,6 +4270,11 @@ Array [
|
|
|
3916
4270
|
Object {
|
|
3917
4271
|
"post": Object {
|
|
3918
4272
|
"author": Object {
|
|
4273
|
+
"associated": Object {
|
|
4274
|
+
"activitySubscription": Object {
|
|
4275
|
+
"allowSubscriptions": "followers",
|
|
4276
|
+
},
|
|
4277
|
+
},
|
|
3919
4278
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3920
4279
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3921
4280
|
"did": "user(0)",
|
|
@@ -3973,6 +4332,11 @@ Array [
|
|
|
3973
4332
|
},
|
|
3974
4333
|
"reply": Object {
|
|
3975
4334
|
"grandparentAuthor": Object {
|
|
4335
|
+
"associated": Object {
|
|
4336
|
+
"activitySubscription": Object {
|
|
4337
|
+
"allowSubscriptions": "followers",
|
|
4338
|
+
},
|
|
4339
|
+
},
|
|
3976
4340
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3977
4341
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3978
4342
|
"did": "user(0)",
|
|
@@ -4002,6 +4366,11 @@ Array [
|
|
|
4002
4366
|
"parent": Object {
|
|
4003
4367
|
"$type": "app.bsky.feed.defs#postView",
|
|
4004
4368
|
"author": Object {
|
|
4369
|
+
"associated": Object {
|
|
4370
|
+
"activitySubscription": Object {
|
|
4371
|
+
"allowSubscriptions": "followers",
|
|
4372
|
+
},
|
|
4373
|
+
},
|
|
4005
4374
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
4006
4375
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4007
4376
|
"did": "user(2)",
|
|
@@ -4087,6 +4456,11 @@ Array [
|
|
|
4087
4456
|
"root": Object {
|
|
4088
4457
|
"$type": "app.bsky.feed.defs#postView",
|
|
4089
4458
|
"author": Object {
|
|
4459
|
+
"associated": Object {
|
|
4460
|
+
"activitySubscription": Object {
|
|
4461
|
+
"allowSubscriptions": "followers",
|
|
4462
|
+
},
|
|
4463
|
+
},
|
|
4090
4464
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
4091
4465
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4092
4466
|
"did": "user(0)",
|
|
@@ -4137,6 +4511,11 @@ Array [
|
|
|
4137
4511
|
Object {
|
|
4138
4512
|
"post": Object {
|
|
4139
4513
|
"author": Object {
|
|
4514
|
+
"associated": Object {
|
|
4515
|
+
"activitySubscription": Object {
|
|
4516
|
+
"allowSubscriptions": "followers",
|
|
4517
|
+
},
|
|
4518
|
+
},
|
|
4140
4519
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
4141
4520
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4142
4521
|
"did": "user(0)",
|
|
@@ -4170,6 +4549,9 @@ Array [
|
|
|
4170
4549
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
4171
4550
|
"author": Object {
|
|
4172
4551
|
"associated": Object {
|
|
4552
|
+
"activitySubscription": Object {
|
|
4553
|
+
"allowSubscriptions": "followers",
|
|
4554
|
+
},
|
|
4173
4555
|
"chat": Object {
|
|
4174
4556
|
"allowIncoming": "none",
|
|
4175
4557
|
},
|
|
@@ -4190,6 +4572,11 @@ Array [
|
|
|
4190
4572
|
"record": Object {
|
|
4191
4573
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
4192
4574
|
"author": Object {
|
|
4575
|
+
"associated": Object {
|
|
4576
|
+
"activitySubscription": Object {
|
|
4577
|
+
"allowSubscriptions": "followers",
|
|
4578
|
+
},
|
|
4579
|
+
},
|
|
4193
4580
|
"did": "user(5)",
|
|
4194
4581
|
"handle": "carol.test",
|
|
4195
4582
|
"labels": Array [],
|
|
@@ -4324,6 +4711,11 @@ Array [
|
|
|
4324
4711
|
Object {
|
|
4325
4712
|
"post": Object {
|
|
4326
4713
|
"author": Object {
|
|
4714
|
+
"associated": Object {
|
|
4715
|
+
"activitySubscription": Object {
|
|
4716
|
+
"allowSubscriptions": "followers",
|
|
4717
|
+
},
|
|
4718
|
+
},
|
|
4327
4719
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
4328
4720
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4329
4721
|
"did": "user(0)",
|
|
@@ -4373,6 +4765,11 @@ Array [
|
|
|
4373
4765
|
Object {
|
|
4374
4766
|
"post": Object {
|
|
4375
4767
|
"author": Object {
|
|
4768
|
+
"associated": Object {
|
|
4769
|
+
"activitySubscription": Object {
|
|
4770
|
+
"allowSubscriptions": "followers",
|
|
4771
|
+
},
|
|
4772
|
+
},
|
|
4376
4773
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
4377
4774
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4378
4775
|
"did": "user(0)",
|
|
@@ -4443,6 +4840,11 @@ Array [
|
|
|
4443
4840
|
Object {
|
|
4444
4841
|
"post": Object {
|
|
4445
4842
|
"author": Object {
|
|
4843
|
+
"associated": Object {
|
|
4844
|
+
"activitySubscription": Object {
|
|
4845
|
+
"allowSubscriptions": "followers",
|
|
4846
|
+
},
|
|
4847
|
+
},
|
|
4446
4848
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
4447
4849
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4448
4850
|
"did": "user(0)",
|
|
@@ -4495,6 +4897,11 @@ Array [
|
|
|
4495
4897
|
Object {
|
|
4496
4898
|
"post": Object {
|
|
4497
4899
|
"author": Object {
|
|
4900
|
+
"associated": Object {
|
|
4901
|
+
"activitySubscription": Object {
|
|
4902
|
+
"allowSubscriptions": "followers",
|
|
4903
|
+
},
|
|
4904
|
+
},
|
|
4498
4905
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
4499
4906
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4500
4907
|
"did": "user(0)",
|
|
@@ -4544,6 +4951,11 @@ Array [
|
|
|
4544
4951
|
Object {
|
|
4545
4952
|
"post": Object {
|
|
4546
4953
|
"author": Object {
|
|
4954
|
+
"associated": Object {
|
|
4955
|
+
"activitySubscription": Object {
|
|
4956
|
+
"allowSubscriptions": "followers",
|
|
4957
|
+
},
|
|
4958
|
+
},
|
|
4547
4959
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
4548
4960
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4549
4961
|
"did": "user(0)",
|
|
@@ -4593,6 +5005,11 @@ Array [
|
|
|
4593
5005
|
Object {
|
|
4594
5006
|
"post": Object {
|
|
4595
5007
|
"author": Object {
|
|
5008
|
+
"associated": Object {
|
|
5009
|
+
"activitySubscription": Object {
|
|
5010
|
+
"allowSubscriptions": "followers",
|
|
5011
|
+
},
|
|
5012
|
+
},
|
|
4596
5013
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
4597
5014
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4598
5015
|
"did": "user(0)",
|
|
@@ -4650,6 +5067,11 @@ Array [
|
|
|
4650
5067
|
},
|
|
4651
5068
|
"reply": Object {
|
|
4652
5069
|
"grandparentAuthor": Object {
|
|
5070
|
+
"associated": Object {
|
|
5071
|
+
"activitySubscription": Object {
|
|
5072
|
+
"allowSubscriptions": "followers",
|
|
5073
|
+
},
|
|
5074
|
+
},
|
|
4653
5075
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
4654
5076
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4655
5077
|
"did": "user(0)",
|
|
@@ -4679,6 +5101,11 @@ Array [
|
|
|
4679
5101
|
"parent": Object {
|
|
4680
5102
|
"$type": "app.bsky.feed.defs#postView",
|
|
4681
5103
|
"author": Object {
|
|
5104
|
+
"associated": Object {
|
|
5105
|
+
"activitySubscription": Object {
|
|
5106
|
+
"allowSubscriptions": "followers",
|
|
5107
|
+
},
|
|
5108
|
+
},
|
|
4682
5109
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
4683
5110
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4684
5111
|
"did": "user(2)",
|
|
@@ -4764,6 +5191,11 @@ Array [
|
|
|
4764
5191
|
"root": Object {
|
|
4765
5192
|
"$type": "app.bsky.feed.defs#postView",
|
|
4766
5193
|
"author": Object {
|
|
5194
|
+
"associated": Object {
|
|
5195
|
+
"activitySubscription": Object {
|
|
5196
|
+
"allowSubscriptions": "followers",
|
|
5197
|
+
},
|
|
5198
|
+
},
|
|
4767
5199
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
4768
5200
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4769
5201
|
"did": "user(0)",
|
|
@@ -4814,6 +5246,11 @@ Array [
|
|
|
4814
5246
|
Object {
|
|
4815
5247
|
"post": Object {
|
|
4816
5248
|
"author": Object {
|
|
5249
|
+
"associated": Object {
|
|
5250
|
+
"activitySubscription": Object {
|
|
5251
|
+
"allowSubscriptions": "followers",
|
|
5252
|
+
},
|
|
5253
|
+
},
|
|
4817
5254
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
4818
5255
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4819
5256
|
"did": "user(0)",
|
|
@@ -4847,6 +5284,9 @@ Array [
|
|
|
4847
5284
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
4848
5285
|
"author": Object {
|
|
4849
5286
|
"associated": Object {
|
|
5287
|
+
"activitySubscription": Object {
|
|
5288
|
+
"allowSubscriptions": "followers",
|
|
5289
|
+
},
|
|
4850
5290
|
"chat": Object {
|
|
4851
5291
|
"allowIncoming": "none",
|
|
4852
5292
|
},
|
|
@@ -4867,6 +5307,11 @@ Array [
|
|
|
4867
5307
|
"record": Object {
|
|
4868
5308
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
4869
5309
|
"author": Object {
|
|
5310
|
+
"associated": Object {
|
|
5311
|
+
"activitySubscription": Object {
|
|
5312
|
+
"allowSubscriptions": "followers",
|
|
5313
|
+
},
|
|
5314
|
+
},
|
|
4870
5315
|
"did": "user(5)",
|
|
4871
5316
|
"handle": "carol.test",
|
|
4872
5317
|
"labels": Array [],
|
|
@@ -5001,6 +5446,11 @@ Array [
|
|
|
5001
5446
|
Object {
|
|
5002
5447
|
"post": Object {
|
|
5003
5448
|
"author": Object {
|
|
5449
|
+
"associated": Object {
|
|
5450
|
+
"activitySubscription": Object {
|
|
5451
|
+
"allowSubscriptions": "followers",
|
|
5452
|
+
},
|
|
5453
|
+
},
|
|
5004
5454
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
5005
5455
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5006
5456
|
"did": "user(0)",
|
|
@@ -5050,6 +5500,11 @@ Array [
|
|
|
5050
5500
|
Object {
|
|
5051
5501
|
"post": Object {
|
|
5052
5502
|
"author": Object {
|
|
5503
|
+
"associated": Object {
|
|
5504
|
+
"activitySubscription": Object {
|
|
5505
|
+
"allowSubscriptions": "followers",
|
|
5506
|
+
},
|
|
5507
|
+
},
|
|
5053
5508
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
5054
5509
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5055
5510
|
"did": "user(0)",
|
|
@@ -5120,6 +5575,11 @@ Array [
|
|
|
5120
5575
|
Object {
|
|
5121
5576
|
"post": Object {
|
|
5122
5577
|
"author": Object {
|
|
5578
|
+
"associated": Object {
|
|
5579
|
+
"activitySubscription": Object {
|
|
5580
|
+
"allowSubscriptions": "followers",
|
|
5581
|
+
},
|
|
5582
|
+
},
|
|
5123
5583
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
5124
5584
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5125
5585
|
"did": "user(0)",
|
|
@@ -5178,6 +5638,11 @@ Array [
|
|
|
5178
5638
|
},
|
|
5179
5639
|
"reply": Object {
|
|
5180
5640
|
"grandparentAuthor": Object {
|
|
5641
|
+
"associated": Object {
|
|
5642
|
+
"activitySubscription": Object {
|
|
5643
|
+
"allowSubscriptions": "followers",
|
|
5644
|
+
},
|
|
5645
|
+
},
|
|
5181
5646
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
5182
5647
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5183
5648
|
"did": "user(0)",
|
|
@@ -5209,6 +5674,11 @@ Array [
|
|
|
5209
5674
|
"parent": Object {
|
|
5210
5675
|
"$type": "app.bsky.feed.defs#postView",
|
|
5211
5676
|
"author": Object {
|
|
5677
|
+
"associated": Object {
|
|
5678
|
+
"activitySubscription": Object {
|
|
5679
|
+
"allowSubscriptions": "followers",
|
|
5680
|
+
},
|
|
5681
|
+
},
|
|
5212
5682
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
5213
5683
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5214
5684
|
"did": "user(2)",
|
|
@@ -5293,6 +5763,11 @@ Array [
|
|
|
5293
5763
|
"root": Object {
|
|
5294
5764
|
"$type": "app.bsky.feed.defs#postView",
|
|
5295
5765
|
"author": Object {
|
|
5766
|
+
"associated": Object {
|
|
5767
|
+
"activitySubscription": Object {
|
|
5768
|
+
"allowSubscriptions": "followers",
|
|
5769
|
+
},
|
|
5770
|
+
},
|
|
5296
5771
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
5297
5772
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5298
5773
|
"did": "user(0)",
|
|
@@ -5345,6 +5820,11 @@ Array [
|
|
|
5345
5820
|
Object {
|
|
5346
5821
|
"post": Object {
|
|
5347
5822
|
"author": Object {
|
|
5823
|
+
"associated": Object {
|
|
5824
|
+
"activitySubscription": Object {
|
|
5825
|
+
"allowSubscriptions": "followers",
|
|
5826
|
+
},
|
|
5827
|
+
},
|
|
5348
5828
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
5349
5829
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5350
5830
|
"did": "user(0)",
|
|
@@ -5380,6 +5860,9 @@ Array [
|
|
|
5380
5860
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
5381
5861
|
"author": Object {
|
|
5382
5862
|
"associated": Object {
|
|
5863
|
+
"activitySubscription": Object {
|
|
5864
|
+
"allowSubscriptions": "followers",
|
|
5865
|
+
},
|
|
5383
5866
|
"chat": Object {
|
|
5384
5867
|
"allowIncoming": "none",
|
|
5385
5868
|
},
|
|
@@ -5399,6 +5882,11 @@ Array [
|
|
|
5399
5882
|
"record": Object {
|
|
5400
5883
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
5401
5884
|
"author": Object {
|
|
5885
|
+
"associated": Object {
|
|
5886
|
+
"activitySubscription": Object {
|
|
5887
|
+
"allowSubscriptions": "followers",
|
|
5888
|
+
},
|
|
5889
|
+
},
|
|
5402
5890
|
"did": "user(5)",
|
|
5403
5891
|
"handle": "carol.test",
|
|
5404
5892
|
"labels": Array [],
|
|
@@ -5531,6 +6019,11 @@ Array [
|
|
|
5531
6019
|
Object {
|
|
5532
6020
|
"post": Object {
|
|
5533
6021
|
"author": Object {
|
|
6022
|
+
"associated": Object {
|
|
6023
|
+
"activitySubscription": Object {
|
|
6024
|
+
"allowSubscriptions": "followers",
|
|
6025
|
+
},
|
|
6026
|
+
},
|
|
5534
6027
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
5535
6028
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5536
6029
|
"did": "user(0)",
|
|
@@ -5582,6 +6075,11 @@ Array [
|
|
|
5582
6075
|
Object {
|
|
5583
6076
|
"post": Object {
|
|
5584
6077
|
"author": Object {
|
|
6078
|
+
"associated": Object {
|
|
6079
|
+
"activitySubscription": Object {
|
|
6080
|
+
"allowSubscriptions": "followers",
|
|
6081
|
+
},
|
|
6082
|
+
},
|
|
5585
6083
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
5586
6084
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5587
6085
|
"did": "user(0)",
|