@atproto/bsky 0.0.38 → 0.0.40

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.
Files changed (65) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/hydration/hydrator.d.ts +12 -2
  3. package/dist/hydration/label.d.ts +7 -3
  4. package/dist/hydration/util.d.ts +5 -2
  5. package/dist/index.js +216 -104
  6. package/dist/index.js.map +2 -2
  7. package/dist/lexicon/lexicons.d.ts +13 -0
  8. package/dist/lexicon/types/com/atproto/server/describeServer.d.ts +7 -0
  9. package/package.json +5 -5
  10. package/src/api/app/bsky/actor/getProfile.ts +10 -6
  11. package/src/api/app/bsky/actor/getProfiles.ts +2 -2
  12. package/src/api/app/bsky/actor/getSuggestions.ts +2 -2
  13. package/src/api/app/bsky/actor/searchActors.ts +7 -3
  14. package/src/api/app/bsky/actor/searchActorsTypeahead.ts +2 -2
  15. package/src/api/app/bsky/feed/getActorFeeds.ts +2 -2
  16. package/src/api/app/bsky/feed/getActorLikes.ts +2 -2
  17. package/src/api/app/bsky/feed/getAuthorFeed.ts +6 -2
  18. package/src/api/app/bsky/feed/getFeed.ts +2 -2
  19. package/src/api/app/bsky/feed/getFeedGenerator.ts +3 -6
  20. package/src/api/app/bsky/feed/getFeedGenerators.ts +2 -2
  21. package/src/api/app/bsky/feed/getLikes.ts +2 -2
  22. package/src/api/app/bsky/feed/getListFeed.ts +2 -2
  23. package/src/api/app/bsky/feed/getPostThread.ts +2 -2
  24. package/src/api/app/bsky/feed/getPosts.ts +2 -2
  25. package/src/api/app/bsky/feed/getRepostedBy.ts +2 -2
  26. package/src/api/app/bsky/feed/getSuggestedFeeds.ts +3 -5
  27. package/src/api/app/bsky/feed/getTimeline.ts +6 -3
  28. package/src/api/app/bsky/feed/searchPosts.ts +2 -2
  29. package/src/api/app/bsky/graph/getBlocks.ts +6 -3
  30. package/src/api/app/bsky/graph/getFollowers.ts +6 -2
  31. package/src/api/app/bsky/graph/getFollows.ts +6 -2
  32. package/src/api/app/bsky/graph/getList.ts +2 -2
  33. package/src/api/app/bsky/graph/getListBlocks.ts +6 -3
  34. package/src/api/app/bsky/graph/getListMutes.ts +6 -3
  35. package/src/api/app/bsky/graph/getLists.ts +2 -2
  36. package/src/api/app/bsky/graph/getMutes.ts +6 -3
  37. package/src/api/app/bsky/graph/getSuggestedFollowsByActor.ts +3 -3
  38. package/src/api/app/bsky/labeler/getServices.ts +3 -3
  39. package/src/api/app/bsky/notification/listNotifications.ts +6 -3
  40. package/src/api/app/bsky/unspecced/getPopularFeedGenerators.ts +2 -2
  41. package/src/data-plane/server/routes/labels.ts +26 -8
  42. package/src/hydration/hydrator.ts +55 -10
  43. package/src/hydration/label.ts +33 -7
  44. package/src/hydration/util.ts +6 -2
  45. package/src/index.ts +1 -1
  46. package/src/lexicon/lexicons.ts +13 -0
  47. package/src/lexicon/types/com/atproto/server/describeServer.ts +18 -0
  48. package/src/views/index.ts +8 -8
  49. package/tests/__snapshots__/feed-generation.test.ts.snap +0 -45
  50. package/tests/data-plane/__snapshots__/indexing.test.ts.snap +0 -8
  51. package/tests/label-hydration.test.ts +31 -0
  52. package/tests/views/__snapshots__/author-feed.test.ts.snap +0 -46
  53. package/tests/views/__snapshots__/block-lists.test.ts.snap +0 -17
  54. package/tests/views/__snapshots__/blocks.test.ts.snap +0 -9
  55. package/tests/views/__snapshots__/labeler-service.test.ts.snap +0 -4
  56. package/tests/views/__snapshots__/list-feed.test.ts.snap +0 -20
  57. package/tests/views/__snapshots__/mute-lists.test.ts.snap +0 -18
  58. package/tests/views/__snapshots__/mutes.test.ts.snap +0 -4
  59. package/tests/views/__snapshots__/notifications.test.ts.snap +0 -9
  60. package/tests/views/__snapshots__/posts.test.ts.snap +0 -7
  61. package/tests/views/__snapshots__/profile.test.ts.snap +0 -6
  62. package/tests/views/__snapshots__/thread.test.ts.snap +0 -38
  63. package/tests/views/__snapshots__/timeline.test.ts.snap +0 -145
  64. package/tests/views/labeler-service.test.ts +2 -7
  65. package/tests/views/takedown-labels.test.ts +52 -0
