@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
|
@@ -4,6 +4,11 @@ exports[`notification views does not generate self notifications for likes via o
|
|
|
4
4
|
Array [
|
|
5
5
|
Object {
|
|
6
6
|
"author": Object {
|
|
7
|
+
"associated": Object {
|
|
8
|
+
"activitySubscription": Object {
|
|
9
|
+
"allowSubscriptions": "followers",
|
|
10
|
+
},
|
|
11
|
+
},
|
|
7
12
|
"did": "user(0)",
|
|
8
13
|
"handle": "carol.test",
|
|
9
14
|
"labels": Array [],
|
|
@@ -34,6 +39,11 @@ Array [
|
|
|
34
39
|
},
|
|
35
40
|
Object {
|
|
36
41
|
"author": Object {
|
|
42
|
+
"associated": Object {
|
|
43
|
+
"activitySubscription": Object {
|
|
44
|
+
"allowSubscriptions": "followers",
|
|
45
|
+
},
|
|
46
|
+
},
|
|
37
47
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(2)/cids(4)@jpeg",
|
|
38
48
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
39
49
|
"description": "its me!",
|
|
@@ -90,6 +100,11 @@ exports[`notification views does not generate self notifications for likes via o
|
|
|
90
100
|
Array [
|
|
91
101
|
Object {
|
|
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(1)/cids(1)@jpeg",
|
|
94
109
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
95
110
|
"description": "its me!",
|
|
@@ -148,6 +163,9 @@ Array [
|
|
|
148
163
|
Object {
|
|
149
164
|
"author": Object {
|
|
150
165
|
"associated": Object {
|
|
166
|
+
"activitySubscription": Object {
|
|
167
|
+
"allowSubscriptions": "followers",
|
|
168
|
+
},
|
|
151
169
|
"chat": Object {
|
|
152
170
|
"allowIncoming": "none",
|
|
153
171
|
},
|
|
@@ -180,6 +198,9 @@ Array [
|
|
|
180
198
|
Object {
|
|
181
199
|
"author": Object {
|
|
182
200
|
"associated": Object {
|
|
201
|
+
"activitySubscription": Object {
|
|
202
|
+
"allowSubscriptions": "followers",
|
|
203
|
+
},
|
|
183
204
|
"chat": Object {
|
|
184
205
|
"allowIncoming": "none",
|
|
185
206
|
},
|
|
@@ -212,6 +233,9 @@ Array [
|
|
|
212
233
|
Object {
|
|
213
234
|
"author": Object {
|
|
214
235
|
"associated": Object {
|
|
236
|
+
"activitySubscription": Object {
|
|
237
|
+
"allowSubscriptions": "followers",
|
|
238
|
+
},
|
|
215
239
|
"chat": Object {
|
|
216
240
|
"allowIncoming": "none",
|
|
217
241
|
},
|
|
@@ -243,6 +267,11 @@ Array [
|
|
|
243
267
|
},
|
|
244
268
|
Object {
|
|
245
269
|
"author": Object {
|
|
270
|
+
"associated": Object {
|
|
271
|
+
"activitySubscription": Object {
|
|
272
|
+
"allowSubscriptions": "followers",
|
|
273
|
+
},
|
|
274
|
+
},
|
|
246
275
|
"did": "user(1)",
|
|
247
276
|
"handle": "carol.test",
|
|
248
277
|
"labels": Array [],
|
|
@@ -267,6 +296,11 @@ Array [
|
|
|
267
296
|
},
|
|
268
297
|
Object {
|
|
269
298
|
"author": Object {
|
|
299
|
+
"associated": Object {
|
|
300
|
+
"activitySubscription": Object {
|
|
301
|
+
"allowSubscriptions": "followers",
|
|
302
|
+
},
|
|
303
|
+
},
|
|
270
304
|
"did": "user(1)",
|
|
271
305
|
"handle": "carol.test",
|
|
272
306
|
"labels": Array [],
|
|
@@ -302,6 +336,11 @@ Array [
|
|
|
302
336
|
},
|
|
303
337
|
Object {
|
|
304
338
|
"author": Object {
|
|
339
|
+
"associated": Object {
|
|
340
|
+
"activitySubscription": Object {
|
|
341
|
+
"allowSubscriptions": "followers",
|
|
342
|
+
},
|
|
343
|
+
},
|
|
305
344
|
"did": "user(1)",
|
|
306
345
|
"handle": "carol.test",
|
|
307
346
|
"labels": Array [],
|
|
@@ -330,6 +369,11 @@ Array [
|
|
|
330
369
|
},
|
|
331
370
|
Object {
|
|
332
371
|
"author": Object {
|
|
372
|
+
"associated": Object {
|
|
373
|
+
"activitySubscription": Object {
|
|
374
|
+
"allowSubscriptions": "followers",
|
|
375
|
+
},
|
|
376
|
+
},
|
|
333
377
|
"did": "user(1)",
|
|
334
378
|
"handle": "carol.test",
|
|
335
379
|
"labels": Array [],
|
|
@@ -358,6 +402,11 @@ Array [
|
|
|
358
402
|
},
|
|
359
403
|
Object {
|
|
360
404
|
"author": Object {
|
|
405
|
+
"associated": Object {
|
|
406
|
+
"activitySubscription": Object {
|
|
407
|
+
"allowSubscriptions": "followers",
|
|
408
|
+
},
|
|
409
|
+
},
|
|
361
410
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(11)@jpeg",
|
|
362
411
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
363
412
|
"description": "hi im bob label_me",
|
|
@@ -387,6 +436,11 @@ Array [
|
|
|
387
436
|
},
|
|
388
437
|
Object {
|
|
389
438
|
"author": Object {
|
|
439
|
+
"associated": Object {
|
|
440
|
+
"activitySubscription": Object {
|
|
441
|
+
"allowSubscriptions": "followers",
|
|
442
|
+
},
|
|
443
|
+
},
|
|
390
444
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(11)@jpeg",
|
|
391
445
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
392
446
|
"description": "hi im bob label_me",
|
|
@@ -458,6 +512,11 @@ Array [
|
|
|
458
512
|
},
|
|
459
513
|
Object {
|
|
460
514
|
"author": Object {
|
|
515
|
+
"associated": Object {
|
|
516
|
+
"activitySubscription": Object {
|
|
517
|
+
"allowSubscriptions": "followers",
|
|
518
|
+
},
|
|
519
|
+
},
|
|
461
520
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(11)@jpeg",
|
|
462
521
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
463
522
|
"description": "hi im bob label_me",
|
|
@@ -491,6 +550,11 @@ Array [
|
|
|
491
550
|
},
|
|
492
551
|
Object {
|
|
493
552
|
"author": Object {
|
|
553
|
+
"associated": Object {
|
|
554
|
+
"activitySubscription": Object {
|
|
555
|
+
"allowSubscriptions": "followers",
|
|
556
|
+
},
|
|
557
|
+
},
|
|
494
558
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(11)@jpeg",
|
|
495
559
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
496
560
|
"description": "hi im bob label_me",
|
|
@@ -531,6 +595,11 @@ Object {
|
|
|
531
595
|
"notifications": Array [
|
|
532
596
|
Object {
|
|
533
597
|
"author": Object {
|
|
598
|
+
"associated": Object {
|
|
599
|
+
"activitySubscription": Object {
|
|
600
|
+
"allowSubscriptions": "followers",
|
|
601
|
+
},
|
|
602
|
+
},
|
|
534
603
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
535
604
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
536
605
|
"description": "its me!",
|
|
@@ -583,6 +652,11 @@ Object {
|
|
|
583
652
|
},
|
|
584
653
|
Object {
|
|
585
654
|
"author": Object {
|
|
655
|
+
"associated": Object {
|
|
656
|
+
"activitySubscription": Object {
|
|
657
|
+
"allowSubscriptions": "followers",
|
|
658
|
+
},
|
|
659
|
+
},
|
|
586
660
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
587
661
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
588
662
|
"description": "its me!",
|
|
@@ -635,6 +709,11 @@ Object {
|
|
|
635
709
|
},
|
|
636
710
|
Object {
|
|
637
711
|
"author": Object {
|
|
712
|
+
"associated": Object {
|
|
713
|
+
"activitySubscription": Object {
|
|
714
|
+
"allowSubscriptions": "followers",
|
|
715
|
+
},
|
|
716
|
+
},
|
|
638
717
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
639
718
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
640
719
|
"description": "its me!",
|
|
@@ -683,6 +762,11 @@ Object {
|
|
|
683
762
|
},
|
|
684
763
|
Object {
|
|
685
764
|
"author": Object {
|
|
765
|
+
"associated": Object {
|
|
766
|
+
"activitySubscription": Object {
|
|
767
|
+
"allowSubscriptions": "followers",
|
|
768
|
+
},
|
|
769
|
+
},
|
|
686
770
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
687
771
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
688
772
|
"description": "its me!",
|
|
@@ -737,6 +821,11 @@ Object {
|
|
|
737
821
|
"notifications": Array [
|
|
738
822
|
Object {
|
|
739
823
|
"author": Object {
|
|
824
|
+
"associated": Object {
|
|
825
|
+
"activitySubscription": Object {
|
|
826
|
+
"allowSubscriptions": "followers",
|
|
827
|
+
},
|
|
828
|
+
},
|
|
740
829
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
741
830
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
742
831
|
"description": "its me!",
|
|
@@ -789,6 +878,11 @@ Object {
|
|
|
789
878
|
},
|
|
790
879
|
Object {
|
|
791
880
|
"author": Object {
|
|
881
|
+
"associated": Object {
|
|
882
|
+
"activitySubscription": Object {
|
|
883
|
+
"allowSubscriptions": "followers",
|
|
884
|
+
},
|
|
885
|
+
},
|
|
792
886
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
793
887
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
794
888
|
"description": "its me!",
|
|
@@ -841,6 +935,11 @@ Object {
|
|
|
841
935
|
},
|
|
842
936
|
Object {
|
|
843
937
|
"author": Object {
|
|
938
|
+
"associated": Object {
|
|
939
|
+
"activitySubscription": Object {
|
|
940
|
+
"allowSubscriptions": "followers",
|
|
941
|
+
},
|
|
942
|
+
},
|
|
844
943
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
845
944
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
846
945
|
"description": "its me!",
|
|
@@ -889,6 +988,11 @@ Object {
|
|
|
889
988
|
},
|
|
890
989
|
Object {
|
|
891
990
|
"author": Object {
|
|
991
|
+
"associated": Object {
|
|
992
|
+
"activitySubscription": Object {
|
|
993
|
+
"allowSubscriptions": "followers",
|
|
994
|
+
},
|
|
995
|
+
},
|
|
892
996
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
893
997
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
894
998
|
"description": "its me!",
|
|
@@ -943,6 +1047,11 @@ Object {
|
|
|
943
1047
|
"notifications": Array [
|
|
944
1048
|
Object {
|
|
945
1049
|
"author": Object {
|
|
1050
|
+
"associated": Object {
|
|
1051
|
+
"activitySubscription": Object {
|
|
1052
|
+
"allowSubscriptions": "followers",
|
|
1053
|
+
},
|
|
1054
|
+
},
|
|
946
1055
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
947
1056
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
948
1057
|
"description": "its me!",
|
|
@@ -995,6 +1104,11 @@ Object {
|
|
|
995
1104
|
},
|
|
996
1105
|
Object {
|
|
997
1106
|
"author": Object {
|
|
1107
|
+
"associated": Object {
|
|
1108
|
+
"activitySubscription": Object {
|
|
1109
|
+
"allowSubscriptions": "followers",
|
|
1110
|
+
},
|
|
1111
|
+
},
|
|
998
1112
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
999
1113
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1000
1114
|
"description": "its me!",
|
|
@@ -1047,6 +1161,11 @@ Object {
|
|
|
1047
1161
|
},
|
|
1048
1162
|
Object {
|
|
1049
1163
|
"author": Object {
|
|
1164
|
+
"associated": Object {
|
|
1165
|
+
"activitySubscription": Object {
|
|
1166
|
+
"allowSubscriptions": "followers",
|
|
1167
|
+
},
|
|
1168
|
+
},
|
|
1050
1169
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
1051
1170
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1052
1171
|
"description": "hi im bob label_me",
|
|
@@ -1079,6 +1198,11 @@ Object {
|
|
|
1079
1198
|
},
|
|
1080
1199
|
Object {
|
|
1081
1200
|
"author": Object {
|
|
1201
|
+
"associated": Object {
|
|
1202
|
+
"activitySubscription": Object {
|
|
1203
|
+
"allowSubscriptions": "followers",
|
|
1204
|
+
},
|
|
1205
|
+
},
|
|
1082
1206
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1083
1207
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1084
1208
|
"description": "its me!",
|
|
@@ -1128,6 +1252,9 @@ Object {
|
|
|
1128
1252
|
Object {
|
|
1129
1253
|
"author": Object {
|
|
1130
1254
|
"associated": Object {
|
|
1255
|
+
"activitySubscription": Object {
|
|
1256
|
+
"allowSubscriptions": "followers",
|
|
1257
|
+
},
|
|
1131
1258
|
"chat": Object {
|
|
1132
1259
|
"allowIncoming": "none",
|
|
1133
1260
|
},
|
|
@@ -1176,6 +1303,11 @@ Object {
|
|
|
1176
1303
|
},
|
|
1177
1304
|
Object {
|
|
1178
1305
|
"author": Object {
|
|
1306
|
+
"associated": Object {
|
|
1307
|
+
"activitySubscription": Object {
|
|
1308
|
+
"allowSubscriptions": "followers",
|
|
1309
|
+
},
|
|
1310
|
+
},
|
|
1179
1311
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
|
1180
1312
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1181
1313
|
"description": "hi im bob label_me",
|
|
@@ -1204,6 +1336,11 @@ Object {
|
|
|
1204
1336
|
},
|
|
1205
1337
|
Object {
|
|
1206
1338
|
"author": Object {
|
|
1339
|
+
"associated": Object {
|
|
1340
|
+
"activitySubscription": Object {
|
|
1341
|
+
"allowSubscriptions": "followers",
|
|
1342
|
+
},
|
|
1343
|
+
},
|
|
1207
1344
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
1208
1345
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1209
1346
|
"description": "its me!",
|
|
@@ -1257,6 +1394,9 @@ Array [
|
|
|
1257
1394
|
Object {
|
|
1258
1395
|
"author": Object {
|
|
1259
1396
|
"associated": Object {
|
|
1397
|
+
"activitySubscription": Object {
|
|
1398
|
+
"allowSubscriptions": "followers",
|
|
1399
|
+
},
|
|
1260
1400
|
"chat": Object {
|
|
1261
1401
|
"allowIncoming": "none",
|
|
1262
1402
|
},
|
|
@@ -1289,6 +1429,9 @@ Array [
|
|
|
1289
1429
|
Object {
|
|
1290
1430
|
"author": Object {
|
|
1291
1431
|
"associated": Object {
|
|
1432
|
+
"activitySubscription": Object {
|
|
1433
|
+
"allowSubscriptions": "followers",
|
|
1434
|
+
},
|
|
1292
1435
|
"chat": Object {
|
|
1293
1436
|
"allowIncoming": "none",
|
|
1294
1437
|
},
|
|
@@ -1321,6 +1464,9 @@ Array [
|
|
|
1321
1464
|
Object {
|
|
1322
1465
|
"author": Object {
|
|
1323
1466
|
"associated": Object {
|
|
1467
|
+
"activitySubscription": Object {
|
|
1468
|
+
"allowSubscriptions": "followers",
|
|
1469
|
+
},
|
|
1324
1470
|
"chat": Object {
|
|
1325
1471
|
"allowIncoming": "none",
|
|
1326
1472
|
},
|
|
@@ -1370,6 +1516,9 @@ Array [
|
|
|
1370
1516
|
Object {
|
|
1371
1517
|
"author": Object {
|
|
1372
1518
|
"associated": Object {
|
|
1519
|
+
"activitySubscription": Object {
|
|
1520
|
+
"allowSubscriptions": "followers",
|
|
1521
|
+
},
|
|
1373
1522
|
"chat": Object {
|
|
1374
1523
|
"allowIncoming": "none",
|
|
1375
1524
|
},
|
|
@@ -1401,6 +1550,11 @@ Array [
|
|
|
1401
1550
|
},
|
|
1402
1551
|
Object {
|
|
1403
1552
|
"author": Object {
|
|
1553
|
+
"associated": Object {
|
|
1554
|
+
"activitySubscription": Object {
|
|
1555
|
+
"allowSubscriptions": "followers",
|
|
1556
|
+
},
|
|
1557
|
+
},
|
|
1404
1558
|
"did": "user(2)",
|
|
1405
1559
|
"handle": "carol.test",
|
|
1406
1560
|
"labels": Array [],
|
|
@@ -1425,6 +1579,11 @@ Array [
|
|
|
1425
1579
|
},
|
|
1426
1580
|
Object {
|
|
1427
1581
|
"author": Object {
|
|
1582
|
+
"associated": Object {
|
|
1583
|
+
"activitySubscription": Object {
|
|
1584
|
+
"allowSubscriptions": "followers",
|
|
1585
|
+
},
|
|
1586
|
+
},
|
|
1428
1587
|
"did": "user(2)",
|
|
1429
1588
|
"handle": "carol.test",
|
|
1430
1589
|
"labels": Array [],
|
|
@@ -1460,6 +1619,11 @@ Array [
|
|
|
1460
1619
|
},
|
|
1461
1620
|
Object {
|
|
1462
1621
|
"author": Object {
|
|
1622
|
+
"associated": Object {
|
|
1623
|
+
"activitySubscription": Object {
|
|
1624
|
+
"allowSubscriptions": "followers",
|
|
1625
|
+
},
|
|
1626
|
+
},
|
|
1463
1627
|
"did": "user(2)",
|
|
1464
1628
|
"handle": "carol.test",
|
|
1465
1629
|
"labels": Array [],
|
|
@@ -1495,6 +1659,11 @@ Array [
|
|
|
1495
1659
|
},
|
|
1496
1660
|
Object {
|
|
1497
1661
|
"author": Object {
|
|
1662
|
+
"associated": Object {
|
|
1663
|
+
"activitySubscription": Object {
|
|
1664
|
+
"allowSubscriptions": "followers",
|
|
1665
|
+
},
|
|
1666
|
+
},
|
|
1498
1667
|
"did": "user(2)",
|
|
1499
1668
|
"handle": "carol.test",
|
|
1500
1669
|
"labels": Array [],
|
|
@@ -1523,6 +1692,11 @@ Array [
|
|
|
1523
1692
|
},
|
|
1524
1693
|
Object {
|
|
1525
1694
|
"author": Object {
|
|
1695
|
+
"associated": Object {
|
|
1696
|
+
"activitySubscription": Object {
|
|
1697
|
+
"allowSubscriptions": "followers",
|
|
1698
|
+
},
|
|
1699
|
+
},
|
|
1526
1700
|
"did": "user(2)",
|
|
1527
1701
|
"handle": "carol.test",
|
|
1528
1702
|
"labels": Array [],
|
|
@@ -1551,6 +1725,11 @@ Array [
|
|
|
1551
1725
|
},
|
|
1552
1726
|
Object {
|
|
1553
1727
|
"author": Object {
|
|
1728
|
+
"associated": Object {
|
|
1729
|
+
"activitySubscription": Object {
|
|
1730
|
+
"allowSubscriptions": "followers",
|
|
1731
|
+
},
|
|
1732
|
+
},
|
|
1554
1733
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(14)@jpeg",
|
|
1555
1734
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1556
1735
|
"description": "hi im bob label_me",
|
|
@@ -1580,6 +1759,11 @@ Array [
|
|
|
1580
1759
|
},
|
|
1581
1760
|
Object {
|
|
1582
1761
|
"author": Object {
|
|
1762
|
+
"associated": Object {
|
|
1763
|
+
"activitySubscription": Object {
|
|
1764
|
+
"allowSubscriptions": "followers",
|
|
1765
|
+
},
|
|
1766
|
+
},
|
|
1583
1767
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(14)@jpeg",
|
|
1584
1768
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1585
1769
|
"description": "hi im bob label_me",
|
|
@@ -1651,6 +1835,11 @@ Array [
|
|
|
1651
1835
|
},
|
|
1652
1836
|
Object {
|
|
1653
1837
|
"author": Object {
|
|
1838
|
+
"associated": Object {
|
|
1839
|
+
"activitySubscription": Object {
|
|
1840
|
+
"allowSubscriptions": "followers",
|
|
1841
|
+
},
|
|
1842
|
+
},
|
|
1654
1843
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(14)@jpeg",
|
|
1655
1844
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1656
1845
|
"description": "hi im bob label_me",
|
|
@@ -1684,6 +1873,11 @@ Array [
|
|
|
1684
1873
|
},
|
|
1685
1874
|
Object {
|
|
1686
1875
|
"author": Object {
|
|
1876
|
+
"associated": Object {
|
|
1877
|
+
"activitySubscription": Object {
|
|
1878
|
+
"allowSubscriptions": "followers",
|
|
1879
|
+
},
|
|
1880
|
+
},
|
|
1687
1881
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(14)@jpeg",
|
|
1688
1882
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1689
1883
|
"description": "hi im bob label_me",
|
|
@@ -1723,6 +1917,11 @@ Object {
|
|
|
1723
1917
|
"notifications": Array [
|
|
1724
1918
|
Object {
|
|
1725
1919
|
"author": Object {
|
|
1920
|
+
"associated": Object {
|
|
1921
|
+
"activitySubscription": Object {
|
|
1922
|
+
"allowSubscriptions": "followers",
|
|
1923
|
+
},
|
|
1924
|
+
},
|
|
1726
1925
|
"did": "user(0)",
|
|
1727
1926
|
"handle": "carol.test",
|
|
1728
1927
|
"labels": Array [],
|
|
@@ -1758,6 +1957,11 @@ Object {
|
|
|
1758
1957
|
},
|
|
1759
1958
|
Object {
|
|
1760
1959
|
"author": Object {
|
|
1960
|
+
"associated": Object {
|
|
1961
|
+
"activitySubscription": Object {
|
|
1962
|
+
"allowSubscriptions": "followers",
|
|
1963
|
+
},
|
|
1964
|
+
},
|
|
1761
1965
|
"did": "user(0)",
|
|
1762
1966
|
"handle": "carol.test",
|
|
1763
1967
|
"labels": Array [],
|
|
@@ -1793,6 +1997,11 @@ Object {
|
|
|
1793
1997
|
},
|
|
1794
1998
|
Object {
|
|
1795
1999
|
"author": Object {
|
|
2000
|
+
"associated": Object {
|
|
2001
|
+
"activitySubscription": Object {
|
|
2002
|
+
"allowSubscriptions": "followers",
|
|
2003
|
+
},
|
|
2004
|
+
},
|
|
1796
2005
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(2)/cids(5)@jpeg",
|
|
1797
2006
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
1798
2007
|
"description": "hi im bob label_me",
|
|
@@ -1865,6 +2074,9 @@ Object {
|
|
|
1865
2074
|
Object {
|
|
1866
2075
|
"author": Object {
|
|
1867
2076
|
"associated": Object {
|
|
2077
|
+
"activitySubscription": Object {
|
|
2078
|
+
"allowSubscriptions": "followers",
|
|
2079
|
+
},
|
|
1868
2080
|
"chat": Object {
|
|
1869
2081
|
"allowIncoming": "none",
|
|
1870
2082
|
},
|
|
@@ -1923,6 +2135,9 @@ Object {
|
|
|
1923
2135
|
Object {
|
|
1924
2136
|
"author": Object {
|
|
1925
2137
|
"associated": Object {
|
|
2138
|
+
"activitySubscription": Object {
|
|
2139
|
+
"allowSubscriptions": "followers",
|
|
2140
|
+
},
|
|
1926
2141
|
"chat": Object {
|
|
1927
2142
|
"allowIncoming": "none",
|
|
1928
2143
|
},
|
|
@@ -1980,6 +2195,9 @@ Array [
|
|
|
1980
2195
|
Object {
|
|
1981
2196
|
"author": Object {
|
|
1982
2197
|
"associated": Object {
|
|
2198
|
+
"activitySubscription": Object {
|
|
2199
|
+
"allowSubscriptions": "followers",
|
|
2200
|
+
},
|
|
1983
2201
|
"chat": Object {
|
|
1984
2202
|
"allowIncoming": "none",
|
|
1985
2203
|
},
|
|
@@ -2011,6 +2229,11 @@ Array [
|
|
|
2011
2229
|
},
|
|
2012
2230
|
Object {
|
|
2013
2231
|
"author": Object {
|
|
2232
|
+
"associated": Object {
|
|
2233
|
+
"activitySubscription": Object {
|
|
2234
|
+
"allowSubscriptions": "followers",
|
|
2235
|
+
},
|
|
2236
|
+
},
|
|
2014
2237
|
"did": "user(1)",
|
|
2015
2238
|
"handle": "carol.test",
|
|
2016
2239
|
"labels": Array [],
|
|
@@ -2039,6 +2262,11 @@ Array [
|
|
|
2039
2262
|
},
|
|
2040
2263
|
Object {
|
|
2041
2264
|
"author": Object {
|
|
2265
|
+
"associated": Object {
|
|
2266
|
+
"activitySubscription": Object {
|
|
2267
|
+
"allowSubscriptions": "followers",
|
|
2268
|
+
},
|
|
2269
|
+
},
|
|
2042
2270
|
"did": "user(1)",
|
|
2043
2271
|
"handle": "carol.test",
|
|
2044
2272
|
"labels": Array [],
|
|
@@ -2067,6 +2295,11 @@ Array [
|
|
|
2067
2295
|
},
|
|
2068
2296
|
Object {
|
|
2069
2297
|
"author": Object {
|
|
2298
|
+
"associated": Object {
|
|
2299
|
+
"activitySubscription": Object {
|
|
2300
|
+
"allowSubscriptions": "followers",
|
|
2301
|
+
},
|
|
2302
|
+
},
|
|
2070
2303
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(6)@jpeg",
|
|
2071
2304
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2072
2305
|
"description": "hi im bob label_me",
|
|
@@ -2100,6 +2333,11 @@ Array [
|
|
|
2100
2333
|
},
|
|
2101
2334
|
Object {
|
|
2102
2335
|
"author": Object {
|
|
2336
|
+
"associated": Object {
|
|
2337
|
+
"activitySubscription": Object {
|
|
2338
|
+
"allowSubscriptions": "followers",
|
|
2339
|
+
},
|
|
2340
|
+
},
|
|
2103
2341
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(6)@jpeg",
|
|
2104
2342
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2105
2343
|
"description": "hi im bob label_me",
|
|
@@ -2138,6 +2376,11 @@ exports[`notification views generates notifications for likes via repost 1`] = `
|
|
|
2138
2376
|
Array [
|
|
2139
2377
|
Object {
|
|
2140
2378
|
"author": Object {
|
|
2379
|
+
"associated": Object {
|
|
2380
|
+
"activitySubscription": Object {
|
|
2381
|
+
"allowSubscriptions": "followers",
|
|
2382
|
+
},
|
|
2383
|
+
},
|
|
2141
2384
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2142
2385
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2143
2386
|
"description": "its me!",
|
|
@@ -2194,6 +2437,11 @@ exports[`notification views generates notifications for likes via repost 2`] = `
|
|
|
2194
2437
|
Array [
|
|
2195
2438
|
Object {
|
|
2196
2439
|
"author": Object {
|
|
2440
|
+
"associated": Object {
|
|
2441
|
+
"activitySubscription": Object {
|
|
2442
|
+
"allowSubscriptions": "followers",
|
|
2443
|
+
},
|
|
2444
|
+
},
|
|
2197
2445
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2198
2446
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2199
2447
|
"description": "its me!",
|
|
@@ -2251,6 +2499,11 @@ exports[`notification views generates notifications for quotes 1`] = `
|
|
|
2251
2499
|
Array [
|
|
2252
2500
|
Object {
|
|
2253
2501
|
"author": Object {
|
|
2502
|
+
"associated": Object {
|
|
2503
|
+
"activitySubscription": Object {
|
|
2504
|
+
"allowSubscriptions": "followers",
|
|
2505
|
+
},
|
|
2506
|
+
},
|
|
2254
2507
|
"did": "user(0)",
|
|
2255
2508
|
"handle": "carol.test",
|
|
2256
2509
|
"labels": Array [],
|
|
@@ -2277,6 +2530,11 @@ Array [
|
|
|
2277
2530
|
},
|
|
2278
2531
|
Object {
|
|
2279
2532
|
"author": Object {
|
|
2533
|
+
"associated": Object {
|
|
2534
|
+
"activitySubscription": Object {
|
|
2535
|
+
"allowSubscriptions": "followers",
|
|
2536
|
+
},
|
|
2537
|
+
},
|
|
2280
2538
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(2)/cids(3)@jpeg",
|
|
2281
2539
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2282
2540
|
"description": "its me!",
|
|
@@ -2320,6 +2578,11 @@ Array [
|
|
|
2320
2578
|
},
|
|
2321
2579
|
Object {
|
|
2322
2580
|
"author": Object {
|
|
2581
|
+
"associated": Object {
|
|
2582
|
+
"activitySubscription": Object {
|
|
2583
|
+
"allowSubscriptions": "followers",
|
|
2584
|
+
},
|
|
2585
|
+
},
|
|
2323
2586
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(2)/cids(3)@jpeg",
|
|
2324
2587
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2325
2588
|
"description": "its me!",
|
|
@@ -2385,6 +2648,9 @@ Array [
|
|
|
2385
2648
|
Object {
|
|
2386
2649
|
"author": Object {
|
|
2387
2650
|
"associated": Object {
|
|
2651
|
+
"activitySubscription": Object {
|
|
2652
|
+
"allowSubscriptions": "followers",
|
|
2653
|
+
},
|
|
2388
2654
|
"chat": Object {
|
|
2389
2655
|
"allowIncoming": "none",
|
|
2390
2656
|
},
|
|
@@ -2417,6 +2683,9 @@ Array [
|
|
|
2417
2683
|
Object {
|
|
2418
2684
|
"author": Object {
|
|
2419
2685
|
"associated": Object {
|
|
2686
|
+
"activitySubscription": Object {
|
|
2687
|
+
"allowSubscriptions": "followers",
|
|
2688
|
+
},
|
|
2420
2689
|
"chat": Object {
|
|
2421
2690
|
"allowIncoming": "none",
|
|
2422
2691
|
},
|
|
@@ -2453,6 +2722,11 @@ exports[`notification views generates notifications for reposts via repost 1`] =
|
|
|
2453
2722
|
Array [
|
|
2454
2723
|
Object {
|
|
2455
2724
|
"author": Object {
|
|
2725
|
+
"associated": Object {
|
|
2726
|
+
"activitySubscription": Object {
|
|
2727
|
+
"allowSubscriptions": "followers",
|
|
2728
|
+
},
|
|
2729
|
+
},
|
|
2456
2730
|
"did": "user(0)",
|
|
2457
2731
|
"handle": "carol.test",
|
|
2458
2732
|
"labels": Array [],
|
|
@@ -2479,6 +2753,11 @@ Array [
|
|
|
2479
2753
|
},
|
|
2480
2754
|
Object {
|
|
2481
2755
|
"author": Object {
|
|
2756
|
+
"associated": Object {
|
|
2757
|
+
"activitySubscription": Object {
|
|
2758
|
+
"allowSubscriptions": "followers",
|
|
2759
|
+
},
|
|
2760
|
+
},
|
|
2482
2761
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(2)/cids(3)@jpeg",
|
|
2483
2762
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2484
2763
|
"description": "its me!",
|
|
@@ -2535,6 +2814,11 @@ exports[`notification views generates notifications for reposts via repost 2`] =
|
|
|
2535
2814
|
Array [
|
|
2536
2815
|
Object {
|
|
2537
2816
|
"author": Object {
|
|
2817
|
+
"associated": Object {
|
|
2818
|
+
"activitySubscription": Object {
|
|
2819
|
+
"allowSubscriptions": "followers",
|
|
2820
|
+
},
|
|
2821
|
+
},
|
|
2538
2822
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2539
2823
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2540
2824
|
"description": "its me!",
|
|
@@ -2592,6 +2876,11 @@ exports[`notification views generates notifications for verification created and
|
|
|
2592
2876
|
Array [
|
|
2593
2877
|
Object {
|
|
2594
2878
|
"author": Object {
|
|
2879
|
+
"associated": Object {
|
|
2880
|
+
"activitySubscription": Object {
|
|
2881
|
+
"allowSubscriptions": "followers",
|
|
2882
|
+
},
|
|
2883
|
+
},
|
|
2595
2884
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2596
2885
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2597
2886
|
"description": "its me!",
|
|
@@ -2643,6 +2932,11 @@ exports[`notification views generates notifications for verification created and
|
|
|
2643
2932
|
Array [
|
|
2644
2933
|
Object {
|
|
2645
2934
|
"author": Object {
|
|
2935
|
+
"associated": Object {
|
|
2936
|
+
"activitySubscription": Object {
|
|
2937
|
+
"allowSubscriptions": "followers",
|
|
2938
|
+
},
|
|
2939
|
+
},
|
|
2646
2940
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2647
2941
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2648
2942
|
"description": "its me!",
|
|
@@ -2685,6 +2979,11 @@ Array [
|
|
|
2685
2979
|
},
|
|
2686
2980
|
Object {
|
|
2687
2981
|
"author": Object {
|
|
2982
|
+
"associated": Object {
|
|
2983
|
+
"activitySubscription": Object {
|
|
2984
|
+
"allowSubscriptions": "followers",
|
|
2985
|
+
},
|
|
2986
|
+
},
|
|
2688
2987
|
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
|
2689
2988
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
2690
2989
|
"description": "its me!",
|