@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)",
|
|
@@ -63,6 +68,9 @@ Array [
|
|
|
63
68
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
64
69
|
"by": Object {
|
|
65
70
|
"associated": Object {
|
|
71
|
+
"activitySubscription": Object {
|
|
72
|
+
"allowSubscriptions": "followers",
|
|
73
|
+
},
|
|
66
74
|
"chat": Object {
|
|
67
75
|
"allowIncoming": "none",
|
|
68
76
|
},
|
|
@@ -89,6 +97,11 @@ Array [
|
|
|
89
97
|
"root": Object {
|
|
90
98
|
"$type": "app.bsky.feed.defs#postView",
|
|
91
99
|
"author": Object {
|
|
100
|
+
"associated": Object {
|
|
101
|
+
"activitySubscription": Object {
|
|
102
|
+
"allowSubscriptions": "followers",
|
|
103
|
+
},
|
|
104
|
+
},
|
|
92
105
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
93
106
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
94
107
|
"did": "user(0)",
|
|
@@ -138,6 +151,11 @@ Array [
|
|
|
138
151
|
Object {
|
|
139
152
|
"post": Object {
|
|
140
153
|
"author": Object {
|
|
154
|
+
"associated": Object {
|
|
155
|
+
"activitySubscription": Object {
|
|
156
|
+
"allowSubscriptions": "followers",
|
|
157
|
+
},
|
|
158
|
+
},
|
|
141
159
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
142
160
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
143
161
|
"did": "user(0)",
|
|
@@ -186,6 +204,9 @@ Array [
|
|
|
186
204
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
187
205
|
"by": Object {
|
|
188
206
|
"associated": Object {
|
|
207
|
+
"activitySubscription": Object {
|
|
208
|
+
"allowSubscriptions": "followers",
|
|
209
|
+
},
|
|
189
210
|
"chat": Object {
|
|
190
211
|
"allowIncoming": "none",
|
|
191
212
|
},
|
|
@@ -207,6 +228,11 @@ Array [
|
|
|
207
228
|
Object {
|
|
208
229
|
"post": Object {
|
|
209
230
|
"author": Object {
|
|
231
|
+
"associated": Object {
|
|
232
|
+
"activitySubscription": Object {
|
|
233
|
+
"allowSubscriptions": "followers",
|
|
234
|
+
},
|
|
235
|
+
},
|
|
210
236
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
211
237
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
212
238
|
"did": "user(0)",
|
|
@@ -270,6 +296,11 @@ Array [
|
|
|
270
296
|
"root": Object {
|
|
271
297
|
"$type": "app.bsky.feed.defs#postView",
|
|
272
298
|
"author": Object {
|
|
299
|
+
"associated": Object {
|
|
300
|
+
"activitySubscription": Object {
|
|
301
|
+
"allowSubscriptions": "followers",
|
|
302
|
+
},
|
|
303
|
+
},
|
|
273
304
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
274
305
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
275
306
|
"did": "user(0)",
|
|
@@ -319,6 +350,11 @@ Array [
|
|
|
319
350
|
Object {
|
|
320
351
|
"post": Object {
|
|
321
352
|
"author": Object {
|
|
353
|
+
"associated": Object {
|
|
354
|
+
"activitySubscription": Object {
|
|
355
|
+
"allowSubscriptions": "followers",
|
|
356
|
+
},
|
|
357
|
+
},
|
|
322
358
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
323
359
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
324
360
|
"did": "user(0)",
|
|
@@ -352,6 +388,9 @@ Array [
|
|
|
352
388
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
353
389
|
"author": Object {
|
|
354
390
|
"associated": Object {
|
|
391
|
+
"activitySubscription": Object {
|
|
392
|
+
"allowSubscriptions": "followers",
|
|
393
|
+
},
|
|
355
394
|
"chat": Object {
|
|
356
395
|
"allowIncoming": "none",
|
|
357
396
|
},
|
|
@@ -447,6 +486,11 @@ Array [
|
|
|
447
486
|
Object {
|
|
448
487
|
"post": Object {
|
|
449
488
|
"author": Object {
|
|
489
|
+
"associated": Object {
|
|
490
|
+
"activitySubscription": Object {
|
|
491
|
+
"allowSubscriptions": "followers",
|
|
492
|
+
},
|
|
493
|
+
},
|
|
450
494
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
451
495
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
452
496
|
"did": "user(0)",
|
|
@@ -496,6 +540,9 @@ Array [
|
|
|
496
540
|
"post": Object {
|
|
497
541
|
"author": Object {
|
|
498
542
|
"associated": Object {
|
|
543
|
+
"activitySubscription": Object {
|
|
544
|
+
"allowSubscriptions": "followers",
|
|
545
|
+
},
|
|
499
546
|
"chat": Object {
|
|
500
547
|
"allowIncoming": "none",
|
|
501
548
|
},
|
|
@@ -561,6 +608,9 @@ Array [
|
|
|
561
608
|
"post": Object {
|
|
562
609
|
"author": Object {
|
|
563
610
|
"associated": Object {
|
|
611
|
+
"activitySubscription": Object {
|
|
612
|
+
"allowSubscriptions": "followers",
|
|
613
|
+
},
|
|
564
614
|
"chat": Object {
|
|
565
615
|
"allowIncoming": "none",
|
|
566
616
|
},
|
|
@@ -596,6 +646,11 @@ Array [
|
|
|
596
646
|
Object {
|
|
597
647
|
"post": Object {
|
|
598
648
|
"author": Object {
|
|
649
|
+
"associated": Object {
|
|
650
|
+
"activitySubscription": Object {
|
|
651
|
+
"allowSubscriptions": "followers",
|
|
652
|
+
},
|
|
653
|
+
},
|
|
599
654
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
600
655
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
601
656
|
"did": "user(0)",
|
|
@@ -665,6 +720,11 @@ Array [
|
|
|
665
720
|
Object {
|
|
666
721
|
"post": Object {
|
|
667
722
|
"author": Object {
|
|
723
|
+
"associated": Object {
|
|
724
|
+
"activitySubscription": Object {
|
|
725
|
+
"allowSubscriptions": "followers",
|
|
726
|
+
},
|
|
727
|
+
},
|
|
668
728
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
669
729
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
670
730
|
"did": "user(0)",
|
|
@@ -723,6 +783,9 @@ Array [
|
|
|
723
783
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
724
784
|
"by": Object {
|
|
725
785
|
"associated": Object {
|
|
786
|
+
"activitySubscription": Object {
|
|
787
|
+
"allowSubscriptions": "followers",
|
|
788
|
+
},
|
|
726
789
|
"chat": Object {
|
|
727
790
|
"allowIncoming": "none",
|
|
728
791
|
},
|
|
@@ -749,6 +812,11 @@ Array [
|
|
|
749
812
|
"root": Object {
|
|
750
813
|
"$type": "app.bsky.feed.defs#postView",
|
|
751
814
|
"author": Object {
|
|
815
|
+
"associated": Object {
|
|
816
|
+
"activitySubscription": Object {
|
|
817
|
+
"allowSubscriptions": "followers",
|
|
818
|
+
},
|
|
819
|
+
},
|
|
752
820
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
753
821
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
754
822
|
"did": "user(0)",
|
|
@@ -798,6 +866,11 @@ Array [
|
|
|
798
866
|
Object {
|
|
799
867
|
"post": Object {
|
|
800
868
|
"author": Object {
|
|
869
|
+
"associated": Object {
|
|
870
|
+
"activitySubscription": Object {
|
|
871
|
+
"allowSubscriptions": "followers",
|
|
872
|
+
},
|
|
873
|
+
},
|
|
801
874
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
802
875
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
803
876
|
"did": "user(0)",
|
|
@@ -846,6 +919,9 @@ Array [
|
|
|
846
919
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
847
920
|
"by": Object {
|
|
848
921
|
"associated": Object {
|
|
922
|
+
"activitySubscription": Object {
|
|
923
|
+
"allowSubscriptions": "followers",
|
|
924
|
+
},
|
|
849
925
|
"chat": Object {
|
|
850
926
|
"allowIncoming": "none",
|
|
851
927
|
},
|
|
@@ -867,6 +943,11 @@ Array [
|
|
|
867
943
|
Object {
|
|
868
944
|
"post": Object {
|
|
869
945
|
"author": Object {
|
|
946
|
+
"associated": Object {
|
|
947
|
+
"activitySubscription": Object {
|
|
948
|
+
"allowSubscriptions": "followers",
|
|
949
|
+
},
|
|
950
|
+
},
|
|
870
951
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
871
952
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
872
953
|
"did": "user(0)",
|
|
@@ -930,6 +1011,11 @@ Array [
|
|
|
930
1011
|
"root": Object {
|
|
931
1012
|
"$type": "app.bsky.feed.defs#postView",
|
|
932
1013
|
"author": Object {
|
|
1014
|
+
"associated": Object {
|
|
1015
|
+
"activitySubscription": Object {
|
|
1016
|
+
"allowSubscriptions": "followers",
|
|
1017
|
+
},
|
|
1018
|
+
},
|
|
933
1019
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
934
1020
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
935
1021
|
"did": "user(0)",
|
|
@@ -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(3)",
|
|
983
1074
|
"handle": "carol.test",
|
|
984
1075
|
"labels": Array [],
|
|
@@ -1021,6 +1112,11 @@ Array [
|
|
|
1021
1112
|
"parent": Object {
|
|
1022
1113
|
"$type": "app.bsky.feed.defs#postView",
|
|
1023
1114
|
"author": Object {
|
|
1115
|
+
"associated": Object {
|
|
1116
|
+
"activitySubscription": Object {
|
|
1117
|
+
"allowSubscriptions": "followers",
|
|
1118
|
+
},
|
|
1119
|
+
},
|
|
1024
1120
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1025
1121
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1026
1122
|
"did": "user(0)",
|
|
@@ -1068,6 +1164,11 @@ Array [
|
|
|
1068
1164
|
"root": Object {
|
|
1069
1165
|
"$type": "app.bsky.feed.defs#postView",
|
|
1070
1166
|
"author": Object {
|
|
1167
|
+
"associated": Object {
|
|
1168
|
+
"activitySubscription": Object {
|
|
1169
|
+
"allowSubscriptions": "followers",
|
|
1170
|
+
},
|
|
1171
|
+
},
|
|
1071
1172
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1072
1173
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1073
1174
|
"did": "user(0)",
|
|
@@ -1117,6 +1218,11 @@ Array [
|
|
|
1117
1218
|
Object {
|
|
1118
1219
|
"post": Object {
|
|
1119
1220
|
"author": Object {
|
|
1221
|
+
"associated": Object {
|
|
1222
|
+
"activitySubscription": Object {
|
|
1223
|
+
"allowSubscriptions": "followers",
|
|
1224
|
+
},
|
|
1225
|
+
},
|
|
1120
1226
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1121
1227
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1122
1228
|
"did": "user(0)",
|
|
@@ -1188,6 +1294,11 @@ Array [
|
|
|
1188
1294
|
Object {
|
|
1189
1295
|
"post": Object {
|
|
1190
1296
|
"author": Object {
|
|
1297
|
+
"associated": Object {
|
|
1298
|
+
"activitySubscription": Object {
|
|
1299
|
+
"allowSubscriptions": "followers",
|
|
1300
|
+
},
|
|
1301
|
+
},
|
|
1191
1302
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(1)@jpeg",
|
|
1192
1303
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1193
1304
|
"did": "user(4)",
|
|
@@ -1223,6 +1334,11 @@ Array [
|
|
|
1223
1334
|
Object {
|
|
1224
1335
|
"post": Object {
|
|
1225
1336
|
"author": Object {
|
|
1337
|
+
"associated": Object {
|
|
1338
|
+
"activitySubscription": Object {
|
|
1339
|
+
"allowSubscriptions": "followers",
|
|
1340
|
+
},
|
|
1341
|
+
},
|
|
1226
1342
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1227
1343
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1228
1344
|
"did": "user(0)",
|
|
@@ -1272,6 +1388,9 @@ Array [
|
|
|
1272
1388
|
"post": Object {
|
|
1273
1389
|
"author": Object {
|
|
1274
1390
|
"associated": Object {
|
|
1391
|
+
"activitySubscription": Object {
|
|
1392
|
+
"allowSubscriptions": "followers",
|
|
1393
|
+
},
|
|
1275
1394
|
"chat": Object {
|
|
1276
1395
|
"allowIncoming": "none",
|
|
1277
1396
|
},
|
|
@@ -1307,6 +1426,11 @@ Array [
|
|
|
1307
1426
|
Object {
|
|
1308
1427
|
"post": Object {
|
|
1309
1428
|
"author": Object {
|
|
1429
|
+
"associated": Object {
|
|
1430
|
+
"activitySubscription": Object {
|
|
1431
|
+
"allowSubscriptions": "followers",
|
|
1432
|
+
},
|
|
1433
|
+
},
|
|
1310
1434
|
"did": "user(3)",
|
|
1311
1435
|
"handle": "carol.test",
|
|
1312
1436
|
"labels": Array [],
|
|
@@ -1339,6 +1463,11 @@ Array [
|
|
|
1339
1463
|
"record": Object {
|
|
1340
1464
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
1341
1465
|
"author": Object {
|
|
1466
|
+
"associated": Object {
|
|
1467
|
+
"activitySubscription": Object {
|
|
1468
|
+
"allowSubscriptions": "followers",
|
|
1469
|
+
},
|
|
1470
|
+
},
|
|
1342
1471
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(1)@jpeg",
|
|
1343
1472
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1344
1473
|
"did": "user(4)",
|
|
@@ -1447,6 +1576,11 @@ Array [
|
|
|
1447
1576
|
Object {
|
|
1448
1577
|
"post": Object {
|
|
1449
1578
|
"author": Object {
|
|
1579
|
+
"associated": Object {
|
|
1580
|
+
"activitySubscription": Object {
|
|
1581
|
+
"allowSubscriptions": "followers",
|
|
1582
|
+
},
|
|
1583
|
+
},
|
|
1450
1584
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(1)@jpeg",
|
|
1451
1585
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1452
1586
|
"did": "user(4)",
|
|
@@ -1494,6 +1628,11 @@ Array [
|
|
|
1494
1628
|
Object {
|
|
1495
1629
|
"post": Object {
|
|
1496
1630
|
"author": Object {
|
|
1631
|
+
"associated": Object {
|
|
1632
|
+
"activitySubscription": Object {
|
|
1633
|
+
"allowSubscriptions": "followers",
|
|
1634
|
+
},
|
|
1635
|
+
},
|
|
1497
1636
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1498
1637
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1499
1638
|
"did": "user(0)",
|
|
@@ -1563,6 +1702,11 @@ Array [
|
|
|
1563
1702
|
Object {
|
|
1564
1703
|
"post": Object {
|
|
1565
1704
|
"author": Object {
|
|
1705
|
+
"associated": Object {
|
|
1706
|
+
"activitySubscription": Object {
|
|
1707
|
+
"allowSubscriptions": "followers",
|
|
1708
|
+
},
|
|
1709
|
+
},
|
|
1566
1710
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1567
1711
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1568
1712
|
"did": "user(0)",
|
|
@@ -1621,6 +1765,9 @@ Array [
|
|
|
1621
1765
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
1622
1766
|
"by": Object {
|
|
1623
1767
|
"associated": Object {
|
|
1768
|
+
"activitySubscription": Object {
|
|
1769
|
+
"allowSubscriptions": "followers",
|
|
1770
|
+
},
|
|
1624
1771
|
"chat": Object {
|
|
1625
1772
|
"allowIncoming": "none",
|
|
1626
1773
|
},
|
|
@@ -1640,6 +1787,11 @@ Array [
|
|
|
1640
1787
|
},
|
|
1641
1788
|
"reply": Object {
|
|
1642
1789
|
"grandparentAuthor": Object {
|
|
1790
|
+
"associated": Object {
|
|
1791
|
+
"activitySubscription": Object {
|
|
1792
|
+
"allowSubscriptions": "followers",
|
|
1793
|
+
},
|
|
1794
|
+
},
|
|
1643
1795
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1644
1796
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1645
1797
|
"did": "user(0)",
|
|
@@ -1669,6 +1821,11 @@ Array [
|
|
|
1669
1821
|
"parent": Object {
|
|
1670
1822
|
"$type": "app.bsky.feed.defs#postView",
|
|
1671
1823
|
"author": Object {
|
|
1824
|
+
"associated": Object {
|
|
1825
|
+
"activitySubscription": Object {
|
|
1826
|
+
"allowSubscriptions": "followers",
|
|
1827
|
+
},
|
|
1828
|
+
},
|
|
1672
1829
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
1673
1830
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1674
1831
|
"did": "user(3)",
|
|
@@ -1754,6 +1911,11 @@ Array [
|
|
|
1754
1911
|
"root": Object {
|
|
1755
1912
|
"$type": "app.bsky.feed.defs#postView",
|
|
1756
1913
|
"author": Object {
|
|
1914
|
+
"associated": Object {
|
|
1915
|
+
"activitySubscription": Object {
|
|
1916
|
+
"allowSubscriptions": "followers",
|
|
1917
|
+
},
|
|
1918
|
+
},
|
|
1757
1919
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1758
1920
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1759
1921
|
"did": "user(0)",
|
|
@@ -1803,6 +1965,11 @@ Array [
|
|
|
1803
1965
|
Object {
|
|
1804
1966
|
"post": Object {
|
|
1805
1967
|
"author": Object {
|
|
1968
|
+
"associated": Object {
|
|
1969
|
+
"activitySubscription": Object {
|
|
1970
|
+
"allowSubscriptions": "followers",
|
|
1971
|
+
},
|
|
1972
|
+
},
|
|
1806
1973
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1807
1974
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1808
1975
|
"did": "user(0)",
|
|
@@ -1851,6 +2018,9 @@ Array [
|
|
|
1851
2018
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
1852
2019
|
"by": Object {
|
|
1853
2020
|
"associated": Object {
|
|
2021
|
+
"activitySubscription": Object {
|
|
2022
|
+
"allowSubscriptions": "followers",
|
|
2023
|
+
},
|
|
1854
2024
|
"chat": Object {
|
|
1855
2025
|
"allowIncoming": "none",
|
|
1856
2026
|
},
|
|
@@ -1873,6 +2043,9 @@ Array [
|
|
|
1873
2043
|
"post": Object {
|
|
1874
2044
|
"author": Object {
|
|
1875
2045
|
"associated": Object {
|
|
2046
|
+
"activitySubscription": Object {
|
|
2047
|
+
"allowSubscriptions": "followers",
|
|
2048
|
+
},
|
|
1876
2049
|
"chat": Object {
|
|
1877
2050
|
"allowIncoming": "none",
|
|
1878
2051
|
},
|
|
@@ -1892,6 +2065,11 @@ Array [
|
|
|
1892
2065
|
"record": Object {
|
|
1893
2066
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
1894
2067
|
"author": Object {
|
|
2068
|
+
"associated": Object {
|
|
2069
|
+
"activitySubscription": Object {
|
|
2070
|
+
"allowSubscriptions": "followers",
|
|
2071
|
+
},
|
|
2072
|
+
},
|
|
1895
2073
|
"did": "user(5)",
|
|
1896
2074
|
"handle": "carol.test",
|
|
1897
2075
|
"labels": Array [],
|
|
@@ -1925,6 +2103,11 @@ Array [
|
|
|
1925
2103
|
"record": Object {
|
|
1926
2104
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
1927
2105
|
"author": Object {
|
|
2106
|
+
"associated": Object {
|
|
2107
|
+
"activitySubscription": Object {
|
|
2108
|
+
"allowSubscriptions": "followers",
|
|
2109
|
+
},
|
|
2110
|
+
},
|
|
1928
2111
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
1929
2112
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1930
2113
|
"did": "user(3)",
|
|
@@ -2066,6 +2249,11 @@ Array [
|
|
|
2066
2249
|
"reason": Object {
|
|
2067
2250
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
2068
2251
|
"by": Object {
|
|
2252
|
+
"associated": Object {
|
|
2253
|
+
"activitySubscription": Object {
|
|
2254
|
+
"allowSubscriptions": "followers",
|
|
2255
|
+
},
|
|
2256
|
+
},
|
|
2069
2257
|
"did": "user(5)",
|
|
2070
2258
|
"handle": "carol.test",
|
|
2071
2259
|
"labels": Array [],
|
|
@@ -2084,6 +2272,11 @@ Array [
|
|
|
2084
2272
|
Object {
|
|
2085
2273
|
"post": Object {
|
|
2086
2274
|
"author": Object {
|
|
2275
|
+
"associated": Object {
|
|
2276
|
+
"activitySubscription": Object {
|
|
2277
|
+
"allowSubscriptions": "followers",
|
|
2278
|
+
},
|
|
2279
|
+
},
|
|
2087
2280
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2088
2281
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2089
2282
|
"did": "user(0)",
|
|
@@ -2140,6 +2333,11 @@ Array [
|
|
|
2140
2333
|
},
|
|
2141
2334
|
"reply": Object {
|
|
2142
2335
|
"grandparentAuthor": Object {
|
|
2336
|
+
"associated": Object {
|
|
2337
|
+
"activitySubscription": Object {
|
|
2338
|
+
"allowSubscriptions": "followers",
|
|
2339
|
+
},
|
|
2340
|
+
},
|
|
2143
2341
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2144
2342
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2145
2343
|
"did": "user(0)",
|
|
@@ -2169,6 +2367,11 @@ Array [
|
|
|
2169
2367
|
"parent": Object {
|
|
2170
2368
|
"$type": "app.bsky.feed.defs#postView",
|
|
2171
2369
|
"author": Object {
|
|
2370
|
+
"associated": Object {
|
|
2371
|
+
"activitySubscription": Object {
|
|
2372
|
+
"allowSubscriptions": "followers",
|
|
2373
|
+
},
|
|
2374
|
+
},
|
|
2172
2375
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
2173
2376
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2174
2377
|
"did": "user(3)",
|
|
@@ -2254,6 +2457,11 @@ Array [
|
|
|
2254
2457
|
"root": Object {
|
|
2255
2458
|
"$type": "app.bsky.feed.defs#postView",
|
|
2256
2459
|
"author": Object {
|
|
2460
|
+
"associated": Object {
|
|
2461
|
+
"activitySubscription": Object {
|
|
2462
|
+
"allowSubscriptions": "followers",
|
|
2463
|
+
},
|
|
2464
|
+
},
|
|
2257
2465
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2258
2466
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2259
2467
|
"did": "user(0)",
|
|
@@ -2303,6 +2511,11 @@ Array [
|
|
|
2303
2511
|
Object {
|
|
2304
2512
|
"post": Object {
|
|
2305
2513
|
"author": Object {
|
|
2514
|
+
"associated": Object {
|
|
2515
|
+
"activitySubscription": Object {
|
|
2516
|
+
"allowSubscriptions": "followers",
|
|
2517
|
+
},
|
|
2518
|
+
},
|
|
2306
2519
|
"did": "user(5)",
|
|
2307
2520
|
"handle": "carol.test",
|
|
2308
2521
|
"labels": Array [],
|
|
@@ -2345,6 +2558,11 @@ Array [
|
|
|
2345
2558
|
"parent": Object {
|
|
2346
2559
|
"$type": "app.bsky.feed.defs#postView",
|
|
2347
2560
|
"author": Object {
|
|
2561
|
+
"associated": Object {
|
|
2562
|
+
"activitySubscription": Object {
|
|
2563
|
+
"allowSubscriptions": "followers",
|
|
2564
|
+
},
|
|
2565
|
+
},
|
|
2348
2566
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2349
2567
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2350
2568
|
"did": "user(0)",
|
|
@@ -2392,6 +2610,11 @@ Array [
|
|
|
2392
2610
|
"root": Object {
|
|
2393
2611
|
"$type": "app.bsky.feed.defs#postView",
|
|
2394
2612
|
"author": Object {
|
|
2613
|
+
"associated": Object {
|
|
2614
|
+
"activitySubscription": Object {
|
|
2615
|
+
"allowSubscriptions": "followers",
|
|
2616
|
+
},
|
|
2617
|
+
},
|
|
2395
2618
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2396
2619
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2397
2620
|
"did": "user(0)",
|
|
@@ -2441,6 +2664,11 @@ Array [
|
|
|
2441
2664
|
Object {
|
|
2442
2665
|
"post": Object {
|
|
2443
2666
|
"author": Object {
|
|
2667
|
+
"associated": Object {
|
|
2668
|
+
"activitySubscription": Object {
|
|
2669
|
+
"allowSubscriptions": "followers",
|
|
2670
|
+
},
|
|
2671
|
+
},
|
|
2444
2672
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
2445
2673
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2446
2674
|
"did": "user(3)",
|
|
@@ -2527,6 +2755,11 @@ Array [
|
|
|
2527
2755
|
"parent": Object {
|
|
2528
2756
|
"$type": "app.bsky.feed.defs#postView",
|
|
2529
2757
|
"author": Object {
|
|
2758
|
+
"associated": Object {
|
|
2759
|
+
"activitySubscription": Object {
|
|
2760
|
+
"allowSubscriptions": "followers",
|
|
2761
|
+
},
|
|
2762
|
+
},
|
|
2530
2763
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2531
2764
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2532
2765
|
"did": "user(0)",
|
|
@@ -2574,6 +2807,11 @@ Array [
|
|
|
2574
2807
|
"root": Object {
|
|
2575
2808
|
"$type": "app.bsky.feed.defs#postView",
|
|
2576
2809
|
"author": Object {
|
|
2810
|
+
"associated": Object {
|
|
2811
|
+
"activitySubscription": Object {
|
|
2812
|
+
"allowSubscriptions": "followers",
|
|
2813
|
+
},
|
|
2814
|
+
},
|
|
2577
2815
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2578
2816
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2579
2817
|
"did": "user(0)",
|
|
@@ -2623,6 +2861,11 @@ Array [
|
|
|
2623
2861
|
Object {
|
|
2624
2862
|
"post": Object {
|
|
2625
2863
|
"author": Object {
|
|
2864
|
+
"associated": Object {
|
|
2865
|
+
"activitySubscription": Object {
|
|
2866
|
+
"allowSubscriptions": "followers",
|
|
2867
|
+
},
|
|
2868
|
+
},
|
|
2626
2869
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2627
2870
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2628
2871
|
"did": "user(0)",
|
|
@@ -2656,6 +2899,9 @@ Array [
|
|
|
2656
2899
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
2657
2900
|
"author": Object {
|
|
2658
2901
|
"associated": Object {
|
|
2902
|
+
"activitySubscription": Object {
|
|
2903
|
+
"allowSubscriptions": "followers",
|
|
2904
|
+
},
|
|
2659
2905
|
"chat": Object {
|
|
2660
2906
|
"allowIncoming": "none",
|
|
2661
2907
|
},
|
|
@@ -2676,6 +2922,11 @@ Array [
|
|
|
2676
2922
|
"record": Object {
|
|
2677
2923
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
2678
2924
|
"author": Object {
|
|
2925
|
+
"associated": Object {
|
|
2926
|
+
"activitySubscription": Object {
|
|
2927
|
+
"allowSubscriptions": "followers",
|
|
2928
|
+
},
|
|
2929
|
+
},
|
|
2679
2930
|
"did": "user(5)",
|
|
2680
2931
|
"handle": "carol.test",
|
|
2681
2932
|
"labels": Array [],
|
|
@@ -2817,6 +3068,11 @@ Array [
|
|
|
2817
3068
|
Object {
|
|
2818
3069
|
"post": Object {
|
|
2819
3070
|
"author": Object {
|
|
3071
|
+
"associated": Object {
|
|
3072
|
+
"activitySubscription": Object {
|
|
3073
|
+
"allowSubscriptions": "followers",
|
|
3074
|
+
},
|
|
3075
|
+
},
|
|
2820
3076
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
2821
3077
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2822
3078
|
"did": "user(3)",
|
|
@@ -2852,6 +3108,11 @@ Array [
|
|
|
2852
3108
|
Object {
|
|
2853
3109
|
"post": Object {
|
|
2854
3110
|
"author": Object {
|
|
3111
|
+
"associated": Object {
|
|
3112
|
+
"activitySubscription": Object {
|
|
3113
|
+
"allowSubscriptions": "followers",
|
|
3114
|
+
},
|
|
3115
|
+
},
|
|
2855
3116
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2856
3117
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2857
3118
|
"did": "user(0)",
|
|
@@ -2901,6 +3162,9 @@ Array [
|
|
|
2901
3162
|
"post": Object {
|
|
2902
3163
|
"author": Object {
|
|
2903
3164
|
"associated": Object {
|
|
3165
|
+
"activitySubscription": Object {
|
|
3166
|
+
"allowSubscriptions": "followers",
|
|
3167
|
+
},
|
|
2904
3168
|
"chat": Object {
|
|
2905
3169
|
"allowIncoming": "none",
|
|
2906
3170
|
},
|
|
@@ -2920,6 +3184,11 @@ Array [
|
|
|
2920
3184
|
"record": Object {
|
|
2921
3185
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
2922
3186
|
"author": Object {
|
|
3187
|
+
"associated": Object {
|
|
3188
|
+
"activitySubscription": Object {
|
|
3189
|
+
"allowSubscriptions": "followers",
|
|
3190
|
+
},
|
|
3191
|
+
},
|
|
2923
3192
|
"did": "user(5)",
|
|
2924
3193
|
"handle": "carol.test",
|
|
2925
3194
|
"labels": Array [],
|
|
@@ -2953,6 +3222,11 @@ Array [
|
|
|
2953
3222
|
"record": Object {
|
|
2954
3223
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
2955
3224
|
"author": Object {
|
|
3225
|
+
"associated": Object {
|
|
3226
|
+
"activitySubscription": Object {
|
|
3227
|
+
"allowSubscriptions": "followers",
|
|
3228
|
+
},
|
|
3229
|
+
},
|
|
2956
3230
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
2957
3231
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2958
3232
|
"did": "user(3)",
|
|
@@ -3096,6 +3370,9 @@ Array [
|
|
|
3096
3370
|
"post": Object {
|
|
3097
3371
|
"author": Object {
|
|
3098
3372
|
"associated": Object {
|
|
3373
|
+
"activitySubscription": Object {
|
|
3374
|
+
"allowSubscriptions": "followers",
|
|
3375
|
+
},
|
|
3099
3376
|
"chat": Object {
|
|
3100
3377
|
"allowIncoming": "none",
|
|
3101
3378
|
},
|
|
@@ -3131,6 +3408,11 @@ Array [
|
|
|
3131
3408
|
Object {
|
|
3132
3409
|
"post": Object {
|
|
3133
3410
|
"author": Object {
|
|
3411
|
+
"associated": Object {
|
|
3412
|
+
"activitySubscription": Object {
|
|
3413
|
+
"allowSubscriptions": "followers",
|
|
3414
|
+
},
|
|
3415
|
+
},
|
|
3134
3416
|
"did": "user(5)",
|
|
3135
3417
|
"handle": "carol.test",
|
|
3136
3418
|
"labels": Array [],
|
|
@@ -3163,6 +3445,11 @@ Array [
|
|
|
3163
3445
|
"record": Object {
|
|
3164
3446
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
3165
3447
|
"author": Object {
|
|
3448
|
+
"associated": Object {
|
|
3449
|
+
"activitySubscription": Object {
|
|
3450
|
+
"allowSubscriptions": "followers",
|
|
3451
|
+
},
|
|
3452
|
+
},
|
|
3166
3453
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
3167
3454
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3168
3455
|
"did": "user(3)",
|
|
@@ -3271,6 +3558,11 @@ Array [
|
|
|
3271
3558
|
Object {
|
|
3272
3559
|
"post": Object {
|
|
3273
3560
|
"author": Object {
|
|
3561
|
+
"associated": Object {
|
|
3562
|
+
"activitySubscription": Object {
|
|
3563
|
+
"allowSubscriptions": "followers",
|
|
3564
|
+
},
|
|
3565
|
+
},
|
|
3274
3566
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
3275
3567
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3276
3568
|
"did": "user(3)",
|
|
@@ -3318,6 +3610,11 @@ Array [
|
|
|
3318
3610
|
Object {
|
|
3319
3611
|
"post": Object {
|
|
3320
3612
|
"author": Object {
|
|
3613
|
+
"associated": Object {
|
|
3614
|
+
"activitySubscription": Object {
|
|
3615
|
+
"allowSubscriptions": "followers",
|
|
3616
|
+
},
|
|
3617
|
+
},
|
|
3321
3618
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
3322
3619
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3323
3620
|
"did": "user(0)",
|
|
@@ -3388,6 +3685,9 @@ Array [
|
|
|
3388
3685
|
"post": Object {
|
|
3389
3686
|
"author": Object {
|
|
3390
3687
|
"associated": Object {
|
|
3688
|
+
"activitySubscription": Object {
|
|
3689
|
+
"allowSubscriptions": "followers",
|
|
3690
|
+
},
|
|
3391
3691
|
"chat": Object {
|
|
3392
3692
|
"allowIncoming": "none",
|
|
3393
3693
|
},
|
|
@@ -3407,6 +3707,11 @@ Array [
|
|
|
3407
3707
|
"record": Object {
|
|
3408
3708
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
3409
3709
|
"author": Object {
|
|
3710
|
+
"associated": Object {
|
|
3711
|
+
"activitySubscription": Object {
|
|
3712
|
+
"allowSubscriptions": "followers",
|
|
3713
|
+
},
|
|
3714
|
+
},
|
|
3410
3715
|
"did": "user(2)",
|
|
3411
3716
|
"handle": "carol.test",
|
|
3412
3717
|
"labels": Array [],
|
|
@@ -3439,6 +3744,11 @@ Array [
|
|
|
3439
3744
|
"record": Object {
|
|
3440
3745
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
3441
3746
|
"author": Object {
|
|
3747
|
+
"associated": Object {
|
|
3748
|
+
"activitySubscription": Object {
|
|
3749
|
+
"allowSubscriptions": "followers",
|
|
3750
|
+
},
|
|
3751
|
+
},
|
|
3442
3752
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(5)@jpeg",
|
|
3443
3753
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3444
3754
|
"did": "user(4)",
|
|
@@ -3578,6 +3888,11 @@ Array [
|
|
|
3578
3888
|
"reason": Object {
|
|
3579
3889
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
3580
3890
|
"by": Object {
|
|
3891
|
+
"associated": Object {
|
|
3892
|
+
"activitySubscription": Object {
|
|
3893
|
+
"allowSubscriptions": "followers",
|
|
3894
|
+
},
|
|
3895
|
+
},
|
|
3581
3896
|
"did": "user(2)",
|
|
3582
3897
|
"handle": "carol.test",
|
|
3583
3898
|
"labels": Array [],
|
|
@@ -3595,6 +3910,11 @@ Array [
|
|
|
3595
3910
|
Object {
|
|
3596
3911
|
"post": Object {
|
|
3597
3912
|
"author": Object {
|
|
3913
|
+
"associated": Object {
|
|
3914
|
+
"activitySubscription": Object {
|
|
3915
|
+
"allowSubscriptions": "followers",
|
|
3916
|
+
},
|
|
3917
|
+
},
|
|
3598
3918
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
3599
3919
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3600
3920
|
"did": "user(1)",
|
|
@@ -3653,6 +3973,11 @@ Array [
|
|
|
3653
3973
|
},
|
|
3654
3974
|
"reply": Object {
|
|
3655
3975
|
"grandparentAuthor": Object {
|
|
3976
|
+
"associated": Object {
|
|
3977
|
+
"activitySubscription": Object {
|
|
3978
|
+
"allowSubscriptions": "followers",
|
|
3979
|
+
},
|
|
3980
|
+
},
|
|
3656
3981
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
3657
3982
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3658
3983
|
"did": "user(1)",
|
|
@@ -3684,6 +4009,11 @@ Array [
|
|
|
3684
4009
|
"parent": Object {
|
|
3685
4010
|
"$type": "app.bsky.feed.defs#postView",
|
|
3686
4011
|
"author": Object {
|
|
4012
|
+
"associated": Object {
|
|
4013
|
+
"activitySubscription": Object {
|
|
4014
|
+
"allowSubscriptions": "followers",
|
|
4015
|
+
},
|
|
4016
|
+
},
|
|
3687
4017
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(5)@jpeg",
|
|
3688
4018
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3689
4019
|
"did": "user(4)",
|
|
@@ -3767,6 +4097,11 @@ Array [
|
|
|
3767
4097
|
"root": Object {
|
|
3768
4098
|
"$type": "app.bsky.feed.defs#postView",
|
|
3769
4099
|
"author": Object {
|
|
4100
|
+
"associated": Object {
|
|
4101
|
+
"activitySubscription": Object {
|
|
4102
|
+
"allowSubscriptions": "followers",
|
|
4103
|
+
},
|
|
4104
|
+
},
|
|
3770
4105
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
3771
4106
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3772
4107
|
"did": "user(1)",
|
|
@@ -3819,6 +4154,11 @@ Array [
|
|
|
3819
4154
|
Object {
|
|
3820
4155
|
"post": Object {
|
|
3821
4156
|
"author": Object {
|
|
4157
|
+
"associated": Object {
|
|
4158
|
+
"activitySubscription": Object {
|
|
4159
|
+
"allowSubscriptions": "followers",
|
|
4160
|
+
},
|
|
4161
|
+
},
|
|
3822
4162
|
"did": "user(2)",
|
|
3823
4163
|
"handle": "carol.test",
|
|
3824
4164
|
"labels": Array [],
|
|
@@ -3860,6 +4200,11 @@ Array [
|
|
|
3860
4200
|
"parent": Object {
|
|
3861
4201
|
"$type": "app.bsky.feed.defs#postView",
|
|
3862
4202
|
"author": Object {
|
|
4203
|
+
"associated": Object {
|
|
4204
|
+
"activitySubscription": Object {
|
|
4205
|
+
"allowSubscriptions": "followers",
|
|
4206
|
+
},
|
|
4207
|
+
},
|
|
3863
4208
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
3864
4209
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3865
4210
|
"did": "user(1)",
|
|
@@ -3910,6 +4255,11 @@ Array [
|
|
|
3910
4255
|
"root": Object {
|
|
3911
4256
|
"$type": "app.bsky.feed.defs#postView",
|
|
3912
4257
|
"author": Object {
|
|
4258
|
+
"associated": Object {
|
|
4259
|
+
"activitySubscription": Object {
|
|
4260
|
+
"allowSubscriptions": "followers",
|
|
4261
|
+
},
|
|
4262
|
+
},
|
|
3913
4263
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
3914
4264
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3915
4265
|
"did": "user(1)",
|
|
@@ -3962,6 +4312,11 @@ Array [
|
|
|
3962
4312
|
Object {
|
|
3963
4313
|
"post": Object {
|
|
3964
4314
|
"author": Object {
|
|
4315
|
+
"associated": Object {
|
|
4316
|
+
"activitySubscription": Object {
|
|
4317
|
+
"allowSubscriptions": "followers",
|
|
4318
|
+
},
|
|
4319
|
+
},
|
|
3965
4320
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(5)@jpeg",
|
|
3966
4321
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
3967
4322
|
"did": "user(4)",
|
|
@@ -4046,6 +4401,11 @@ Array [
|
|
|
4046
4401
|
"parent": Object {
|
|
4047
4402
|
"$type": "app.bsky.feed.defs#postView",
|
|
4048
4403
|
"author": Object {
|
|
4404
|
+
"associated": Object {
|
|
4405
|
+
"activitySubscription": Object {
|
|
4406
|
+
"allowSubscriptions": "followers",
|
|
4407
|
+
},
|
|
4408
|
+
},
|
|
4049
4409
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
4050
4410
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4051
4411
|
"did": "user(1)",
|
|
@@ -4096,6 +4456,11 @@ Array [
|
|
|
4096
4456
|
"root": Object {
|
|
4097
4457
|
"$type": "app.bsky.feed.defs#postView",
|
|
4098
4458
|
"author": Object {
|
|
4459
|
+
"associated": Object {
|
|
4460
|
+
"activitySubscription": Object {
|
|
4461
|
+
"allowSubscriptions": "followers",
|
|
4462
|
+
},
|
|
4463
|
+
},
|
|
4099
4464
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
4100
4465
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4101
4466
|
"did": "user(1)",
|
|
@@ -4148,6 +4513,11 @@ Array [
|
|
|
4148
4513
|
Object {
|
|
4149
4514
|
"post": Object {
|
|
4150
4515
|
"author": Object {
|
|
4516
|
+
"associated": Object {
|
|
4517
|
+
"activitySubscription": Object {
|
|
4518
|
+
"allowSubscriptions": "followers",
|
|
4519
|
+
},
|
|
4520
|
+
},
|
|
4151
4521
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
4152
4522
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4153
4523
|
"did": "user(1)",
|
|
@@ -4183,6 +4553,9 @@ Array [
|
|
|
4183
4553
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
4184
4554
|
"author": Object {
|
|
4185
4555
|
"associated": Object {
|
|
4556
|
+
"activitySubscription": Object {
|
|
4557
|
+
"allowSubscriptions": "followers",
|
|
4558
|
+
},
|
|
4186
4559
|
"chat": Object {
|
|
4187
4560
|
"allowIncoming": "none",
|
|
4188
4561
|
},
|
|
@@ -4203,6 +4576,11 @@ Array [
|
|
|
4203
4576
|
"record": Object {
|
|
4204
4577
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
4205
4578
|
"author": Object {
|
|
4579
|
+
"associated": Object {
|
|
4580
|
+
"activitySubscription": Object {
|
|
4581
|
+
"allowSubscriptions": "followers",
|
|
4582
|
+
},
|
|
4583
|
+
},
|
|
4206
4584
|
"did": "user(2)",
|
|
4207
4585
|
"handle": "carol.test",
|
|
4208
4586
|
"labels": Array [],
|
|
@@ -4344,6 +4722,11 @@ Array [
|
|
|
4344
4722
|
Object {
|
|
4345
4723
|
"post": Object {
|
|
4346
4724
|
"author": Object {
|
|
4725
|
+
"associated": Object {
|
|
4726
|
+
"activitySubscription": Object {
|
|
4727
|
+
"allowSubscriptions": "followers",
|
|
4728
|
+
},
|
|
4729
|
+
},
|
|
4347
4730
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(5)@jpeg",
|
|
4348
4731
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4349
4732
|
"did": "user(4)",
|
|
@@ -4377,6 +4760,11 @@ Array [
|
|
|
4377
4760
|
Object {
|
|
4378
4761
|
"post": Object {
|
|
4379
4762
|
"author": Object {
|
|
4763
|
+
"associated": Object {
|
|
4764
|
+
"activitySubscription": Object {
|
|
4765
|
+
"allowSubscriptions": "followers",
|
|
4766
|
+
},
|
|
4767
|
+
},
|
|
4380
4768
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
4381
4769
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4382
4770
|
"did": "user(1)",
|
|
@@ -4428,6 +4816,11 @@ Array [
|
|
|
4428
4816
|
Object {
|
|
4429
4817
|
"post": Object {
|
|
4430
4818
|
"author": Object {
|
|
4819
|
+
"associated": Object {
|
|
4820
|
+
"activitySubscription": Object {
|
|
4821
|
+
"allowSubscriptions": "followers",
|
|
4822
|
+
},
|
|
4823
|
+
},
|
|
4431
4824
|
"did": "user(2)",
|
|
4432
4825
|
"handle": "carol.test",
|
|
4433
4826
|
"labels": Array [],
|
|
@@ -4459,6 +4852,11 @@ Array [
|
|
|
4459
4852
|
"record": Object {
|
|
4460
4853
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
4461
4854
|
"author": Object {
|
|
4855
|
+
"associated": Object {
|
|
4856
|
+
"activitySubscription": Object {
|
|
4857
|
+
"allowSubscriptions": "followers",
|
|
4858
|
+
},
|
|
4859
|
+
},
|
|
4462
4860
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(5)@jpeg",
|
|
4463
4861
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4464
4862
|
"did": "user(4)",
|
|
@@ -4565,6 +4963,11 @@ Array [
|
|
|
4565
4963
|
Object {
|
|
4566
4964
|
"post": Object {
|
|
4567
4965
|
"author": Object {
|
|
4966
|
+
"associated": Object {
|
|
4967
|
+
"activitySubscription": Object {
|
|
4968
|
+
"allowSubscriptions": "followers",
|
|
4969
|
+
},
|
|
4970
|
+
},
|
|
4568
4971
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(5)@jpeg",
|
|
4569
4972
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4570
4973
|
"did": "user(4)",
|
|
@@ -4610,6 +5013,11 @@ Array [
|
|
|
4610
5013
|
Object {
|
|
4611
5014
|
"post": Object {
|
|
4612
5015
|
"author": Object {
|
|
5016
|
+
"associated": Object {
|
|
5017
|
+
"activitySubscription": Object {
|
|
5018
|
+
"allowSubscriptions": "followers",
|
|
5019
|
+
},
|
|
5020
|
+
},
|
|
4613
5021
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
4614
5022
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4615
5023
|
"did": "user(1)",
|
|
@@ -4682,6 +5090,9 @@ Array [
|
|
|
4682
5090
|
"post": Object {
|
|
4683
5091
|
"author": Object {
|
|
4684
5092
|
"associated": Object {
|
|
5093
|
+
"activitySubscription": Object {
|
|
5094
|
+
"allowSubscriptions": "followers",
|
|
5095
|
+
},
|
|
4685
5096
|
"chat": Object {
|
|
4686
5097
|
"allowIncoming": "none",
|
|
4687
5098
|
},
|
|
@@ -4700,6 +5111,11 @@ Array [
|
|
|
4700
5111
|
"record": Object {
|
|
4701
5112
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
4702
5113
|
"author": Object {
|
|
5114
|
+
"associated": Object {
|
|
5115
|
+
"activitySubscription": Object {
|
|
5116
|
+
"allowSubscriptions": "followers",
|
|
5117
|
+
},
|
|
5118
|
+
},
|
|
4703
5119
|
"did": "user(2)",
|
|
4704
5120
|
"handle": "carol.test",
|
|
4705
5121
|
"labels": Array [],
|
|
@@ -4731,6 +5147,11 @@ Array [
|
|
|
4731
5147
|
"record": Object {
|
|
4732
5148
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
4733
5149
|
"author": Object {
|
|
5150
|
+
"associated": Object {
|
|
5151
|
+
"activitySubscription": Object {
|
|
5152
|
+
"allowSubscriptions": "followers",
|
|
5153
|
+
},
|
|
5154
|
+
},
|
|
4734
5155
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(5)@jpeg",
|
|
4735
5156
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4736
5157
|
"did": "user(4)",
|
|
@@ -4872,6 +5293,11 @@ Array [
|
|
|
4872
5293
|
"reason": Object {
|
|
4873
5294
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
4874
5295
|
"by": Object {
|
|
5296
|
+
"associated": Object {
|
|
5297
|
+
"activitySubscription": Object {
|
|
5298
|
+
"allowSubscriptions": "followers",
|
|
5299
|
+
},
|
|
5300
|
+
},
|
|
4875
5301
|
"did": "user(2)",
|
|
4876
5302
|
"handle": "carol.test",
|
|
4877
5303
|
"labels": Array [],
|
|
@@ -4888,6 +5314,11 @@ Array [
|
|
|
4888
5314
|
Object {
|
|
4889
5315
|
"post": Object {
|
|
4890
5316
|
"author": Object {
|
|
5317
|
+
"associated": Object {
|
|
5318
|
+
"activitySubscription": Object {
|
|
5319
|
+
"allowSubscriptions": "followers",
|
|
5320
|
+
},
|
|
5321
|
+
},
|
|
4891
5322
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
4892
5323
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4893
5324
|
"did": "user(1)",
|
|
@@ -4946,6 +5377,11 @@ Array [
|
|
|
4946
5377
|
},
|
|
4947
5378
|
"reply": Object {
|
|
4948
5379
|
"grandparentAuthor": Object {
|
|
5380
|
+
"associated": Object {
|
|
5381
|
+
"activitySubscription": Object {
|
|
5382
|
+
"allowSubscriptions": "followers",
|
|
5383
|
+
},
|
|
5384
|
+
},
|
|
4949
5385
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
4950
5386
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4951
5387
|
"did": "user(1)",
|
|
@@ -4977,6 +5413,11 @@ Array [
|
|
|
4977
5413
|
"parent": Object {
|
|
4978
5414
|
"$type": "app.bsky.feed.defs#postView",
|
|
4979
5415
|
"author": Object {
|
|
5416
|
+
"associated": Object {
|
|
5417
|
+
"activitySubscription": Object {
|
|
5418
|
+
"allowSubscriptions": "followers",
|
|
5419
|
+
},
|
|
5420
|
+
},
|
|
4980
5421
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(5)@jpeg",
|
|
4981
5422
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
4982
5423
|
"did": "user(4)",
|
|
@@ -5061,6 +5502,11 @@ Array [
|
|
|
5061
5502
|
"root": Object {
|
|
5062
5503
|
"$type": "app.bsky.feed.defs#postView",
|
|
5063
5504
|
"author": Object {
|
|
5505
|
+
"associated": Object {
|
|
5506
|
+
"activitySubscription": Object {
|
|
5507
|
+
"allowSubscriptions": "followers",
|
|
5508
|
+
},
|
|
5509
|
+
},
|
|
5064
5510
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
5065
5511
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5066
5512
|
"did": "user(1)",
|
|
@@ -5113,6 +5559,11 @@ Array [
|
|
|
5113
5559
|
Object {
|
|
5114
5560
|
"post": Object {
|
|
5115
5561
|
"author": Object {
|
|
5562
|
+
"associated": Object {
|
|
5563
|
+
"activitySubscription": Object {
|
|
5564
|
+
"allowSubscriptions": "followers",
|
|
5565
|
+
},
|
|
5566
|
+
},
|
|
5116
5567
|
"did": "user(2)",
|
|
5117
5568
|
"handle": "carol.test",
|
|
5118
5569
|
"labels": Array [],
|
|
@@ -5153,6 +5604,11 @@ Array [
|
|
|
5153
5604
|
"parent": Object {
|
|
5154
5605
|
"$type": "app.bsky.feed.defs#postView",
|
|
5155
5606
|
"author": Object {
|
|
5607
|
+
"associated": Object {
|
|
5608
|
+
"activitySubscription": Object {
|
|
5609
|
+
"allowSubscriptions": "followers",
|
|
5610
|
+
},
|
|
5611
|
+
},
|
|
5156
5612
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
5157
5613
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5158
5614
|
"did": "user(1)",
|
|
@@ -5203,6 +5659,11 @@ Array [
|
|
|
5203
5659
|
"root": Object {
|
|
5204
5660
|
"$type": "app.bsky.feed.defs#postView",
|
|
5205
5661
|
"author": Object {
|
|
5662
|
+
"associated": Object {
|
|
5663
|
+
"activitySubscription": Object {
|
|
5664
|
+
"allowSubscriptions": "followers",
|
|
5665
|
+
},
|
|
5666
|
+
},
|
|
5206
5667
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
5207
5668
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5208
5669
|
"did": "user(1)",
|
|
@@ -5255,6 +5716,11 @@ Array [
|
|
|
5255
5716
|
Object {
|
|
5256
5717
|
"post": Object {
|
|
5257
5718
|
"author": Object {
|
|
5719
|
+
"associated": Object {
|
|
5720
|
+
"activitySubscription": Object {
|
|
5721
|
+
"allowSubscriptions": "followers",
|
|
5722
|
+
},
|
|
5723
|
+
},
|
|
5258
5724
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
5259
5725
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5260
5726
|
"did": "user(1)",
|
|
@@ -5290,6 +5756,9 @@ Array [
|
|
|
5290
5756
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
5291
5757
|
"author": Object {
|
|
5292
5758
|
"associated": Object {
|
|
5759
|
+
"activitySubscription": Object {
|
|
5760
|
+
"allowSubscriptions": "followers",
|
|
5761
|
+
},
|
|
5293
5762
|
"chat": Object {
|
|
5294
5763
|
"allowIncoming": "none",
|
|
5295
5764
|
},
|
|
@@ -5309,6 +5778,11 @@ Array [
|
|
|
5309
5778
|
"record": Object {
|
|
5310
5779
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
5311
5780
|
"author": Object {
|
|
5781
|
+
"associated": Object {
|
|
5782
|
+
"activitySubscription": Object {
|
|
5783
|
+
"allowSubscriptions": "followers",
|
|
5784
|
+
},
|
|
5785
|
+
},
|
|
5312
5786
|
"did": "user(2)",
|
|
5313
5787
|
"handle": "carol.test",
|
|
5314
5788
|
"labels": Array [],
|
|
@@ -5449,6 +5923,11 @@ Array [
|
|
|
5449
5923
|
Object {
|
|
5450
5924
|
"post": Object {
|
|
5451
5925
|
"author": Object {
|
|
5926
|
+
"associated": Object {
|
|
5927
|
+
"activitySubscription": Object {
|
|
5928
|
+
"allowSubscriptions": "followers",
|
|
5929
|
+
},
|
|
5930
|
+
},
|
|
5452
5931
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
5453
5932
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5454
5933
|
"did": "user(1)",
|
|
@@ -5500,6 +5979,11 @@ Array [
|
|
|
5500
5979
|
Object {
|
|
5501
5980
|
"post": Object {
|
|
5502
5981
|
"author": Object {
|
|
5982
|
+
"associated": Object {
|
|
5983
|
+
"activitySubscription": Object {
|
|
5984
|
+
"allowSubscriptions": "followers",
|
|
5985
|
+
},
|
|
5986
|
+
},
|
|
5503
5987
|
"did": "user(2)",
|
|
5504
5988
|
"handle": "carol.test",
|
|
5505
5989
|
"labels": Array [],
|
|
@@ -5530,6 +6014,11 @@ Array [
|
|
|
5530
6014
|
"record": Object {
|
|
5531
6015
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
5532
6016
|
"author": Object {
|
|
6017
|
+
"associated": Object {
|
|
6018
|
+
"activitySubscription": Object {
|
|
6019
|
+
"allowSubscriptions": "followers",
|
|
6020
|
+
},
|
|
6021
|
+
},
|
|
5533
6022
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(5)@jpeg",
|
|
5534
6023
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5535
6024
|
"did": "user(4)",
|
|
@@ -5636,6 +6125,11 @@ Array [
|
|
|
5636
6125
|
Object {
|
|
5637
6126
|
"post": Object {
|
|
5638
6127
|
"author": Object {
|
|
6128
|
+
"associated": Object {
|
|
6129
|
+
"activitySubscription": Object {
|
|
6130
|
+
"allowSubscriptions": "followers",
|
|
6131
|
+
},
|
|
6132
|
+
},
|
|
5639
6133
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(6)/cids(5)@jpeg",
|
|
5640
6134
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5641
6135
|
"did": "user(1)",
|
|
@@ -5707,6 +6201,11 @@ Array [
|
|
|
5707
6201
|
Object {
|
|
5708
6202
|
"post": Object {
|
|
5709
6203
|
"author": Object {
|
|
6204
|
+
"associated": Object {
|
|
6205
|
+
"activitySubscription": Object {
|
|
6206
|
+
"allowSubscriptions": "followers",
|
|
6207
|
+
},
|
|
6208
|
+
},
|
|
5710
6209
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
5711
6210
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5712
6211
|
"did": "user(0)",
|
|
@@ -5767,6 +6266,9 @@ Array [
|
|
|
5767
6266
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
5768
6267
|
"by": Object {
|
|
5769
6268
|
"associated": Object {
|
|
6269
|
+
"activitySubscription": Object {
|
|
6270
|
+
"allowSubscriptions": "followers",
|
|
6271
|
+
},
|
|
5770
6272
|
"chat": Object {
|
|
5771
6273
|
"allowIncoming": "none",
|
|
5772
6274
|
},
|
|
@@ -5785,6 +6287,11 @@ Array [
|
|
|
5785
6287
|
},
|
|
5786
6288
|
"reply": Object {
|
|
5787
6289
|
"grandparentAuthor": Object {
|
|
6290
|
+
"associated": Object {
|
|
6291
|
+
"activitySubscription": Object {
|
|
6292
|
+
"allowSubscriptions": "followers",
|
|
6293
|
+
},
|
|
6294
|
+
},
|
|
5788
6295
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
5789
6296
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5790
6297
|
"did": "user(0)",
|
|
@@ -5815,6 +6322,11 @@ Array [
|
|
|
5815
6322
|
"parent": Object {
|
|
5816
6323
|
"$type": "app.bsky.feed.defs#postView",
|
|
5817
6324
|
"author": Object {
|
|
6325
|
+
"associated": Object {
|
|
6326
|
+
"activitySubscription": Object {
|
|
6327
|
+
"allowSubscriptions": "followers",
|
|
6328
|
+
},
|
|
6329
|
+
},
|
|
5818
6330
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
5819
6331
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5820
6332
|
"did": "user(3)",
|
|
@@ -5899,6 +6411,11 @@ Array [
|
|
|
5899
6411
|
"root": Object {
|
|
5900
6412
|
"$type": "app.bsky.feed.defs#postView",
|
|
5901
6413
|
"author": Object {
|
|
6414
|
+
"associated": Object {
|
|
6415
|
+
"activitySubscription": Object {
|
|
6416
|
+
"allowSubscriptions": "followers",
|
|
6417
|
+
},
|
|
6418
|
+
},
|
|
5902
6419
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
5903
6420
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5904
6421
|
"did": "user(0)",
|
|
@@ -5951,6 +6468,11 @@ Array [
|
|
|
5951
6468
|
Object {
|
|
5952
6469
|
"post": Object {
|
|
5953
6470
|
"author": Object {
|
|
6471
|
+
"associated": Object {
|
|
6472
|
+
"activitySubscription": Object {
|
|
6473
|
+
"allowSubscriptions": "followers",
|
|
6474
|
+
},
|
|
6475
|
+
},
|
|
5954
6476
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
5955
6477
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
5956
6478
|
"did": "user(0)",
|
|
@@ -6002,6 +6524,9 @@ Array [
|
|
|
6002
6524
|
"$type": "app.bsky.feed.defs#reasonRepost",
|
|
6003
6525
|
"by": Object {
|
|
6004
6526
|
"associated": Object {
|
|
6527
|
+
"activitySubscription": Object {
|
|
6528
|
+
"allowSubscriptions": "followers",
|
|
6529
|
+
},
|
|
6005
6530
|
"chat": Object {
|
|
6006
6531
|
"allowIncoming": "none",
|
|
6007
6532
|
},
|
|
@@ -6022,6 +6547,11 @@ Array [
|
|
|
6022
6547
|
Object {
|
|
6023
6548
|
"post": Object {
|
|
6024
6549
|
"author": Object {
|
|
6550
|
+
"associated": Object {
|
|
6551
|
+
"activitySubscription": Object {
|
|
6552
|
+
"allowSubscriptions": "followers",
|
|
6553
|
+
},
|
|
6554
|
+
},
|
|
6025
6555
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
6026
6556
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
6027
6557
|
"did": "user(3)",
|
|
@@ -6107,6 +6637,11 @@ Array [
|
|
|
6107
6637
|
"parent": Object {
|
|
6108
6638
|
"$type": "app.bsky.feed.defs#postView",
|
|
6109
6639
|
"author": Object {
|
|
6640
|
+
"associated": Object {
|
|
6641
|
+
"activitySubscription": Object {
|
|
6642
|
+
"allowSubscriptions": "followers",
|
|
6643
|
+
},
|
|
6644
|
+
},
|
|
6110
6645
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
6111
6646
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
6112
6647
|
"did": "user(0)",
|
|
@@ -6157,6 +6692,11 @@ Array [
|
|
|
6157
6692
|
"root": Object {
|
|
6158
6693
|
"$type": "app.bsky.feed.defs#postView",
|
|
6159
6694
|
"author": Object {
|
|
6695
|
+
"associated": Object {
|
|
6696
|
+
"activitySubscription": Object {
|
|
6697
|
+
"allowSubscriptions": "followers",
|
|
6698
|
+
},
|
|
6699
|
+
},
|
|
6160
6700
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
6161
6701
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
6162
6702
|
"did": "user(0)",
|
|
@@ -6209,6 +6749,11 @@ Array [
|
|
|
6209
6749
|
Object {
|
|
6210
6750
|
"post": Object {
|
|
6211
6751
|
"author": Object {
|
|
6752
|
+
"associated": Object {
|
|
6753
|
+
"activitySubscription": Object {
|
|
6754
|
+
"allowSubscriptions": "followers",
|
|
6755
|
+
},
|
|
6756
|
+
},
|
|
6212
6757
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
6213
6758
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
6214
6759
|
"did": "user(3)",
|
|
@@ -6244,6 +6789,9 @@ Array [
|
|
|
6244
6789
|
"post": Object {
|
|
6245
6790
|
"author": Object {
|
|
6246
6791
|
"associated": Object {
|
|
6792
|
+
"activitySubscription": Object {
|
|
6793
|
+
"allowSubscriptions": "followers",
|
|
6794
|
+
},
|
|
6247
6795
|
"chat": Object {
|
|
6248
6796
|
"allowIncoming": "none",
|
|
6249
6797
|
},
|
|
@@ -6262,6 +6810,11 @@ Array [
|
|
|
6262
6810
|
"record": Object {
|
|
6263
6811
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
6264
6812
|
"author": Object {
|
|
6813
|
+
"associated": Object {
|
|
6814
|
+
"activitySubscription": Object {
|
|
6815
|
+
"allowSubscriptions": "followers",
|
|
6816
|
+
},
|
|
6817
|
+
},
|
|
6265
6818
|
"did": "user(5)",
|
|
6266
6819
|
"handle": "carol.test",
|
|
6267
6820
|
"labels": Array [],
|
|
@@ -6293,6 +6846,11 @@ Array [
|
|
|
6293
6846
|
"record": Object {
|
|
6294
6847
|
"$type": "app.bsky.embed.record#viewRecord",
|
|
6295
6848
|
"author": Object {
|
|
6849
|
+
"associated": Object {
|
|
6850
|
+
"activitySubscription": Object {
|
|
6851
|
+
"allowSubscriptions": "followers",
|
|
6852
|
+
},
|
|
6853
|
+
},
|
|
6296
6854
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
6297
6855
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
6298
6856
|
"did": "user(3)",
|
|
@@ -6435,6 +6993,9 @@ Array [
|
|
|
6435
6993
|
"post": Object {
|
|
6436
6994
|
"author": Object {
|
|
6437
6995
|
"associated": Object {
|
|
6996
|
+
"activitySubscription": Object {
|
|
6997
|
+
"allowSubscriptions": "followers",
|
|
6998
|
+
},
|
|
6438
6999
|
"chat": Object {
|
|
6439
7000
|
"allowIncoming": "none",
|
|
6440
7001
|
},
|
|
@@ -6469,6 +7030,11 @@ Array [
|
|
|
6469
7030
|
Object {
|
|
6470
7031
|
"post": Object {
|
|
6471
7032
|
"author": Object {
|
|
7033
|
+
"associated": Object {
|
|
7034
|
+
"activitySubscription": Object {
|
|
7035
|
+
"allowSubscriptions": "followers",
|
|
7036
|
+
},
|
|
7037
|
+
},
|
|
6472
7038
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
|
6473
7039
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
6474
7040
|
"did": "user(3)",
|