@@ -74,7 +74,6 @@ Object {
74
74
  Object {
75
75
  "cid": "cids(3)",
76
76
  "cts": "1970-01-01T00:00:00.000Z",
77
- "neg": false,
78
77
  "src": "user(3)",
79
78
  "uri": "record(4)",
80
79
  "val": "self-label-a",
@@ -82,7 +81,6 @@ Object {
82
81
  Object {
83
82
  "cid": "cids(3)",
84
83
  "cts": "1970-01-01T00:00:00.000Z",
85
- "neg": false,
86
84
  "src": "user(3)",
87
85
  "uri": "record(4)",
88
86
  "val": "self-label-b",
@@ -144,7 +142,6 @@ Array [
144
142
  Object {
145
143
  "cid": "cids(2)",
146
144
  "cts": "1970-01-01T00:00:00.000Z",
147
- "neg": false,
148
145
  "src": "user(1)",
149
146
  "uri": "record(3)",
150
147
  "val": "self-label-a",
@@ -152,7 +149,6 @@ Array [
152
149
  Object {
153
150
  "cid": "cids(2)",
154
151
  "cts": "1970-01-01T00:00:00.000Z",
155
- "neg": false,
156
152
  "src": "user(1)",
157
153
  "uri": "record(3)",
158
154
  "val": "self-label-b",
@@ -187,7 +183,6 @@ Array [
187
183
  Object {
188
184
  "cid": "cids(2)",
189
185
  "cts": "1970-01-01T00:00:00.000Z",
190
- "neg": false,
191
186
  "src": "user(1)",
192
187
  "uri": "record(3)",
193
188
  "val": "self-label-a",
@@ -195,7 +190,6 @@ Array [
195
190
  Object {
196
191
  "cid": "cids(2)",
197
192
  "cts": "1970-01-01T00:00:00.000Z",
198
- "neg": false,
199
193
  "src": "user(1)",
200
194
  "uri": "record(3)",
201
195
  "val": "self-label-b",
@@ -230,7 +224,6 @@ Array [
230
224
  Object {
231
225
  "cid": "cids(2)",
232
226
  "cts": "1970-01-01T00:00:00.000Z",
233
- "neg": false,
234
227
  "src": "user(1)",
235
228
  "uri": "record(3)",
236
229
  "val": "self-label-a",
@@ -238,7 +231,6 @@ Array [
238
231
  Object {
239
232
  "cid": "cids(2)",
240
233
  "cts": "1970-01-01T00:00:00.000Z",
241
- "neg": false,
242
234
  "src": "user(1)",
243
235
  "uri": "record(3)",
244
236
  "val": "self-label-b",
@@ -273,7 +265,6 @@ Array [
273
265
  Object {
274
266
  "cid": "cids(2)",
275
267
  "cts": "1970-01-01T00:00:00.000Z",
276
- "neg": false,
277
268
  "src": "user(1)",
278
269
  "uri": "record(3)",
279
270
  "val": "self-label-a",
@@ -281,7 +272,6 @@ Array [
281
272
  Object {
282
273
  "cid": "cids(2)",
283
274
  "cts": "1970-01-01T00:00:00.000Z",
284
- "neg": false,
285
275
  "src": "user(1)",
286
276
  "uri": "record(3)",
287
277
  "val": "self-label-b",
@@ -316,7 +306,6 @@ Array [
316
306
  Object {
317
307
  "cid": "cids(2)",
318
308
  "cts": "1970-01-01T00:00:00.000Z",
319
- "neg": false,
320
309
  "src": "user(1)",
321
310
  "uri": "record(3)",
322
311
  "val": "self-label-a",
@@ -324,7 +313,6 @@ Array [
324
313
  Object {
325
314
  "cid": "cids(2)",
326
315
  "cts": "1970-01-01T00:00:00.000Z",
327
- "neg": false,
328
316
  "src": "user(1)",
329
317
  "uri": "record(3)",
330
318
  "val": "self-label-b",
@@ -364,7 +352,6 @@ Array [
364
352
  Object {
365
353
  "cid": "cids(2)",
366
354
  "cts": "1970-01-01T00:00:00.000Z",
367
- "neg": false,
368
355
  "src": "user(0)",
369
356
  "uri": "record(1)",
370
357
  "val": "self-label-a",
@@ -372,7 +359,6 @@ Array [
372
359
  Object {
373
360
  "cid": "cids(2)",
374
361
  "cts": "1970-01-01T00:00:00.000Z",
375
- "neg": false,
376
362
  "src": "user(0)",
377
363
  "uri": "record(1)",
378
364
  "val": "self-label-b",
@@ -389,7 +375,6 @@ Array [
389
375
  Object {
390
376
  "cid": "cids(0)",
391
377
  "cts": "1970-01-01T00:00:00.000Z",
392
- "neg": false,
393
378
  "src": "user(0)",
394
379
  "uri": "record(0)",
395
380
  "val": "self-label",
@@ -614,7 +599,6 @@ Array [
614
599
  Object {
615
600
  "cid": "cids(2)",
616
601
  "cts": "1970-01-01T00:00:00.000Z",
617
- "neg": false,
618
602
  "src": "user(0)",
619
603
  "uri": "record(1)",
620
604
  "val": "self-label-a",
@@ -622,7 +606,6 @@ Array [
622
606
  Object {
623
607
  "cid": "cids(2)",
624
608
  "cts": "1970-01-01T00:00:00.000Z",
625
- "neg": false,
626
609
  "src": "user(0)",
627
610
  "uri": "record(1)",
628
611
  "val": "self-label-b",
@@ -658,7 +641,6 @@ Array [
658
641
  Object {
659
642
  "cid": "cids(2)",
660
643
  "cts": "1970-01-01T00:00:00.000Z",
661
- "neg": false,
662
644
  "src": "user(0)",
663
645
  "uri": "record(1)",
664
646
  "val": "self-label-a",
@@ -666,7 +648,6 @@ Array [
666
648
  Object {
667
649
  "cid": "cids(2)",
668
650
  "cts": "1970-01-01T00:00:00.000Z",
669
- "neg": false,
670
651
  "src": "user(0)",
671
652
  "uri": "record(1)",
672
653
  "val": "self-label-b",
@@ -885,7 +866,6 @@ Array [
885
866
  Object {
886
867
  "cid": "cids(2)",
887
868
  "cts": "1970-01-01T00:00:00.000Z",
888
- "neg": false,
889
869
  "src": "user(0)",
890
870
  "uri": "record(1)",
891
871
  "val": "self-label-a",
@@ -893,7 +873,6 @@ Array [
893
873
  Object {
894
874
  "cid": "cids(2)",
895
875
  "cts": "1970-01-01T00:00:00.000Z",
896
- "neg": false,
897
876
  "src": "user(0)",
898
877
  "uri": "record(1)",
899
878
  "val": "self-label-b",
@@ -906,7 +885,6 @@ Array [
906
885
  Object {
907
886
  "cid": "cids(0)",
908
887
  "cts": "1970-01-01T00:00:00.000Z",
909
- "neg": false,
910
888
  "src": "user(0)",
911
889
  "uri": "record(0)",
912
890
  "val": "self-label",
@@ -1074,7 +1052,6 @@ Array [
1074
1052
  Object {
1075
1053
  "cid": "cids(2)",
1076
1054
  "cts": "1970-01-01T00:00:00.000Z",
1077
- "neg": false,
1078
1055
  "src": "user(0)",
1079
1056
  "uri": "record(1)",
1080
1057
  "val": "self-label-a",
@@ -1082,7 +1059,6 @@ Array [
1082
1059
  Object {
1083
1060
  "cid": "cids(2)",
1084
1061
  "cts": "1970-01-01T00:00:00.000Z",
1085
- "neg": false,
1086
1062
  "src": "user(0)",
1087
1063
  "uri": "record(1)",
1088
1064
  "val": "self-label-b",
@@ -1113,7 +1089,6 @@ Array [
1113
1089
  Object {
1114
1090
  "cid": "cids(2)",
1115
1091
  "cts": "1970-01-01T00:00:00.000Z",
1116
- "neg": false,
1117
1092
  "src": "user(0)",
1118
1093
  "uri": "record(1)",
1119
1094
  "val": "self-label-a",
@@ -1121,7 +1096,6 @@ Array [
1121
1096
  Object {
1122
1097
  "cid": "cids(2)",
1123
1098
  "cts": "1970-01-01T00:00:00.000Z",
1124
- "neg": false,
1125
1099
  "src": "user(0)",
1126
1100
  "uri": "record(1)",
1127
1101
  "val": "self-label-b",
@@ -1159,7 +1133,6 @@ Array [
1159
1133
  Object {
1160
1134
  "cid": "cids(2)",
1161
1135
  "cts": "1970-01-01T00:00:00.000Z",
1162
- "neg": false,
1163
1136
  "src": "user(0)",
1164
1137
  "uri": "record(1)",
1165
1138
  "val": "self-label-a",
@@ -1167,7 +1140,6 @@ Array [
1167
1140
  Object {
1168
1141
  "cid": "cids(2)",
1169
1142
  "cts": "1970-01-01T00:00:00.000Z",
1170
- "neg": false,
1171
1143
  "src": "user(0)",
1172
1144
  "uri": "record(1)",
1173
1145
  "val": "self-label-b",
@@ -1184,7 +1156,6 @@ Array [
1184
1156
  Object {
1185
1157
  "cid": "cids(0)",
1186
1158
  "cts": "1970-01-01T00:00:00.000Z",
1187
- "neg": false,
1188
1159
  "src": "user(0)",
1189
1160
  "uri": "record(0)",
1190
1161
  "val": "self-label",
@@ -1375,7 +1346,6 @@ Array [
1375
1346
  Object {
1376
1347
  "cid": "cids(2)",
1377
1348
  "cts": "1970-01-01T00:00:00.000Z",
1378
- "neg": false,
1379
1349
  "src": "user(0)",
1380
1350
  "uri": "record(1)",
1381
1351
  "val": "self-label-a",
@@ -1383,7 +1353,6 @@ Array [
1383
1353
  Object {
1384
1354
  "cid": "cids(2)",
1385
1355
  "cts": "1970-01-01T00:00:00.000Z",
1386
- "neg": false,
1387
1356
  "src": "user(0)",
1388
1357
  "uri": "record(1)",
1389
1358
  "val": "self-label-b",
@@ -1419,7 +1388,6 @@ Array [
1419
1388
  Object {
1420
1389
  "cid": "cids(2)",
1421
1390
  "cts": "1970-01-01T00:00:00.000Z",
1422
- "neg": false,
1423
1391
  "src": "user(0)",
1424
1392
  "uri": "record(1)",
1425
1393
  "val": "self-label-a",
@@ -1427,7 +1395,6 @@ Array [
1427
1395
  Object {
1428
1396
  "cid": "cids(2)",
1429
1397
  "cts": "1970-01-01T00:00:00.000Z",
1430
- "neg": false,
1431
1398
  "src": "user(0)",
1432
1399
  "uri": "record(1)",
1433
1400
  "val": "self-label-b",
@@ -1474,7 +1441,6 @@ Object {
1474
1441
  Object {
1475
1442
  "cid": "cids(2)",
1476
1443
  "cts": "1970-01-01T00:00:00.000Z",
1477
- "neg": false,
1478
1444
  "src": "user(1)",
1479
1445
  "uri": "record(3)",
1480
1446
  "val": "self-label-a",
@@ -1482,7 +1448,6 @@ Object {
1482
1448
  Object {
1483
1449
  "cid": "cids(2)",
1484
1450
  "cts": "1970-01-01T00:00:00.000Z",
1485
- "neg": false,
1486
1451
  "src": "user(1)",
1487
1452
  "uri": "record(3)",
1488
1453
  "val": "self-label-b",
@@ -1525,7 +1490,6 @@ Object {
1525
1490
  Object {
1526
1491
  "cid": "cids(2)",
1527
1492
  "cts": "1970-01-01T00:00:00.000Z",
1528
- "neg": false,
1529
1493
  "src": "user(1)",
1530
1494
  "uri": "record(3)",
1531
1495
  "val": "self-label-a",
@@ -1533,7 +1497,6 @@ Object {
1533
1497
  Object {
1534
1498
  "cid": "cids(2)",
1535
1499
  "cts": "1970-01-01T00:00:00.000Z",
1536
- "neg": false,
1537
1500
  "src": "user(1)",
1538
1501
  "uri": "record(3)",
1539
1502
  "val": "self-label-b",
@@ -1568,7 +1531,6 @@ Object {
1568
1531
  Object {
1569
1532
  "cid": "cids(2)",
1570
1533
  "cts": "1970-01-01T00:00:00.000Z",
1571
- "neg": false,
1572
1534
  "src": "user(1)",
1573
1535
  "uri": "record(3)",
1574
1536
  "val": "self-label-a",
@@ -1576,7 +1538,6 @@ Object {
1576
1538
  Object {
1577
1539
  "cid": "cids(2)",
1578
1540
  "cts": "1970-01-01T00:00:00.000Z",
1579
- "neg": false,
1580
1541
  "src": "user(1)",
1581
1542
  "uri": "record(3)",
1582
1543
  "val": "self-label-b",
@@ -1621,7 +1582,6 @@ Object {
1621
1582
  Object {
1622
1583
  "cid": "cids(2)",
1623
1584
  "cts": "1970-01-01T00:00:00.000Z",
1624
- "neg": false,
1625
1585
  "src": "user(1)",
1626
1586
  "uri": "record(3)",
1627
1587
  "val": "self-label-a",
@@ -1629,7 +1589,6 @@ Object {
1629
1589
  Object {
1630
1590
  "cid": "cids(2)",
1631
1591
  "cts": "1970-01-01T00:00:00.000Z",
1632
- "neg": false,
1633
1592
  "src": "user(1)",
1634
1593
  "uri": "record(3)",
1635
1594
  "val": "self-label-b",
@@ -1666,7 +1625,6 @@ Object {
1666
1625
  Object {
1667
1626
  "cid": "cids(2)",
1668
1627
  "cts": "1970-01-01T00:00:00.000Z",
1669
- "neg": false,
1670
1628
  "src": "user(1)",
1671
1629
  "uri": "record(3)",
1672
1630
  "val": "self-label-a",
@@ -1674,7 +1632,6 @@ Object {
1674
1632
  Object {
1675
1633
  "cid": "cids(2)",
1676
1634
  "cts": "1970-01-01T00:00:00.000Z",
1677
- "neg": false,
1678
1635
  "src": "user(1)",
1679
1636
  "uri": "record(3)",
1680
1637
  "val": "self-label-b",
@@ -1709,7 +1666,6 @@ Object {
1709
1666
  Object {
1710
1667
  "cid": "cids(2)",
1711
1668
  "cts": "1970-01-01T00:00:00.000Z",
1712
- "neg": false,
1713
1669
  "src": "user(1)",
1714
1670
  "uri": "record(3)",
1715
1671
  "val": "self-label-a",
@@ -1717,7 +1673,6 @@ Object {
1717
1673
  Object {
1718
1674
  "cid": "cids(2)",
1719
1675
  "cts": "1970-01-01T00:00:00.000Z",
1720
- "neg": false,
1721
1676
  "src": "user(1)",
1722
1677
  "uri": "record(3)",
1723
1678
  "val": "self-label-b",
@@ -117,7 +117,6 @@ Array [
117
117
  Object {
118
118
  "cid": "cids(3)",
119
119
  "cts": "1970-01-01T00:00:00.000Z",
120
- "neg": false,
121
120
  "src": "did:example:labeler",
122
121
  "uri": "record(3)",
123
122
  "val": "test-label",
@@ -125,7 +124,6 @@ Array [
125
124
  Object {
126
125
  "cid": "cids(3)",
127
126
  "cts": "1970-01-01T00:00:00.000Z",
128
- "neg": false,
129
127
  "src": "did:example:labeler",
130
128
  "uri": "record(3)",
131
129
  "val": "test-label-2",
@@ -321,7 +319,6 @@ Array [
321
319
  Object {
322
320
  "cid": "cids(6)",
323
321
  "cts": "1970-01-01T00:00:00.000Z",
324
- "neg": false,
325
322
  "src": "did:example:labeler",
326
323
  "uri": "record(6)",
327
324
  "val": "test-label",
@@ -389,7 +386,6 @@ Array [
389
386
  Object {
390
387
  "cid": "cids(11)",
391
388
  "cts": "1970-01-01T00:00:00.000Z",
392
- "neg": false,
393
389
  "src": "user(0)",
394
390
  "uri": "record(12)",
395
391
  "val": "self-label",
@@ -475,7 +471,6 @@ Object {
475
471
  Object {
476
472
  "cid": "cids(2)",
477
473
  "cts": "1970-01-01T00:00:00.000Z",
478
- "neg": false,
479
474
  "src": "user(0)",
480
475
  "uri": "record(1)",
481
476
  "val": "self-label-a",
@@ -483,7 +478,6 @@ Object {
483
478
  Object {
484
479
  "cid": "cids(2)",
485
480
  "cts": "1970-01-01T00:00:00.000Z",
486
- "neg": false,
487
481
  "src": "user(0)",
488
482
  "uri": "record(1)",
489
483
  "val": "self-label-b",
@@ -541,7 +535,6 @@ Object {
541
535
  Object {
542
536
  "cid": "cids(2)",
543
537
  "cts": "1970-01-01T00:00:00.000Z",
544
- "neg": false,
545
538
  "src": "user(0)",
546
539
  "uri": "record(1)",
547
540
  "val": "self-label-a",
@@ -549,7 +542,6 @@ Object {
549
542
  Object {
550
543
  "cid": "cids(2)",
551
544
  "cts": "1970-01-01T00:00:00.000Z",
552
- "neg": false,
553
545
  "src": "user(0)",
554
546
  "uri": "record(1)",
555
547
  "val": "self-label-b",
@@ -4,6 +4,7 @@ import axios from 'axios'
4
4
 
5
5
  describe('label hydration', () => {
6
6
  let network: TestNetwork
7
+ let agent: AtpAgent
7
8
  let pdsAgent: AtpAgent
8
9
  let sc: SeedClient
9
10
 
@@ -16,6 +17,7 @@ describe('label hydration', () => {
16
17
  network = await TestNetwork.create({
17
18
  dbPostgresSchema: 'bsky_label_hydration',
18
19
  })
20
+ agent = network.bsky.getClient()
19
21
  pdsAgent = network.pds.getClient()
20
22
  sc = network.getSeedClient()
21
23
  await basicSeed(sc)
@@ -93,6 +95,35 @@ describe('label hydration', () => {
93
95
  )
94
96
  })
95
97
 
98
+ it('hydrates labels without duplication', async () => {
99
+ AtpAgent.configure({ appLabelers: [alice] })
100
+ pdsAgent.configureLabelersHeader([])
101
+ const res = await pdsAgent.api.app.bsky.actor.getProfiles(
102
+ { actors: [carol, carol] },
103
+ { headers: sc.getHeaders(bob) },
104
+ )
105
+ const { labels = [] } = res.data.profiles[0]
106
+ expect(labels.map((l) => ({ val: l.val, src: l.src }))).toEqual([
107
+ { src: alice, val: 'spam' },
108
+ ])
109
+ })
110
+
111
+ it('does not hydrate labels from takendown labeler', async () => {
112
+ AtpAgent.configure({ appLabelers: [alice, sc.dids.dan] })
113
+ pdsAgent.configureLabelersHeader([])
114
+ await network.bsky.ctx.dataplane.takedownActor({ did: alice })
115
+ const res = await pdsAgent.api.app.bsky.actor.getProfile(
116
+ { actor: carol },
117
+ { headers: sc.getHeaders(bob) },
118
+ )
119
+ const { labels = [] } = res.data
120
+ expect(labels).toEqual([])
121
+ expect(res.headers['atproto-content-labelers']).toEqual(
122
+ `${sc.dids.dan};redact`, // does not include alice
123
+ )
124
+ await network.bsky.ctx.dataplane.untakedownActor({ did: alice })
125
+ })
126
+
96
127
  it('hydrates labels onto list views.', async () => {
97
128
  AtpAgent.configure({ appLabelers: [labelerDid] })
98
129
  pdsAgent.configureLabelersHeader([])