@atproto/bsky 0.0.150 → 0.0.151

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 (58) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/data-plane/server/db/migrations/20250526T023712742Z-like-repost-via.d.ts +4 -0
  3. package/dist/data-plane/server/db/migrations/20250526T023712742Z-like-repost-via.d.ts.map +1 -0
  4. package/dist/data-plane/server/db/migrations/20250526T023712742Z-like-repost-via.js +17 -0
  5. package/dist/data-plane/server/db/migrations/20250526T023712742Z-like-repost-via.js.map +1 -0
  6. package/dist/data-plane/server/db/migrations/index.d.ts +1 -0
  7. package/dist/data-plane/server/db/migrations/index.d.ts.map +1 -1
  8. package/dist/data-plane/server/db/migrations/index.js +2 -1
  9. package/dist/data-plane/server/db/migrations/index.js.map +1 -1
  10. package/dist/data-plane/server/db/tables/like.d.ts +2 -0
  11. package/dist/data-plane/server/db/tables/like.d.ts.map +1 -1
  12. package/dist/data-plane/server/db/tables/repost.d.ts +2 -0
  13. package/dist/data-plane/server/db/tables/repost.d.ts.map +1 -1
  14. package/dist/data-plane/server/indexing/plugins/like.d.ts.map +1 -1
  15. package/dist/data-plane/server/indexing/plugins/like.js +32 -9
  16. package/dist/data-plane/server/indexing/plugins/like.js.map +1 -1
  17. package/dist/data-plane/server/indexing/plugins/repost.d.ts.map +1 -1
  18. package/dist/data-plane/server/indexing/plugins/repost.js +32 -9
  19. package/dist/data-plane/server/indexing/plugins/repost.js.map +1 -1
  20. package/dist/lexicon/lexicons.d.ts +38 -6
  21. package/dist/lexicon/lexicons.d.ts.map +1 -1
  22. package/dist/lexicon/lexicons.js +20 -2
  23. package/dist/lexicon/lexicons.js.map +1 -1
  24. package/dist/lexicon/types/app/bsky/feed/defs.d.ts +2 -0
  25. package/dist/lexicon/types/app/bsky/feed/defs.d.ts.map +1 -1
  26. package/dist/lexicon/types/app/bsky/feed/defs.js.map +1 -1
  27. package/dist/lexicon/types/app/bsky/feed/like.d.ts +1 -0
  28. package/dist/lexicon/types/app/bsky/feed/like.d.ts.map +1 -1
  29. package/dist/lexicon/types/app/bsky/feed/like.js.map +1 -1
  30. package/dist/lexicon/types/app/bsky/feed/repost.d.ts +1 -0
  31. package/dist/lexicon/types/app/bsky/feed/repost.d.ts.map +1 -1
  32. package/dist/lexicon/types/app/bsky/feed/repost.js.map +1 -1
  33. package/dist/lexicon/types/app/bsky/notification/listNotifications.d.ts +2 -2
  34. package/dist/lexicon/types/app/bsky/notification/listNotifications.d.ts.map +1 -1
  35. package/dist/lexicon/types/app/bsky/notification/listNotifications.js.map +1 -1
  36. package/dist/views/index.d.ts +1 -1
  37. package/dist/views/index.d.ts.map +1 -1
  38. package/dist/views/index.js +5 -2
  39. package/dist/views/index.js.map +1 -1
  40. package/package.json +4 -4
  41. package/src/data-plane/server/db/migrations/20250526T023712742Z-like-repost-via.ts +17 -0
  42. package/src/data-plane/server/db/migrations/index.ts +1 -0
  43. package/src/data-plane/server/db/tables/like.ts +2 -0
  44. package/src/data-plane/server/db/tables/repost.ts +2 -0
  45. package/src/data-plane/server/indexing/plugins/like.ts +39 -9
  46. package/src/data-plane/server/indexing/plugins/repost.ts +38 -9
  47. package/src/lexicon/lexicons.ts +20 -2
  48. package/src/lexicon/types/app/bsky/feed/defs.ts +2 -0
  49. package/src/lexicon/types/app/bsky/feed/like.ts +1 -0
  50. package/src/lexicon/types/app/bsky/feed/repost.ts +1 -0
  51. package/src/lexicon/types/app/bsky/notification/listNotifications.ts +3 -1
  52. package/src/views/index.ts +5 -2
  53. package/tests/__snapshots__/feed-generation.test.ts.snap +2 -0
  54. package/tests/views/__snapshots__/author-feed.test.ts.snap +30 -24
  55. package/tests/views/__snapshots__/notifications.test.ts.snap +1164 -229
  56. package/tests/views/__snapshots__/timeline.test.ts.snap +398 -376
  57. package/tests/views/notifications.test.ts +177 -0
  58. package/tsconfig.build.tsbuildinfo +1 -1
@@ -76,7 +76,9 @@ Array [
76
76
  "muted": false,
77
77
  },
78
78
  },
79
+ "cid": "cids(5)",
79
80
  "indexedAt": "1970-01-01T00:00:00.000Z",
81
+ "uri": "record(5)",
80
82
  },
81
83
  "reply": Object {
82
84
  "parent": Object {
@@ -197,7 +199,9 @@ Array [
197
199
  "muted": false,
198
200
  },
199
201
  },
202
+ "cid": "cids(6)",
200
203
  "indexedAt": "1970-01-01T00:00:00.000Z",
204
+ "uri": "record(6)",
201
205
  },
202
206
  },
203
207
  Object {
@@ -341,7 +345,7 @@ Array [
341
345
  "muted": false,
342
346
  },
343
347
  },
344
- "cid": "cids(5)",
348
+ "cid": "cids(7)",
345
349
  "embed": Object {
346
350
  "$type": "app.bsky.embed.record#view",
347
351
  "record": Object {
@@ -361,14 +365,14 @@ Array [
361
365
  "muted": false,
362
366
  },
363
367
  },
364
- "cid": "cids(6)",
368
+ "cid": "cids(8)",
365
369
  "embeds": Array [
366
370
  Object {
367
371
  "$type": "app.bsky.embed.record#view",
368
372
  "record": Object {
369
373
  "$type": "app.bsky.embed.record#viewNotFound",
370
374
  "notFound": true,
371
- "uri": "record(7)",
375
+ "uri": "record(9)",
372
376
  },
373
377
  },
374
378
  ],
@@ -378,15 +382,15 @@ Array [
378
382
  "quoteCount": 1,
379
383
  "replyCount": 0,
380
384
  "repostCount": 1,
381
- "uri": "record(6)",
385
+ "uri": "record(8)",
382
386
  "value": Object {
383
387
  "$type": "app.bsky.feed.post",
384
388
  "createdAt": "1970-01-01T00:00:00.000Z",
385
389
  "embed": Object {
386
390
  "$type": "app.bsky.embed.record",
387
391
  "record": Object {
388
- "cid": "cids(7)",
389
- "uri": "record(7)",
392
+ "cid": "cids(9)",
393
+ "uri": "record(9)",
390
394
  },
391
395
  },
392
396
  "facets": Array [
@@ -410,10 +414,10 @@ Array [
410
414
  "indexedAt": "1970-01-01T00:00:00.000Z",
411
415
  "labels": Array [
412
416
  Object {
413
- "cid": "cids(5)",
417
+ "cid": "cids(7)",
414
418
  "cts": "1970-01-01T00:00:00.000Z",
415
419
  "src": "did:example:labeler",
416
- "uri": "record(5)",
420
+ "uri": "record(7)",
417
421
  "val": "test-label",
418
422
  },
419
423
  ],
@@ -425,15 +429,15 @@ Array [
425
429
  "embed": Object {
426
430
  "$type": "app.bsky.embed.record",
427
431
  "record": Object {
428
- "cid": "cids(6)",
429
- "uri": "record(6)",
432
+ "cid": "cids(8)",
433
+ "uri": "record(8)",
430
434
  },
431
435
  },
432
436
  "text": "yoohoo label_me",
433
437
  },
434
438
  "replyCount": 0,
435
439
  "repostCount": 0,
436
- "uri": "record(5)",
440
+ "uri": "record(7)",
437
441
  "viewer": Object {
438
442
  "embeddingDisabled": false,
439
443
  "threadMuted": false,
@@ -505,13 +509,13 @@ Array [
505
509
  "muted": false,
506
510
  },
507
511
  },
508
- "cid": "cids(6)",
512
+ "cid": "cids(8)",
509
513
  "embed": Object {
510
514
  "$type": "app.bsky.embed.record#view",
511
515
  "record": Object {
512
516
  "$type": "app.bsky.embed.record#viewNotFound",
513
517
  "notFound": true,
514
- "uri": "record(7)",
518
+ "uri": "record(9)",
515
519
  },
516
520
  },
517
521
  "indexedAt": "1970-01-01T00:00:00.000Z",
@@ -524,8 +528,8 @@ Array [
524
528
  "embed": Object {
525
529
  "$type": "app.bsky.embed.record",
526
530
  "record": Object {
527
- "cid": "cids(7)",
528
- "uri": "record(7)",
531
+ "cid": "cids(9)",
532
+ "uri": "record(9)",
529
533
  },
530
534
  },
531
535
  "facets": Array [
@@ -546,7 +550,7 @@ Array [
546
550
  },
547
551
  "replyCount": 0,
548
552
  "repostCount": 1,
549
- "uri": "record(6)",
553
+ "uri": "record(8)",
550
554
  "viewer": Object {
551
555
  "embeddingDisabled": false,
552
556
  "threadMuted": false,
@@ -570,7 +574,7 @@ Array [
570
574
  "muted": false,
571
575
  },
572
576
  },
573
- "cid": "cids(8)",
577
+ "cid": "cids(10)",
574
578
  "indexedAt": "1970-01-01T00:00:00.000Z",
575
579
  "labels": Array [],
576
580
  "likeCount": 0,
@@ -582,7 +586,7 @@ Array [
582
586
  },
583
587
  "replyCount": 0,
584
588
  "repostCount": 0,
585
- "uri": "record(8)",
589
+ "uri": "record(10)",
586
590
  "viewer": Object {
587
591
  "embeddingDisabled": false,
588
592
  "threadMuted": false,
@@ -618,14 +622,14 @@ Array [
618
622
  "muted": false,
619
623
  },
620
624
  },
621
- "cid": "cids(9)",
625
+ "cid": "cids(11)",
622
626
  "indexedAt": "1970-01-01T00:00:00.000Z",
623
627
  "labels": Array [
624
628
  Object {
625
- "cid": "cids(9)",
629
+ "cid": "cids(11)",
626
630
  "cts": "1970-01-01T00:00:00.000Z",
627
631
  "src": "user(0)",
628
- "uri": "record(9)",
632
+ "uri": "record(11)",
629
633
  "val": "self-label",
630
634
  },
631
635
  ],
@@ -646,7 +650,7 @@ Array [
646
650
  },
647
651
  "replyCount": 0,
648
652
  "repostCount": 0,
649
- "uri": "record(9)",
653
+ "uri": "record(11)",
650
654
  "viewer": Object {
651
655
  "embeddingDisabled": false,
652
656
  "threadMuted": false,
@@ -732,7 +736,9 @@ Array [
732
736
  "muted": false,
733
737
  },
734
738
  },
739
+ "cid": "cids(5)",
735
740
  "indexedAt": "1970-01-01T00:00:00.000Z",
741
+ "uri": "record(5)",
736
742
  },
737
743
  "reply": Object {
738
744
  "parent": Object {
@@ -853,7 +859,9 @@ Array [
853
859
  "muted": false,
854
860
  },
855
861
  },
862
+ "cid": "cids(6)",
856
863
  "indexedAt": "1970-01-01T00:00:00.000Z",
864
+ "uri": "record(6)",
857
865
  },
858
866
  },
859
867
  Object {
@@ -976,12 +984,12 @@ Array [
976
984
  "labels": Array [],
977
985
  "viewer": Object {
978
986
  "blockedBy": false,
979
- "followedBy": "record(7)",
980
- "following": "record(6)",
987
+ "followedBy": "record(9)",
988
+ "following": "record(8)",
981
989
  "muted": false,
982
990
  },
983
991
  },
984
- "cid": "cids(5)",
992
+ "cid": "cids(7)",
985
993
  "indexedAt": "1970-01-01T00:00:00.000Z",
986
994
  "labels": Array [],
987
995
  "likeCount": 0,
@@ -1003,7 +1011,7 @@ Array [
1003
1011
  },
1004
1012
  "replyCount": 0,
1005
1013
  "repostCount": 0,
1006
- "uri": "record(5)",
1014
+ "uri": "record(7)",
1007
1015
  "viewer": Object {
1008
1016
  "embeddingDisabled": false,
1009
1017
  "threadMuted": false,
@@ -1135,22 +1143,22 @@ Array [
1135
1143
  "muted": false,
1136
1144
  },
1137
1145
  },
1138
- "cid": "cids(6)",
1146
+ "cid": "cids(8)",
1139
1147
  "embed": Object {
1140
1148
  "$type": "app.bsky.embed.record#view",
1141
1149
  "record": Object {
1142
1150
  "$type": "app.bsky.embed.record#viewNotFound",
1143
1151
  "notFound": true,
1144
- "uri": "record(9)",
1152
+ "uri": "record(11)",
1145
1153
  },
1146
1154
  },
1147
1155
  "indexedAt": "1970-01-01T00:00:00.000Z",
1148
1156
  "labels": Array [
1149
1157
  Object {
1150
- "cid": "cids(6)",
1158
+ "cid": "cids(8)",
1151
1159
  "cts": "1970-01-01T00:00:00.000Z",
1152
1160
  "src": "did:example:labeler",
1153
- "uri": "record(8)",
1161
+ "uri": "record(10)",
1154
1162
  "val": "test-label",
1155
1163
  },
1156
1164
  ],
@@ -1162,15 +1170,15 @@ Array [
1162
1170
  "embed": Object {
1163
1171
  "$type": "app.bsky.embed.record",
1164
1172
  "record": Object {
1165
- "cid": "cids(7)",
1166
- "uri": "record(9)",
1173
+ "cid": "cids(9)",
1174
+ "uri": "record(11)",
1167
1175
  },
1168
1176
  },
1169
1177
  "text": "yoohoo label_me",
1170
1178
  },
1171
1179
  "replyCount": 0,
1172
1180
  "repostCount": 0,
1173
- "uri": "record(8)",
1181
+ "uri": "record(10)",
1174
1182
  "viewer": Object {
1175
1183
  "embeddingDisabled": false,
1176
1184
  "threadMuted": false,
@@ -1188,12 +1196,12 @@ Array [
1188
1196
  "labels": Array [],
1189
1197
  "viewer": Object {
1190
1198
  "blockedBy": false,
1191
- "followedBy": "record(12)",
1192
- "following": "record(11)",
1199
+ "followedBy": "record(14)",
1200
+ "following": "record(13)",
1193
1201
  "muted": false,
1194
1202
  },
1195
1203
  },
1196
- "cid": "cids(8)",
1204
+ "cid": "cids(10)",
1197
1205
  "indexedAt": "1970-01-01T00:00:00.000Z",
1198
1206
  "labels": Array [],
1199
1207
  "likeCount": 0,
@@ -1205,7 +1213,7 @@ Array [
1205
1213
  },
1206
1214
  "replyCount": 0,
1207
1215
  "repostCount": 0,
1208
- "uri": "record(10)",
1216
+ "uri": "record(12)",
1209
1217
  "viewer": Object {
1210
1218
  "embeddingDisabled": false,
1211
1219
  "threadMuted": false,
@@ -1277,7 +1285,7 @@ Array [
1277
1285
  "muted": false,
1278
1286
  },
1279
1287
  },
1280
- "cid": "cids(9)",
1288
+ "cid": "cids(11)",
1281
1289
  "indexedAt": "1970-01-01T00:00:00.000Z",
1282
1290
  "labels": Array [],
1283
1291
  "likeCount": 0,
@@ -1289,7 +1297,7 @@ Array [
1289
1297
  },
1290
1298
  "replyCount": 0,
1291
1299
  "repostCount": 0,
1292
- "uri": "record(13)",
1300
+ "uri": "record(15)",
1293
1301
  "viewer": Object {
1294
1302
  "embeddingDisabled": false,
1295
1303
  "threadMuted": false,
@@ -1304,12 +1312,12 @@ Array [
1304
1312
  "labels": Array [],
1305
1313
  "viewer": Object {
1306
1314
  "blockedBy": false,
1307
- "followedBy": "record(7)",
1308
- "following": "record(6)",
1315
+ "followedBy": "record(9)",
1316
+ "following": "record(8)",
1309
1317
  "muted": false,
1310
1318
  },
1311
1319
  },
1312
- "cid": "cids(10)",
1320
+ "cid": "cids(12)",
1313
1321
  "embed": Object {
1314
1322
  "$type": "app.bsky.embed.recordWithMedia#view",
1315
1323
  "media": Object {
@@ -1317,13 +1325,13 @@ Array [
1317
1325
  "images": Array [
1318
1326
  Object {
1319
1327
  "alt": "../dev-env/assets/key-landscape-small.jpg",
1320
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(11)@jpeg",
1321
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(11)@jpeg",
1328
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(13)@jpeg",
1329
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(13)@jpeg",
1322
1330
  },
1323
1331
  Object {
1324
1332
  "alt": "../dev-env/assets/key-alt.jpg",
1325
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(12)@jpeg",
1326
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(12)@jpeg",
1333
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(14)@jpeg",
1334
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(14)@jpeg",
1327
1335
  },
1328
1336
  ],
1329
1337
  },
@@ -1339,20 +1347,20 @@ Array [
1339
1347
  "labels": Array [],
1340
1348
  "viewer": Object {
1341
1349
  "blockedBy": false,
1342
- "followedBy": "record(12)",
1343
- "following": "record(11)",
1350
+ "followedBy": "record(14)",
1351
+ "following": "record(13)",
1344
1352
  "muted": false,
1345
1353
  },
1346
1354
  },
1347
- "cid": "cids(13)",
1355
+ "cid": "cids(15)",
1348
1356
  "embeds": Array [],
1349
1357
  "indexedAt": "1970-01-01T00:00:00.000Z",
1350
1358
  "labels": Array [
1351
1359
  Object {
1352
- "cid": "cids(13)",
1360
+ "cid": "cids(15)",
1353
1361
  "cts": "1970-01-01T00:00:00.000Z",
1354
1362
  "src": "did:example:labeler",
1355
- "uri": "record(15)",
1363
+ "uri": "record(17)",
1356
1364
  "val": "test-label-3",
1357
1365
  },
1358
1366
  ],
@@ -1360,7 +1368,7 @@ Array [
1360
1368
  "quoteCount": 1,
1361
1369
  "replyCount": 0,
1362
1370
  "repostCount": 0,
1363
- "uri": "record(15)",
1371
+ "uri": "record(17)",
1364
1372
  "value": Object {
1365
1373
  "$type": "app.bsky.feed.post",
1366
1374
  "createdAt": "1970-01-01T00:00:00.000Z",
@@ -1376,10 +1384,10 @@ Array [
1376
1384
  "indexedAt": "1970-01-01T00:00:00.000Z",
1377
1385
  "labels": Array [
1378
1386
  Object {
1379
- "cid": "cids(10)",
1387
+ "cid": "cids(12)",
1380
1388
  "cts": "1970-01-01T00:00:00.000Z",
1381
1389
  "src": "did:example:labeler",
1382
- "uri": "record(14)",
1390
+ "uri": "record(16)",
1383
1391
  "val": "test-label-3",
1384
1392
  },
1385
1393
  ],
@@ -1399,7 +1407,7 @@ Array [
1399
1407
  "$type": "blob",
1400
1408
  "mimeType": "image/jpeg",
1401
1409
  "ref": Object {
1402
- "$link": "cids(11)",
1410
+ "$link": "cids(13)",
1403
1411
  },
1404
1412
  "size": 4114,
1405
1413
  },
@@ -1410,7 +1418,7 @@ Array [
1410
1418
  "$type": "blob",
1411
1419
  "mimeType": "image/jpeg",
1412
1420
  "ref": Object {
1413
- "$link": "cids(12)",
1421
+ "$link": "cids(14)",
1414
1422
  },
1415
1423
  "size": 12736,
1416
1424
  },
@@ -1419,8 +1427,8 @@ Array [
1419
1427
  },
1420
1428
  "record": Object {
1421
1429
  "record": Object {
1422
- "cid": "cids(13)",
1423
- "uri": "record(15)",
1430
+ "cid": "cids(15)",
1431
+ "uri": "record(17)",
1424
1432
  },
1425
1433
  },
1426
1434
  },
@@ -1428,10 +1436,10 @@ Array [
1428
1436
  },
1429
1437
  "replyCount": 0,
1430
1438
  "repostCount": 0,
1431
- "uri": "record(14)",
1439
+ "uri": "record(16)",
1432
1440
  "viewer": Object {
1433
1441
  "embeddingDisabled": false,
1434
- "like": "record(16)",
1442
+ "like": "record(18)",
1435
1443
  "threadMuted": false,
1436
1444
  },
1437
1445
  },
@@ -1447,19 +1455,19 @@ Array [
1447
1455
  "labels": Array [],
1448
1456
  "viewer": Object {
1449
1457
  "blockedBy": false,
1450
- "followedBy": "record(12)",
1451
- "following": "record(11)",
1458
+ "followedBy": "record(14)",
1459
+ "following": "record(13)",
1452
1460
  "muted": false,
1453
1461
  },
1454
1462
  },
1455
- "cid": "cids(13)",
1463
+ "cid": "cids(15)",
1456
1464
  "indexedAt": "1970-01-01T00:00:00.000Z",
1457
1465
  "labels": Array [
1458
1466
  Object {
1459
- "cid": "cids(13)",
1467
+ "cid": "cids(15)",
1460
1468
  "cts": "1970-01-01T00:00:00.000Z",
1461
1469
  "src": "did:example:labeler",
1462
- "uri": "record(15)",
1470
+ "uri": "record(17)",
1463
1471
  "val": "test-label-3",
1464
1472
  },
1465
1473
  ],
@@ -1476,7 +1484,7 @@ Array [
1476
1484
  },
1477
1485
  "replyCount": 0,
1478
1486
  "repostCount": 0,
1479
- "uri": "record(15)",
1487
+ "uri": "record(17)",
1480
1488
  "viewer": Object {
1481
1489
  "embeddingDisabled": false,
1482
1490
  "threadMuted": false,
@@ -1512,14 +1520,14 @@ Array [
1512
1520
  "muted": false,
1513
1521
  },
1514
1522
  },
1515
- "cid": "cids(14)",
1523
+ "cid": "cids(16)",
1516
1524
  "indexedAt": "1970-01-01T00:00:00.000Z",
1517
1525
  "labels": Array [
1518
1526
  Object {
1519
- "cid": "cids(14)",
1527
+ "cid": "cids(16)",
1520
1528
  "cts": "1970-01-01T00:00:00.000Z",
1521
1529
  "src": "user(0)",
1522
- "uri": "record(17)",
1530
+ "uri": "record(19)",
1523
1531
  "val": "self-label",
1524
1532
  },
1525
1533
  ],
@@ -1540,7 +1548,7 @@ Array [
1540
1548
  },
1541
1549
  "replyCount": 0,
1542
1550
  "repostCount": 0,
1543
- "uri": "record(17)",
1551
+ "uri": "record(19)",
1544
1552
  "viewer": Object {
1545
1553
  "embeddingDisabled": false,
1546
1554
  "threadMuted": false,
@@ -1626,7 +1634,9 @@ Array [
1626
1634
  "muted": false,
1627
1635
  },
1628
1636
  },
1637
+ "cid": "cids(5)",
1629
1638
  "indexedAt": "1970-01-01T00:00:00.000Z",
1639
+ "uri": "record(5)",
1630
1640
  },
1631
1641
  "reply": Object {
1632
1642
  "grandparentAuthor": Object {
@@ -1667,8 +1677,8 @@ Array [
1667
1677
  "labels": Array [],
1668
1678
  "viewer": Object {
1669
1679
  "blockedBy": false,
1670
- "followedBy": "record(6)",
1671
- "following": "record(5)",
1680
+ "followedBy": "record(7)",
1681
+ "following": "record(6)",
1672
1682
  "muted": false,
1673
1683
  },
1674
1684
  },
@@ -1678,8 +1688,8 @@ Array [
1678
1688
  "images": Array [
1679
1689
  Object {
1680
1690
  "alt": "../dev-env/assets/key-landscape-small.jpg",
1681
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(5)@jpeg",
1682
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(5)@jpeg",
1691
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(6)@jpeg",
1692
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(6)@jpeg",
1683
1693
  },
1684
1694
  ],
1685
1695
  },
@@ -1714,7 +1724,7 @@ Array [
1714
1724
  "$type": "blob",
1715
1725
  "mimeType": "image/jpeg",
1716
1726
  "ref": Object {
1717
- "$link": "cids(5)",
1727
+ "$link": "cids(6)",
1718
1728
  },
1719
1729
  "size": 4114,
1720
1730
  },
@@ -1854,7 +1864,9 @@ Array [
1854
1864
  "muted": false,
1855
1865
  },
1856
1866
  },
1867
+ "cid": "cids(7)",
1857
1868
  "indexedAt": "1970-01-01T00:00:00.000Z",
1869
+ "uri": "record(8)",
1858
1870
  },
1859
1871
  },
1860
1872
  Object {
@@ -1874,7 +1886,7 @@ Array [
1874
1886
  "muted": false,
1875
1887
  },
1876
1888
  },
1877
- "cid": "cids(6)",
1889
+ "cid": "cids(8)",
1878
1890
  "embed": Object {
1879
1891
  "$type": "app.bsky.embed.record#view",
1880
1892
  "record": Object {
@@ -1885,12 +1897,12 @@ Array [
1885
1897
  "labels": Array [],
1886
1898
  "viewer": Object {
1887
1899
  "blockedBy": false,
1888
- "followedBy": "record(10)",
1889
- "following": "record(9)",
1900
+ "followedBy": "record(12)",
1901
+ "following": "record(11)",
1890
1902
  "muted": false,
1891
1903
  },
1892
1904
  },
1893
- "cid": "cids(7)",
1905
+ "cid": "cids(9)",
1894
1906
  "embeds": Array [
1895
1907
  Object {
1896
1908
  "$type": "app.bsky.embed.recordWithMedia#view",
@@ -1899,13 +1911,13 @@ Array [
1899
1911
  "images": Array [
1900
1912
  Object {
1901
1913
  "alt": "../dev-env/assets/key-landscape-small.jpg",
1902
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(5)@jpeg",
1903
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(5)@jpeg",
1914
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(6)@jpeg",
1915
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(6)@jpeg",
1904
1916
  },
1905
1917
  Object {
1906
1918
  "alt": "../dev-env/assets/key-alt.jpg",
1907
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(8)@jpeg",
1908
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(8)@jpeg",
1919
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(10)@jpeg",
1920
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(10)@jpeg",
1909
1921
  },
1910
1922
  ],
1911
1923
  },
@@ -1921,19 +1933,19 @@ Array [
1921
1933
  "labels": Array [],
1922
1934
  "viewer": Object {
1923
1935
  "blockedBy": false,
1924
- "followedBy": "record(6)",
1925
- "following": "record(5)",
1936
+ "followedBy": "record(7)",
1937
+ "following": "record(6)",
1926
1938
  "muted": false,
1927
1939
  },
1928
1940
  },
1929
- "cid": "cids(9)",
1941
+ "cid": "cids(11)",
1930
1942
  "indexedAt": "1970-01-01T00:00:00.000Z",
1931
1943
  "labels": Array [
1932
1944
  Object {
1933
- "cid": "cids(9)",
1945
+ "cid": "cids(11)",
1934
1946
  "cts": "1970-01-01T00:00:00.000Z",
1935
1947
  "src": "did:example:labeler",
1936
- "uri": "record(11)",
1948
+ "uri": "record(13)",
1937
1949
  "val": "test-label-3",
1938
1950
  },
1939
1951
  ],
@@ -1941,7 +1953,7 @@ Array [
1941
1953
  "quoteCount": 1,
1942
1954
  "replyCount": 0,
1943
1955
  "repostCount": 0,
1944
- "uri": "record(11)",
1956
+ "uri": "record(13)",
1945
1957
  "value": Object {
1946
1958
  "$type": "app.bsky.feed.post",
1947
1959
  "createdAt": "1970-01-01T00:00:00.000Z",
@@ -1958,10 +1970,10 @@ Array [
1958
1970
  "indexedAt": "1970-01-01T00:00:00.000Z",
1959
1971
  "labels": Array [
1960
1972
  Object {
1961
- "cid": "cids(7)",
1973
+ "cid": "cids(9)",
1962
1974
  "cts": "1970-01-01T00:00:00.000Z",
1963
1975
  "src": "did:example:labeler",
1964
- "uri": "record(8)",
1976
+ "uri": "record(10)",
1965
1977
  "val": "test-label-3",
1966
1978
  },
1967
1979
  ],
@@ -1969,7 +1981,7 @@ Array [
1969
1981
  "quoteCount": 1,
1970
1982
  "replyCount": 0,
1971
1983
  "repostCount": 0,
1972
- "uri": "record(8)",
1984
+ "uri": "record(10)",
1973
1985
  "value": Object {
1974
1986
  "$type": "app.bsky.feed.post",
1975
1987
  "createdAt": "1970-01-01T00:00:00.000Z",
@@ -1984,7 +1996,7 @@ Array [
1984
1996
  "$type": "blob",
1985
1997
  "mimeType": "image/jpeg",
1986
1998
  "ref": Object {
1987
- "$link": "cids(5)",
1999
+ "$link": "cids(6)",
1988
2000
  },
1989
2001
  "size": 4114,
1990
2002
  },
@@ -1995,7 +2007,7 @@ Array [
1995
2007
  "$type": "blob",
1996
2008
  "mimeType": "image/jpeg",
1997
2009
  "ref": Object {
1998
- "$link": "cids(8)",
2010
+ "$link": "cids(10)",
1999
2011
  },
2000
2012
  "size": 12736,
2001
2013
  },
@@ -2004,8 +2016,8 @@ Array [
2004
2016
  },
2005
2017
  "record": Object {
2006
2018
  "record": Object {
2007
- "cid": "cids(9)",
2008
- "uri": "record(11)",
2019
+ "cid": "cids(11)",
2020
+ "uri": "record(13)",
2009
2021
  },
2010
2022
  },
2011
2023
  },
@@ -2023,8 +2035,8 @@ Array [
2023
2035
  "embed": Object {
2024
2036
  "$type": "app.bsky.embed.record",
2025
2037
  "record": Object {
2026
- "cid": "cids(7)",
2027
- "uri": "record(8)",
2038
+ "cid": "cids(9)",
2039
+ "uri": "record(10)",
2028
2040
  },
2029
2041
  },
2030
2042
  "facets": Array [
@@ -2045,7 +2057,7 @@ Array [
2045
2057
  },
2046
2058
  "replyCount": 0,
2047
2059
  "repostCount": 1,
2048
- "uri": "record(7)",
2060
+ "uri": "record(9)",
2049
2061
  "viewer": Object {
2050
2062
  "embeddingDisabled": false,
2051
2063
  "threadMuted": false,
@@ -2059,12 +2071,14 @@ Array [
2059
2071
  "labels": Array [],
2060
2072
  "viewer": Object {
2061
2073
  "blockedBy": false,
2062
- "followedBy": "record(10)",
2063
- "following": "record(9)",
2074
+ "followedBy": "record(12)",
2075
+ "following": "record(11)",
2064
2076
  "muted": false,
2065
2077
  },
2066
2078
  },
2079
+ "cid": "cids(12)",
2067
2080
  "indexedAt": "1970-01-01T00:00:00.000Z",
2081
+ "uri": "record(14)",
2068
2082
  },
2069
2083
  },
2070
2084
  Object {
@@ -2163,8 +2177,8 @@ Array [
2163
2177
  "labels": Array [],
2164
2178
  "viewer": Object {
2165
2179
  "blockedBy": false,
2166
- "followedBy": "record(6)",
2167
- "following": "record(5)",
2180
+ "followedBy": "record(7)",
2181
+ "following": "record(6)",
2168
2182
  "muted": false,
2169
2183
  },
2170
2184
  },
@@ -2174,8 +2188,8 @@ Array [
2174
2188
  "images": Array [
2175
2189
  Object {
2176
2190
  "alt": "../dev-env/assets/key-landscape-small.jpg",
2177
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(5)@jpeg",
2178
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(5)@jpeg",
2191
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(6)@jpeg",
2192
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(6)@jpeg",
2179
2193
  },
2180
2194
  ],
2181
2195
  },
@@ -2210,7 +2224,7 @@ Array [
2210
2224
  "$type": "blob",
2211
2225
  "mimeType": "image/jpeg",
2212
2226
  "ref": Object {
2213
- "$link": "cids(5)",
2227
+ "$link": "cids(6)",
2214
2228
  },
2215
2229
  "size": 4114,
2216
2230
  },
@@ -2294,12 +2308,12 @@ Array [
2294
2308
  "labels": Array [],
2295
2309
  "viewer": Object {
2296
2310
  "blockedBy": false,
2297
- "followedBy": "record(10)",
2298
- "following": "record(9)",
2311
+ "followedBy": "record(12)",
2312
+ "following": "record(11)",
2299
2313
  "muted": false,
2300
2314
  },
2301
2315
  },
2302
- "cid": "cids(10)",
2316
+ "cid": "cids(13)",
2303
2317
  "indexedAt": "1970-01-01T00:00:00.000Z",
2304
2318
  "labels": Array [],
2305
2319
  "likeCount": 0,
@@ -2321,7 +2335,7 @@ Array [
2321
2335
  },
2322
2336
  "replyCount": 0,
2323
2337
  "repostCount": 0,
2324
- "uri": "record(12)",
2338
+ "uri": "record(15)",
2325
2339
  "viewer": Object {
2326
2340
  "embeddingDisabled": false,
2327
2341
  "threadMuted": false,
@@ -2435,8 +2449,8 @@ Array [
2435
2449
  "labels": Array [],
2436
2450
  "viewer": Object {
2437
2451
  "blockedBy": false,
2438
- "followedBy": "record(6)",
2439
- "following": "record(5)",
2452
+ "followedBy": "record(7)",
2453
+ "following": "record(6)",
2440
2454
  "muted": false,
2441
2455
  },
2442
2456
  },
@@ -2446,8 +2460,8 @@ Array [
2446
2460
  "images": Array [
2447
2461
  Object {
2448
2462
  "alt": "../dev-env/assets/key-landscape-small.jpg",
2449
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(5)@jpeg",
2450
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(5)@jpeg",
2463
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(6)@jpeg",
2464
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(6)@jpeg",
2451
2465
  },
2452
2466
  ],
2453
2467
  },
@@ -2482,7 +2496,7 @@ Array [
2482
2496
  "$type": "blob",
2483
2497
  "mimeType": "image/jpeg",
2484
2498
  "ref": Object {
2485
- "$link": "cids(5)",
2499
+ "$link": "cids(6)",
2486
2500
  },
2487
2501
  "size": 4114,
2488
2502
  },
@@ -2635,7 +2649,7 @@ Array [
2635
2649
  "muted": false,
2636
2650
  },
2637
2651
  },
2638
- "cid": "cids(11)",
2652
+ "cid": "cids(14)",
2639
2653
  "embed": Object {
2640
2654
  "$type": "app.bsky.embed.record#view",
2641
2655
  "record": Object {
@@ -2655,7 +2669,7 @@ Array [
2655
2669
  "muted": false,
2656
2670
  },
2657
2671
  },
2658
- "cid": "cids(6)",
2672
+ "cid": "cids(8)",
2659
2673
  "embeds": Array [
2660
2674
  Object {
2661
2675
  "$type": "app.bsky.embed.record#view",
@@ -2667,19 +2681,19 @@ Array [
2667
2681
  "labels": Array [],
2668
2682
  "viewer": Object {
2669
2683
  "blockedBy": false,
2670
- "followedBy": "record(10)",
2671
- "following": "record(9)",
2684
+ "followedBy": "record(12)",
2685
+ "following": "record(11)",
2672
2686
  "muted": false,
2673
2687
  },
2674
2688
  },
2675
- "cid": "cids(7)",
2689
+ "cid": "cids(9)",
2676
2690
  "indexedAt": "1970-01-01T00:00:00.000Z",
2677
2691
  "labels": Array [
2678
2692
  Object {
2679
- "cid": "cids(7)",
2693
+ "cid": "cids(9)",
2680
2694
  "cts": "1970-01-01T00:00:00.000Z",
2681
2695
  "src": "did:example:labeler",
2682
- "uri": "record(8)",
2696
+ "uri": "record(10)",
2683
2697
  "val": "test-label-3",
2684
2698
  },
2685
2699
  ],
@@ -2687,7 +2701,7 @@ Array [
2687
2701
  "quoteCount": 1,
2688
2702
  "replyCount": 0,
2689
2703
  "repostCount": 0,
2690
- "uri": "record(8)",
2704
+ "uri": "record(10)",
2691
2705
  "value": Object {
2692
2706
  "$type": "app.bsky.feed.post",
2693
2707
  "createdAt": "1970-01-01T00:00:00.000Z",
@@ -2702,7 +2716,7 @@ Array [
2702
2716
  "$type": "blob",
2703
2717
  "mimeType": "image/jpeg",
2704
2718
  "ref": Object {
2705
- "$link": "cids(5)",
2719
+ "$link": "cids(6)",
2706
2720
  },
2707
2721
  "size": 4114,
2708
2722
  },
@@ -2713,7 +2727,7 @@ Array [
2713
2727
  "$type": "blob",
2714
2728
  "mimeType": "image/jpeg",
2715
2729
  "ref": Object {
2716
- "$link": "cids(8)",
2730
+ "$link": "cids(10)",
2717
2731
  },
2718
2732
  "size": 12736,
2719
2733
  },
@@ -2722,8 +2736,8 @@ Array [
2722
2736
  },
2723
2737
  "record": Object {
2724
2738
  "record": Object {
2725
- "cid": "cids(9)",
2726
- "uri": "record(11)",
2739
+ "cid": "cids(11)",
2740
+ "uri": "record(13)",
2727
2741
  },
2728
2742
  },
2729
2743
  },
@@ -2738,15 +2752,15 @@ Array [
2738
2752
  "quoteCount": 1,
2739
2753
  "replyCount": 0,
2740
2754
  "repostCount": 1,
2741
- "uri": "record(7)",
2755
+ "uri": "record(9)",
2742
2756
  "value": Object {
2743
2757
  "$type": "app.bsky.feed.post",
2744
2758
  "createdAt": "1970-01-01T00:00:00.000Z",
2745
2759
  "embed": Object {
2746
2760
  "$type": "app.bsky.embed.record",
2747
2761
  "record": Object {
2748
- "cid": "cids(7)",
2749
- "uri": "record(8)",
2762
+ "cid": "cids(9)",
2763
+ "uri": "record(10)",
2750
2764
  },
2751
2765
  },
2752
2766
  "facets": Array [
@@ -2770,10 +2784,10 @@ Array [
2770
2784
  "indexedAt": "1970-01-01T00:00:00.000Z",
2771
2785
  "labels": Array [
2772
2786
  Object {
2773
- "cid": "cids(11)",
2787
+ "cid": "cids(14)",
2774
2788
  "cts": "1970-01-01T00:00:00.000Z",
2775
2789
  "src": "did:example:labeler",
2776
- "uri": "record(13)",
2790
+ "uri": "record(16)",
2777
2791
  "val": "test-label",
2778
2792
  },
2779
2793
  ],
@@ -2785,15 +2799,15 @@ Array [
2785
2799
  "embed": Object {
2786
2800
  "$type": "app.bsky.embed.record",
2787
2801
  "record": Object {
2788
- "cid": "cids(6)",
2789
- "uri": "record(7)",
2802
+ "cid": "cids(8)",
2803
+ "uri": "record(9)",
2790
2804
  },
2791
2805
  },
2792
2806
  "text": "yoohoo label_me",
2793
2807
  },
2794
2808
  "replyCount": 0,
2795
2809
  "repostCount": 0,
2796
- "uri": "record(13)",
2810
+ "uri": "record(16)",
2797
2811
  "viewer": Object {
2798
2812
  "embeddingDisabled": false,
2799
2813
  "threadMuted": false,
@@ -2811,12 +2825,12 @@ Array [
2811
2825
  "labels": Array [],
2812
2826
  "viewer": Object {
2813
2827
  "blockedBy": false,
2814
- "followedBy": "record(6)",
2815
- "following": "record(5)",
2828
+ "followedBy": "record(7)",
2829
+ "following": "record(6)",
2816
2830
  "muted": false,
2817
2831
  },
2818
2832
  },
2819
- "cid": "cids(12)",
2833
+ "cid": "cids(15)",
2820
2834
  "indexedAt": "1970-01-01T00:00:00.000Z",
2821
2835
  "labels": Array [],
2822
2836
  "likeCount": 0,
@@ -2828,7 +2842,7 @@ Array [
2828
2842
  },
2829
2843
  "replyCount": 0,
2830
2844
  "repostCount": 0,
2831
- "uri": "record(14)",
2845
+ "uri": "record(17)",
2832
2846
  "viewer": Object {
2833
2847
  "embeddingDisabled": false,
2834
2848
  "threadMuted": false,
@@ -2900,7 +2914,7 @@ Array [
2900
2914
  "muted": false,
2901
2915
  },
2902
2916
  },
2903
- "cid": "cids(6)",
2917
+ "cid": "cids(8)",
2904
2918
  "embed": Object {
2905
2919
  "$type": "app.bsky.embed.record#view",
2906
2920
  "record": Object {
@@ -2911,12 +2925,12 @@ Array [
2911
2925
  "labels": Array [],
2912
2926
  "viewer": Object {
2913
2927
  "blockedBy": false,
2914
- "followedBy": "record(10)",
2915
- "following": "record(9)",
2928
+ "followedBy": "record(12)",
2929
+ "following": "record(11)",
2916
2930
  "muted": false,
2917
2931
  },
2918
2932
  },
2919
- "cid": "cids(7)",
2933
+ "cid": "cids(9)",
2920
2934
  "embeds": Array [
2921
2935
  Object {
2922
2936
  "$type": "app.bsky.embed.recordWithMedia#view",
@@ -2925,13 +2939,13 @@ Array [
2925
2939
  "images": Array [
2926
2940
  Object {
2927
2941
  "alt": "../dev-env/assets/key-landscape-small.jpg",
2928
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(5)@jpeg",
2929
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(5)@jpeg",
2942
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(6)@jpeg",
2943
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(6)@jpeg",
2930
2944
  },
2931
2945
  Object {
2932
2946
  "alt": "../dev-env/assets/key-alt.jpg",
2933
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(8)@jpeg",
2934
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(8)@jpeg",
2947
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(10)@jpeg",
2948
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(10)@jpeg",
2935
2949
  },
2936
2950
  ],
2937
2951
  },
@@ -2947,19 +2961,19 @@ Array [
2947
2961
  "labels": Array [],
2948
2962
  "viewer": Object {
2949
2963
  "blockedBy": false,
2950
- "followedBy": "record(6)",
2951
- "following": "record(5)",
2964
+ "followedBy": "record(7)",
2965
+ "following": "record(6)",
2952
2966
  "muted": false,
2953
2967
  },
2954
2968
  },
2955
- "cid": "cids(9)",
2969
+ "cid": "cids(11)",
2956
2970
  "indexedAt": "1970-01-01T00:00:00.000Z",
2957
2971
  "labels": Array [
2958
2972
  Object {
2959
- "cid": "cids(9)",
2973
+ "cid": "cids(11)",
2960
2974
  "cts": "1970-01-01T00:00:00.000Z",
2961
2975
  "src": "did:example:labeler",
2962
- "uri": "record(11)",
2976
+ "uri": "record(13)",
2963
2977
  "val": "test-label-3",
2964
2978
  },
2965
2979
  ],
@@ -2967,7 +2981,7 @@ Array [
2967
2981
  "quoteCount": 1,
2968
2982
  "replyCount": 0,
2969
2983
  "repostCount": 0,
2970
- "uri": "record(11)",
2984
+ "uri": "record(13)",
2971
2985
  "value": Object {
2972
2986
  "$type": "app.bsky.feed.post",
2973
2987
  "createdAt": "1970-01-01T00:00:00.000Z",
@@ -2984,10 +2998,10 @@ Array [
2984
2998
  "indexedAt": "1970-01-01T00:00:00.000Z",
2985
2999
  "labels": Array [
2986
3000
  Object {
2987
- "cid": "cids(7)",
3001
+ "cid": "cids(9)",
2988
3002
  "cts": "1970-01-01T00:00:00.000Z",
2989
3003
  "src": "did:example:labeler",
2990
- "uri": "record(8)",
3004
+ "uri": "record(10)",
2991
3005
  "val": "test-label-3",
2992
3006
  },
2993
3007
  ],
@@ -2995,7 +3009,7 @@ Array [
2995
3009
  "quoteCount": 1,
2996
3010
  "replyCount": 0,
2997
3011
  "repostCount": 0,
2998
- "uri": "record(8)",
3012
+ "uri": "record(10)",
2999
3013
  "value": Object {
3000
3014
  "$type": "app.bsky.feed.post",
3001
3015
  "createdAt": "1970-01-01T00:00:00.000Z",
@@ -3010,7 +3024,7 @@ Array [
3010
3024
  "$type": "blob",
3011
3025
  "mimeType": "image/jpeg",
3012
3026
  "ref": Object {
3013
- "$link": "cids(5)",
3027
+ "$link": "cids(6)",
3014
3028
  },
3015
3029
  "size": 4114,
3016
3030
  },
@@ -3021,7 +3035,7 @@ Array [
3021
3035
  "$type": "blob",
3022
3036
  "mimeType": "image/jpeg",
3023
3037
  "ref": Object {
3024
- "$link": "cids(8)",
3038
+ "$link": "cids(10)",
3025
3039
  },
3026
3040
  "size": 12736,
3027
3041
  },
@@ -3030,8 +3044,8 @@ Array [
3030
3044
  },
3031
3045
  "record": Object {
3032
3046
  "record": Object {
3033
- "cid": "cids(9)",
3034
- "uri": "record(11)",
3047
+ "cid": "cids(11)",
3048
+ "uri": "record(13)",
3035
3049
  },
3036
3050
  },
3037
3051
  },
@@ -3049,8 +3063,8 @@ Array [
3049
3063
  "embed": Object {
3050
3064
  "$type": "app.bsky.embed.record",
3051
3065
  "record": Object {
3052
- "cid": "cids(7)",
3053
- "uri": "record(8)",
3066
+ "cid": "cids(9)",
3067
+ "uri": "record(10)",
3054
3068
  },
3055
3069
  },
3056
3070
  "facets": Array [
@@ -3071,7 +3085,7 @@ Array [
3071
3085
  },
3072
3086
  "replyCount": 0,
3073
3087
  "repostCount": 1,
3074
- "uri": "record(7)",
3088
+ "uri": "record(9)",
3075
3089
  "viewer": Object {
3076
3090
  "embeddingDisabled": false,
3077
3091
  "threadMuted": false,
@@ -3095,7 +3109,7 @@ Array [
3095
3109
  "muted": false,
3096
3110
  },
3097
3111
  },
3098
- "cid": "cids(13)",
3112
+ "cid": "cids(16)",
3099
3113
  "indexedAt": "1970-01-01T00:00:00.000Z",
3100
3114
  "labels": Array [],
3101
3115
  "likeCount": 0,
@@ -3107,7 +3121,7 @@ Array [
3107
3121
  },
3108
3122
  "replyCount": 0,
3109
3123
  "repostCount": 0,
3110
- "uri": "record(15)",
3124
+ "uri": "record(18)",
3111
3125
  "viewer": Object {
3112
3126
  "embeddingDisabled": false,
3113
3127
  "threadMuted": false,
@@ -3122,12 +3136,12 @@ Array [
3122
3136
  "labels": Array [],
3123
3137
  "viewer": Object {
3124
3138
  "blockedBy": false,
3125
- "followedBy": "record(10)",
3126
- "following": "record(9)",
3139
+ "followedBy": "record(12)",
3140
+ "following": "record(11)",
3127
3141
  "muted": false,
3128
3142
  },
3129
3143
  },
3130
- "cid": "cids(7)",
3144
+ "cid": "cids(9)",
3131
3145
  "embed": Object {
3132
3146
  "$type": "app.bsky.embed.recordWithMedia#view",
3133
3147
  "media": Object {
@@ -3135,13 +3149,13 @@ Array [
3135
3149
  "images": Array [
3136
3150
  Object {
3137
3151
  "alt": "../dev-env/assets/key-landscape-small.jpg",
3138
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(5)@jpeg",
3139
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(5)@jpeg",
3152
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(6)@jpeg",
3153
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(6)@jpeg",
3140
3154
  },
3141
3155
  Object {
3142
3156
  "alt": "../dev-env/assets/key-alt.jpg",
3143
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(8)@jpeg",
3144
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(8)@jpeg",
3157
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(10)@jpeg",
3158
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(10)@jpeg",
3145
3159
  },
3146
3160
  ],
3147
3161
  },
@@ -3157,20 +3171,20 @@ Array [
3157
3171
  "labels": Array [],
3158
3172
  "viewer": Object {
3159
3173
  "blockedBy": false,
3160
- "followedBy": "record(6)",
3161
- "following": "record(5)",
3174
+ "followedBy": "record(7)",
3175
+ "following": "record(6)",
3162
3176
  "muted": false,
3163
3177
  },
3164
3178
  },
3165
- "cid": "cids(9)",
3179
+ "cid": "cids(11)",
3166
3180
  "embeds": Array [],
3167
3181
  "indexedAt": "1970-01-01T00:00:00.000Z",
3168
3182
  "labels": Array [
3169
3183
  Object {
3170
- "cid": "cids(9)",
3184
+ "cid": "cids(11)",
3171
3185
  "cts": "1970-01-01T00:00:00.000Z",
3172
3186
  "src": "did:example:labeler",
3173
- "uri": "record(11)",
3187
+ "uri": "record(13)",
3174
3188
  "val": "test-label-3",
3175
3189
  },
3176
3190
  ],
@@ -3178,7 +3192,7 @@ Array [
3178
3192
  "quoteCount": 1,
3179
3193
  "replyCount": 0,
3180
3194
  "repostCount": 0,
3181
- "uri": "record(11)",
3195
+ "uri": "record(13)",
3182
3196
  "value": Object {
3183
3197
  "$type": "app.bsky.feed.post",
3184
3198
  "createdAt": "1970-01-01T00:00:00.000Z",
@@ -3194,10 +3208,10 @@ Array [
3194
3208
  "indexedAt": "1970-01-01T00:00:00.000Z",
3195
3209
  "labels": Array [
3196
3210
  Object {
3197
- "cid": "cids(7)",
3211
+ "cid": "cids(9)",
3198
3212
  "cts": "1970-01-01T00:00:00.000Z",
3199
3213
  "src": "did:example:labeler",
3200
- "uri": "record(8)",
3214
+ "uri": "record(10)",
3201
3215
  "val": "test-label-3",
3202
3216
  },
3203
3217
  ],
@@ -3217,7 +3231,7 @@ Array [
3217
3231
  "$type": "blob",
3218
3232
  "mimeType": "image/jpeg",
3219
3233
  "ref": Object {
3220
- "$link": "cids(5)",
3234
+ "$link": "cids(6)",
3221
3235
  },
3222
3236
  "size": 4114,
3223
3237
  },
@@ -3228,7 +3242,7 @@ Array [
3228
3242
  "$type": "blob",
3229
3243
  "mimeType": "image/jpeg",
3230
3244
  "ref": Object {
3231
- "$link": "cids(8)",
3245
+ "$link": "cids(10)",
3232
3246
  },
3233
3247
  "size": 12736,
3234
3248
  },
@@ -3237,8 +3251,8 @@ Array [
3237
3251
  },
3238
3252
  "record": Object {
3239
3253
  "record": Object {
3240
- "cid": "cids(9)",
3241
- "uri": "record(11)",
3254
+ "cid": "cids(11)",
3255
+ "uri": "record(13)",
3242
3256
  },
3243
3257
  },
3244
3258
  },
@@ -3246,10 +3260,10 @@ Array [
3246
3260
  },
3247
3261
  "replyCount": 0,
3248
3262
  "repostCount": 0,
3249
- "uri": "record(8)",
3263
+ "uri": "record(10)",
3250
3264
  "viewer": Object {
3251
3265
  "embeddingDisabled": false,
3252
- "like": "record(16)",
3266
+ "like": "record(19)",
3253
3267
  "threadMuted": false,
3254
3268
  },
3255
3269
  },
@@ -3265,19 +3279,19 @@ Array [
3265
3279
  "labels": Array [],
3266
3280
  "viewer": Object {
3267
3281
  "blockedBy": false,
3268
- "followedBy": "record(6)",
3269
- "following": "record(5)",
3282
+ "followedBy": "record(7)",
3283
+ "following": "record(6)",
3270
3284
  "muted": false,
3271
3285
  },
3272
3286
  },
3273
- "cid": "cids(9)",
3287
+ "cid": "cids(11)",
3274
3288
  "indexedAt": "1970-01-01T00:00:00.000Z",
3275
3289
  "labels": Array [
3276
3290
  Object {
3277
- "cid": "cids(9)",
3291
+ "cid": "cids(11)",
3278
3292
  "cts": "1970-01-01T00:00:00.000Z",
3279
3293
  "src": "did:example:labeler",
3280
- "uri": "record(11)",
3294
+ "uri": "record(13)",
3281
3295
  "val": "test-label-3",
3282
3296
  },
3283
3297
  ],
@@ -3294,7 +3308,7 @@ Array [
3294
3308
  },
3295
3309
  "replyCount": 0,
3296
3310
  "repostCount": 0,
3297
- "uri": "record(11)",
3311
+ "uri": "record(13)",
3298
3312
  "viewer": Object {
3299
3313
  "embeddingDisabled": false,
3300
3314
  "threadMuted": false,
@@ -3330,14 +3344,14 @@ Array [
3330
3344
  "muted": false,
3331
3345
  },
3332
3346
  },
3333
- "cid": "cids(14)",
3347
+ "cid": "cids(17)",
3334
3348
  "indexedAt": "1970-01-01T00:00:00.000Z",
3335
3349
  "labels": Array [
3336
3350
  Object {
3337
- "cid": "cids(14)",
3351
+ "cid": "cids(17)",
3338
3352
  "cts": "1970-01-01T00:00:00.000Z",
3339
3353
  "src": "user(0)",
3340
- "uri": "record(17)",
3354
+ "uri": "record(20)",
3341
3355
  "val": "self-label",
3342
3356
  },
3343
3357
  ],
@@ -3358,7 +3372,7 @@ Array [
3358
3372
  },
3359
3373
  "replyCount": 0,
3360
3374
  "repostCount": 0,
3361
- "uri": "record(17)",
3375
+ "uri": "record(20)",
3362
3376
  "viewer": Object {
3363
3377
  "embeddingDisabled": false,
3364
3378
  "threadMuted": false,
@@ -3573,7 +3587,9 @@ Array [
3573
3587
  "muted": false,
3574
3588
  },
3575
3589
  },
3590
+ "cid": "cids(6)",
3576
3591
  "indexedAt": "1970-01-01T00:00:00.000Z",
3592
+ "uri": "record(5)",
3577
3593
  },
3578
3594
  },
3579
3595
  Object {
@@ -3586,28 +3602,28 @@ Array [
3586
3602
  "handle": "alice.test",
3587
3603
  "labels": Array [
3588
3604
  Object {
3589
- "cid": "cids(7)",
3605
+ "cid": "cids(8)",
3590
3606
  "cts": "1970-01-01T00:00:00.000Z",
3591
3607
  "src": "user(1)",
3592
- "uri": "record(8)",
3608
+ "uri": "record(9)",
3593
3609
  "val": "self-label-a",
3594
3610
  },
3595
3611
  Object {
3596
- "cid": "cids(7)",
3612
+ "cid": "cids(8)",
3597
3613
  "cts": "1970-01-01T00:00:00.000Z",
3598
3614
  "src": "user(1)",
3599
- "uri": "record(8)",
3615
+ "uri": "record(9)",
3600
3616
  "val": "self-label-b",
3601
3617
  },
3602
3618
  ],
3603
3619
  "viewer": Object {
3604
3620
  "blockedBy": false,
3605
- "followedBy": "record(7)",
3606
- "following": "record(6)",
3621
+ "followedBy": "record(8)",
3622
+ "following": "record(7)",
3607
3623
  "muted": false,
3608
3624
  },
3609
3625
  },
3610
- "cid": "cids(6)",
3626
+ "cid": "cids(7)",
3611
3627
  "indexedAt": "1970-01-01T00:00:00.000Z",
3612
3628
  "labels": Array [],
3613
3629
  "likeCount": 0,
@@ -3617,19 +3633,19 @@ Array [
3617
3633
  "createdAt": "1970-01-01T00:00:00.000Z",
3618
3634
  "reply": Object {
3619
3635
  "parent": Object {
3620
- "cid": "cids(9)",
3621
- "uri": "record(10)",
3636
+ "cid": "cids(10)",
3637
+ "uri": "record(11)",
3622
3638
  },
3623
3639
  "root": Object {
3624
- "cid": "cids(8)",
3625
- "uri": "record(9)",
3640
+ "cid": "cids(9)",
3641
+ "uri": "record(10)",
3626
3642
  },
3627
3643
  },
3628
3644
  "text": "thanks bob",
3629
3645
  },
3630
3646
  "replyCount": 0,
3631
3647
  "repostCount": 1,
3632
- "uri": "record(5)",
3648
+ "uri": "record(6)",
3633
3649
  "viewer": Object {
3634
3650
  "embeddingDisabled": false,
3635
3651
  "threadMuted": false,
@@ -3644,24 +3660,24 @@ Array [
3644
3660
  "handle": "alice.test",
3645
3661
  "labels": Array [
3646
3662
  Object {
3647
- "cid": "cids(7)",
3663
+ "cid": "cids(8)",
3648
3664
  "cts": "1970-01-01T00:00:00.000Z",
3649
3665
  "src": "user(1)",
3650
- "uri": "record(8)",
3666
+ "uri": "record(9)",
3651
3667
  "val": "self-label-a",
3652
3668
  },
3653
3669
  Object {
3654
- "cid": "cids(7)",
3670
+ "cid": "cids(8)",
3655
3671
  "cts": "1970-01-01T00:00:00.000Z",
3656
3672
  "src": "user(1)",
3657
- "uri": "record(8)",
3673
+ "uri": "record(9)",
3658
3674
  "val": "self-label-b",
3659
3675
  },
3660
3676
  ],
3661
3677
  "viewer": Object {
3662
3678
  "blockedBy": false,
3663
- "followedBy": "record(7)",
3664
- "following": "record(6)",
3679
+ "followedBy": "record(8)",
3680
+ "following": "record(7)",
3665
3681
  "muted": false,
3666
3682
  },
3667
3683
  },
@@ -3679,7 +3695,7 @@ Array [
3679
3695
  "muted": false,
3680
3696
  },
3681
3697
  },
3682
- "cid": "cids(9)",
3698
+ "cid": "cids(10)",
3683
3699
  "embed": Object {
3684
3700
  "$type": "app.bsky.embed.images#view",
3685
3701
  "images": Array [
@@ -3693,17 +3709,17 @@ Array [
3693
3709
  "indexedAt": "1970-01-01T00:00:00.000Z",
3694
3710
  "labels": Array [
3695
3711
  Object {
3696
- "cid": "cids(9)",
3712
+ "cid": "cids(10)",
3697
3713
  "cts": "1970-01-01T00:00:00.000Z",
3698
3714
  "src": "did:example:labeler",
3699
- "uri": "record(10)",
3715
+ "uri": "record(11)",
3700
3716
  "val": "test-label",
3701
3717
  },
3702
3718
  Object {
3703
- "cid": "cids(9)",
3719
+ "cid": "cids(10)",
3704
3720
  "cts": "1970-01-01T00:00:00.000Z",
3705
3721
  "src": "did:example:labeler",
3706
- "uri": "record(10)",
3722
+ "uri": "record(11)",
3707
3723
  "val": "test-label-2",
3708
3724
  },
3709
3725
  ],
@@ -3730,19 +3746,19 @@ Array [
3730
3746
  },
3731
3747
  "reply": Object {
3732
3748
  "parent": Object {
3733
- "cid": "cids(8)",
3734
- "uri": "record(9)",
3749
+ "cid": "cids(9)",
3750
+ "uri": "record(10)",
3735
3751
  },
3736
3752
  "root": Object {
3737
- "cid": "cids(8)",
3738
- "uri": "record(9)",
3753
+ "cid": "cids(9)",
3754
+ "uri": "record(10)",
3739
3755
  },
3740
3756
  },
3741
3757
  "text": "hear that label_me label_me_2",
3742
3758
  },
3743
3759
  "replyCount": 1,
3744
3760
  "repostCount": 0,
3745
- "uri": "record(10)",
3761
+ "uri": "record(11)",
3746
3762
  "viewer": Object {
3747
3763
  "embeddingDisabled": false,
3748
3764
  "threadMuted": false,
@@ -3758,28 +3774,28 @@ Array [
3758
3774
  "handle": "alice.test",
3759
3775
  "labels": Array [
3760
3776
  Object {
3761
- "cid": "cids(7)",
3777
+ "cid": "cids(8)",
3762
3778
  "cts": "1970-01-01T00:00:00.000Z",
3763
3779
  "src": "user(1)",
3764
- "uri": "record(8)",
3780
+ "uri": "record(9)",
3765
3781
  "val": "self-label-a",
3766
3782
  },
3767
3783
  Object {
3768
- "cid": "cids(7)",
3784
+ "cid": "cids(8)",
3769
3785
  "cts": "1970-01-01T00:00:00.000Z",
3770
3786
  "src": "user(1)",
3771
- "uri": "record(8)",
3787
+ "uri": "record(9)",
3772
3788
  "val": "self-label-b",
3773
3789
  },
3774
3790
  ],
3775
3791
  "viewer": Object {
3776
3792
  "blockedBy": false,
3777
- "followedBy": "record(7)",
3778
- "following": "record(6)",
3793
+ "followedBy": "record(8)",
3794
+ "following": "record(7)",
3779
3795
  "muted": false,
3780
3796
  },
3781
3797
  },
3782
- "cid": "cids(8)",
3798
+ "cid": "cids(9)",
3783
3799
  "indexedAt": "1970-01-01T00:00:00.000Z",
3784
3800
  "labels": Array [],
3785
3801
  "likeCount": 3,
@@ -3791,10 +3807,10 @@ Array [
3791
3807
  },
3792
3808
  "replyCount": 2,
3793
3809
  "repostCount": 1,
3794
- "uri": "record(9)",
3810
+ "uri": "record(10)",
3795
3811
  "viewer": Object {
3796
3812
  "embeddingDisabled": false,
3797
- "like": "record(11)",
3813
+ "like": "record(12)",
3798
3814
  "threadMuted": false,
3799
3815
  },
3800
3816
  },
@@ -3812,7 +3828,7 @@ Array [
3812
3828
  "muted": false,
3813
3829
  },
3814
3830
  },
3815
- "cid": "cids(10)",
3831
+ "cid": "cids(11)",
3816
3832
  "indexedAt": "1970-01-01T00:00:00.000Z",
3817
3833
  "labels": Array [],
3818
3834
  "likeCount": 0,
@@ -3822,19 +3838,19 @@ Array [
3822
3838
  "createdAt": "1970-01-01T00:00:00.000Z",
3823
3839
  "reply": Object {
3824
3840
  "parent": Object {
3825
- "cid": "cids(8)",
3826
- "uri": "record(9)",
3841
+ "cid": "cids(9)",
3842
+ "uri": "record(10)",
3827
3843
  },
3828
3844
  "root": Object {
3829
- "cid": "cids(8)",
3830
- "uri": "record(9)",
3845
+ "cid": "cids(9)",
3846
+ "uri": "record(10)",
3831
3847
  },
3832
3848
  },
3833
3849
  "text": "of course",
3834
3850
  },
3835
3851
  "replyCount": 0,
3836
3852
  "repostCount": 0,
3837
- "uri": "record(12)",
3853
+ "uri": "record(13)",
3838
3854
  "viewer": Object {
3839
3855
  "embeddingDisabled": false,
3840
3856
  "threadMuted": false,
@@ -3851,28 +3867,28 @@ Array [
3851
3867
  "handle": "alice.test",
3852
3868
  "labels": Array [
3853
3869
  Object {
3854
- "cid": "cids(7)",
3870
+ "cid": "cids(8)",
3855
3871
  "cts": "1970-01-01T00:00:00.000Z",
3856
3872
  "src": "user(1)",
3857
- "uri": "record(8)",
3873
+ "uri": "record(9)",
3858
3874
  "val": "self-label-a",
3859
3875
  },
3860
3876
  Object {
3861
- "cid": "cids(7)",
3877
+ "cid": "cids(8)",
3862
3878
  "cts": "1970-01-01T00:00:00.000Z",
3863
3879
  "src": "user(1)",
3864
- "uri": "record(8)",
3880
+ "uri": "record(9)",
3865
3881
  "val": "self-label-b",
3866
3882
  },
3867
3883
  ],
3868
3884
  "viewer": Object {
3869
3885
  "blockedBy": false,
3870
- "followedBy": "record(7)",
3871
- "following": "record(6)",
3886
+ "followedBy": "record(8)",
3887
+ "following": "record(7)",
3872
3888
  "muted": false,
3873
3889
  },
3874
3890
  },
3875
- "cid": "cids(8)",
3891
+ "cid": "cids(9)",
3876
3892
  "indexedAt": "1970-01-01T00:00:00.000Z",
3877
3893
  "labels": Array [],
3878
3894
  "likeCount": 3,
@@ -3884,10 +3900,10 @@ Array [
3884
3900
  },
3885
3901
  "replyCount": 2,
3886
3902
  "repostCount": 1,
3887
- "uri": "record(9)",
3903
+ "uri": "record(10)",
3888
3904
  "viewer": Object {
3889
3905
  "embeddingDisabled": false,
3890
- "like": "record(11)",
3906
+ "like": "record(12)",
3891
3907
  "threadMuted": false,
3892
3908
  },
3893
3909
  },
@@ -3901,28 +3917,28 @@ Array [
3901
3917
  "handle": "alice.test",
3902
3918
  "labels": Array [
3903
3919
  Object {
3904
- "cid": "cids(7)",
3920
+ "cid": "cids(8)",
3905
3921
  "cts": "1970-01-01T00:00:00.000Z",
3906
3922
  "src": "user(1)",
3907
- "uri": "record(8)",
3923
+ "uri": "record(9)",
3908
3924
  "val": "self-label-a",
3909
3925
  },
3910
3926
  Object {
3911
- "cid": "cids(7)",
3927
+ "cid": "cids(8)",
3912
3928
  "cts": "1970-01-01T00:00:00.000Z",
3913
3929
  "src": "user(1)",
3914
- "uri": "record(8)",
3930
+ "uri": "record(9)",
3915
3931
  "val": "self-label-b",
3916
3932
  },
3917
3933
  ],
3918
3934
  "viewer": Object {
3919
3935
  "blockedBy": false,
3920
- "followedBy": "record(7)",
3921
- "following": "record(6)",
3936
+ "followedBy": "record(8)",
3937
+ "following": "record(7)",
3922
3938
  "muted": false,
3923
3939
  },
3924
3940
  },
3925
- "cid": "cids(8)",
3941
+ "cid": "cids(9)",
3926
3942
  "indexedAt": "1970-01-01T00:00:00.000Z",
3927
3943
  "labels": Array [],
3928
3944
  "likeCount": 3,
@@ -3934,10 +3950,10 @@ Array [
3934
3950
  },
3935
3951
  "replyCount": 2,
3936
3952
  "repostCount": 1,
3937
- "uri": "record(9)",
3953
+ "uri": "record(10)",
3938
3954
  "viewer": Object {
3939
3955
  "embeddingDisabled": false,
3940
- "like": "record(11)",
3956
+ "like": "record(12)",
3941
3957
  "threadMuted": false,
3942
3958
  },
3943
3959
  },
@@ -3957,7 +3973,7 @@ Array [
3957
3973
  "muted": false,
3958
3974
  },
3959
3975
  },
3960
- "cid": "cids(9)",
3976
+ "cid": "cids(10)",
3961
3977
  "embed": Object {
3962
3978
  "$type": "app.bsky.embed.images#view",
3963
3979
  "images": Array [
@@ -3971,17 +3987,17 @@ Array [
3971
3987
  "indexedAt": "1970-01-01T00:00:00.000Z",
3972
3988
  "labels": Array [
3973
3989
  Object {
3974
- "cid": "cids(9)",
3990
+ "cid": "cids(10)",
3975
3991
  "cts": "1970-01-01T00:00:00.000Z",
3976
3992
  "src": "did:example:labeler",
3977
- "uri": "record(10)",
3993
+ "uri": "record(11)",
3978
3994
  "val": "test-label",
3979
3995
  },
3980
3996
  Object {
3981
- "cid": "cids(9)",
3997
+ "cid": "cids(10)",
3982
3998
  "cts": "1970-01-01T00:00:00.000Z",
3983
3999
  "src": "did:example:labeler",
3984
- "uri": "record(10)",
4000
+ "uri": "record(11)",
3985
4001
  "val": "test-label-2",
3986
4002
  },
3987
4003
  ],
@@ -4008,19 +4024,19 @@ Array [
4008
4024
  },
4009
4025
  "reply": Object {
4010
4026
  "parent": Object {
4011
- "cid": "cids(8)",
4012
- "uri": "record(9)",
4027
+ "cid": "cids(9)",
4028
+ "uri": "record(10)",
4013
4029
  },
4014
4030
  "root": Object {
4015
- "cid": "cids(8)",
4016
- "uri": "record(9)",
4031
+ "cid": "cids(9)",
4032
+ "uri": "record(10)",
4017
4033
  },
4018
4034
  },
4019
4035
  "text": "hear that label_me label_me_2",
4020
4036
  },
4021
4037
  "replyCount": 1,
4022
4038
  "repostCount": 0,
4023
- "uri": "record(10)",
4039
+ "uri": "record(11)",
4024
4040
  "viewer": Object {
4025
4041
  "embeddingDisabled": false,
4026
4042
  "threadMuted": false,
@@ -4037,28 +4053,28 @@ Array [
4037
4053
  "handle": "alice.test",
4038
4054
  "labels": Array [
4039
4055
  Object {
4040
- "cid": "cids(7)",
4056
+ "cid": "cids(8)",
4041
4057
  "cts": "1970-01-01T00:00:00.000Z",
4042
4058
  "src": "user(1)",
4043
- "uri": "record(8)",
4059
+ "uri": "record(9)",
4044
4060
  "val": "self-label-a",
4045
4061
  },
4046
4062
  Object {
4047
- "cid": "cids(7)",
4063
+ "cid": "cids(8)",
4048
4064
  "cts": "1970-01-01T00:00:00.000Z",
4049
4065
  "src": "user(1)",
4050
- "uri": "record(8)",
4066
+ "uri": "record(9)",
4051
4067
  "val": "self-label-b",
4052
4068
  },
4053
4069
  ],
4054
4070
  "viewer": Object {
4055
4071
  "blockedBy": false,
4056
- "followedBy": "record(7)",
4057
- "following": "record(6)",
4072
+ "followedBy": "record(8)",
4073
+ "following": "record(7)",
4058
4074
  "muted": false,
4059
4075
  },
4060
4076
  },
4061
- "cid": "cids(8)",
4077
+ "cid": "cids(9)",
4062
4078
  "indexedAt": "1970-01-01T00:00:00.000Z",
4063
4079
  "labels": Array [],
4064
4080
  "likeCount": 3,
@@ -4070,10 +4086,10 @@ Array [
4070
4086
  },
4071
4087
  "replyCount": 2,
4072
4088
  "repostCount": 1,
4073
- "uri": "record(9)",
4089
+ "uri": "record(10)",
4074
4090
  "viewer": Object {
4075
4091
  "embeddingDisabled": false,
4076
- "like": "record(11)",
4092
+ "like": "record(12)",
4077
4093
  "threadMuted": false,
4078
4094
  },
4079
4095
  },
@@ -4087,28 +4103,28 @@ Array [
4087
4103
  "handle": "alice.test",
4088
4104
  "labels": Array [
4089
4105
  Object {
4090
- "cid": "cids(7)",
4106
+ "cid": "cids(8)",
4091
4107
  "cts": "1970-01-01T00:00:00.000Z",
4092
4108
  "src": "user(1)",
4093
- "uri": "record(8)",
4109
+ "uri": "record(9)",
4094
4110
  "val": "self-label-a",
4095
4111
  },
4096
4112
  Object {
4097
- "cid": "cids(7)",
4113
+ "cid": "cids(8)",
4098
4114
  "cts": "1970-01-01T00:00:00.000Z",
4099
4115
  "src": "user(1)",
4100
- "uri": "record(8)",
4116
+ "uri": "record(9)",
4101
4117
  "val": "self-label-b",
4102
4118
  },
4103
4119
  ],
4104
4120
  "viewer": Object {
4105
4121
  "blockedBy": false,
4106
- "followedBy": "record(7)",
4107
- "following": "record(6)",
4122
+ "followedBy": "record(8)",
4123
+ "following": "record(7)",
4108
4124
  "muted": false,
4109
4125
  },
4110
4126
  },
4111
- "cid": "cids(8)",
4127
+ "cid": "cids(9)",
4112
4128
  "indexedAt": "1970-01-01T00:00:00.000Z",
4113
4129
  "labels": Array [],
4114
4130
  "likeCount": 3,
@@ -4120,10 +4136,10 @@ Array [
4120
4136
  },
4121
4137
  "replyCount": 2,
4122
4138
  "repostCount": 1,
4123
- "uri": "record(9)",
4139
+ "uri": "record(10)",
4124
4140
  "viewer": Object {
4125
4141
  "embeddingDisabled": false,
4126
- "like": "record(11)",
4142
+ "like": "record(12)",
4127
4143
  "threadMuted": false,
4128
4144
  },
4129
4145
  },
@@ -4139,28 +4155,28 @@ Array [
4139
4155
  "handle": "alice.test",
4140
4156
  "labels": Array [
4141
4157
  Object {
4142
- "cid": "cids(7)",
4158
+ "cid": "cids(8)",
4143
4159
  "cts": "1970-01-01T00:00:00.000Z",
4144
4160
  "src": "user(1)",
4145
- "uri": "record(8)",
4161
+ "uri": "record(9)",
4146
4162
  "val": "self-label-a",
4147
4163
  },
4148
4164
  Object {
4149
- "cid": "cids(7)",
4165
+ "cid": "cids(8)",
4150
4166
  "cts": "1970-01-01T00:00:00.000Z",
4151
4167
  "src": "user(1)",
4152
- "uri": "record(8)",
4168
+ "uri": "record(9)",
4153
4169
  "val": "self-label-b",
4154
4170
  },
4155
4171
  ],
4156
4172
  "viewer": Object {
4157
4173
  "blockedBy": false,
4158
- "followedBy": "record(7)",
4159
- "following": "record(6)",
4174
+ "followedBy": "record(8)",
4175
+ "following": "record(7)",
4160
4176
  "muted": false,
4161
4177
  },
4162
4178
  },
4163
- "cid": "cids(11)",
4179
+ "cid": "cids(12)",
4164
4180
  "embed": Object {
4165
4181
  "$type": "app.bsky.embed.record#view",
4166
4182
  "record": Object {
@@ -4294,10 +4310,10 @@ Array [
4294
4310
  "indexedAt": "1970-01-01T00:00:00.000Z",
4295
4311
  "labels": Array [
4296
4312
  Object {
4297
- "cid": "cids(11)",
4313
+ "cid": "cids(12)",
4298
4314
  "cts": "1970-01-01T00:00:00.000Z",
4299
4315
  "src": "did:example:labeler",
4300
- "uri": "record(13)",
4316
+ "uri": "record(14)",
4301
4317
  "val": "test-label",
4302
4318
  },
4303
4319
  ],
@@ -4317,10 +4333,10 @@ Array [
4317
4333
  },
4318
4334
  "replyCount": 0,
4319
4335
  "repostCount": 0,
4320
- "uri": "record(13)",
4336
+ "uri": "record(14)",
4321
4337
  "viewer": Object {
4322
4338
  "embeddingDisabled": false,
4323
- "like": "record(14)",
4339
+ "like": "record(15)",
4324
4340
  "threadMuted": false,
4325
4341
  },
4326
4342
  },
@@ -4339,7 +4355,7 @@ Array [
4339
4355
  "muted": false,
4340
4356
  },
4341
4357
  },
4342
- "cid": "cids(12)",
4358
+ "cid": "cids(13)",
4343
4359
  "indexedAt": "1970-01-01T00:00:00.000Z",
4344
4360
  "labels": Array [],
4345
4361
  "likeCount": 0,
@@ -4351,7 +4367,7 @@ Array [
4351
4367
  },
4352
4368
  "replyCount": 0,
4353
4369
  "repostCount": 0,
4354
- "uri": "record(15)",
4370
+ "uri": "record(16)",
4355
4371
  "viewer": Object {
4356
4372
  "embeddingDisabled": false,
4357
4373
  "threadMuted": false,
@@ -4368,28 +4384,28 @@ Array [
4368
4384
  "handle": "alice.test",
4369
4385
  "labels": Array [
4370
4386
  Object {
4371
- "cid": "cids(7)",
4387
+ "cid": "cids(8)",
4372
4388
  "cts": "1970-01-01T00:00:00.000Z",
4373
4389
  "src": "user(1)",
4374
- "uri": "record(8)",
4390
+ "uri": "record(9)",
4375
4391
  "val": "self-label-a",
4376
4392
  },
4377
4393
  Object {
4378
- "cid": "cids(7)",
4394
+ "cid": "cids(8)",
4379
4395
  "cts": "1970-01-01T00:00:00.000Z",
4380
4396
  "src": "user(1)",
4381
- "uri": "record(8)",
4397
+ "uri": "record(9)",
4382
4398
  "val": "self-label-b",
4383
4399
  },
4384
4400
  ],
4385
4401
  "viewer": Object {
4386
4402
  "blockedBy": false,
4387
- "followedBy": "record(7)",
4388
- "following": "record(6)",
4403
+ "followedBy": "record(8)",
4404
+ "following": "record(7)",
4389
4405
  "muted": false,
4390
4406
  },
4391
4407
  },
4392
- "cid": "cids(8)",
4408
+ "cid": "cids(9)",
4393
4409
  "indexedAt": "1970-01-01T00:00:00.000Z",
4394
4410
  "labels": Array [],
4395
4411
  "likeCount": 3,
@@ -4401,10 +4417,10 @@ Array [
4401
4417
  },
4402
4418
  "replyCount": 2,
4403
4419
  "repostCount": 1,
4404
- "uri": "record(9)",
4420
+ "uri": "record(10)",
4405
4421
  "viewer": Object {
4406
4422
  "embeddingDisabled": false,
4407
- "like": "record(11)",
4423
+ "like": "record(12)",
4408
4424
  "threadMuted": false,
4409
4425
  },
4410
4426
  },
@@ -4541,7 +4557,7 @@ Array [
4541
4557
  "uri": "record(2)",
4542
4558
  "viewer": Object {
4543
4559
  "embeddingDisabled": false,
4544
- "like": "record(16)",
4560
+ "like": "record(17)",
4545
4561
  "threadMuted": false,
4546
4562
  },
4547
4563
  },
@@ -4601,35 +4617,35 @@ Array [
4601
4617
  "handle": "alice.test",
4602
4618
  "labels": Array [
4603
4619
  Object {
4604
- "cid": "cids(7)",
4620
+ "cid": "cids(8)",
4605
4621
  "cts": "1970-01-01T00:00:00.000Z",
4606
4622
  "src": "user(1)",
4607
- "uri": "record(8)",
4623
+ "uri": "record(9)",
4608
4624
  "val": "self-label-a",
4609
4625
  },
4610
4626
  Object {
4611
- "cid": "cids(7)",
4627
+ "cid": "cids(8)",
4612
4628
  "cts": "1970-01-01T00:00:00.000Z",
4613
4629
  "src": "user(1)",
4614
- "uri": "record(8)",
4630
+ "uri": "record(9)",
4615
4631
  "val": "self-label-b",
4616
4632
  },
4617
4633
  ],
4618
4634
  "viewer": Object {
4619
4635
  "blockedBy": false,
4620
- "followedBy": "record(7)",
4621
- "following": "record(6)",
4636
+ "followedBy": "record(8)",
4637
+ "following": "record(7)",
4622
4638
  "muted": false,
4623
4639
  },
4624
4640
  },
4625
- "cid": "cids(13)",
4641
+ "cid": "cids(14)",
4626
4642
  "indexedAt": "1970-01-01T00:00:00.000Z",
4627
4643
  "labels": Array [
4628
4644
  Object {
4629
- "cid": "cids(13)",
4645
+ "cid": "cids(14)",
4630
4646
  "cts": "1970-01-01T00:00:00.000Z",
4631
4647
  "src": "user(1)",
4632
- "uri": "record(17)",
4648
+ "uri": "record(18)",
4633
4649
  "val": "self-label",
4634
4650
  },
4635
4651
  ],
@@ -4650,7 +4666,7 @@ Array [
4650
4666
  },
4651
4667
  "replyCount": 0,
4652
4668
  "repostCount": 0,
4653
- "uri": "record(17)",
4669
+ "uri": "record(18)",
4654
4670
  "viewer": Object {
4655
4671
  "embeddingDisabled": false,
4656
4672
  "threadMuted": false,
@@ -4864,7 +4880,9 @@ Array [
4864
4880
  "muted": false,
4865
4881
  },
4866
4882
  },
4883
+ "cid": "cids(6)",
4867
4884
  "indexedAt": "1970-01-01T00:00:00.000Z",
4885
+ "uri": "record(4)",
4868
4886
  },
4869
4887
  },
4870
4888
  Object {
@@ -4877,14 +4895,14 @@ Array [
4877
4895
  "handle": "alice.test",
4878
4896
  "labels": Array [
4879
4897
  Object {
4880
- "cid": "cids(7)",
4898
+ "cid": "cids(8)",
4881
4899
  "cts": "1970-01-01T00:00:00.000Z",
4882
4900
  "src": "user(1)",
4883
4901
  "uri": "record(8)",
4884
4902
  "val": "self-label-a",
4885
4903
  },
4886
4904
  Object {
4887
- "cid": "cids(7)",
4905
+ "cid": "cids(8)",
4888
4906
  "cts": "1970-01-01T00:00:00.000Z",
4889
4907
  "src": "user(1)",
4890
4908
  "uri": "record(8)",
@@ -4898,7 +4916,7 @@ Array [
4898
4916
  "muted": false,
4899
4917
  },
4900
4918
  },
4901
- "cid": "cids(6)",
4919
+ "cid": "cids(7)",
4902
4920
  "indexedAt": "1970-01-01T00:00:00.000Z",
4903
4921
  "labels": Array [],
4904
4922
  "likeCount": 0,
@@ -4908,11 +4926,11 @@ Array [
4908
4926
  "createdAt": "1970-01-01T00:00:00.000Z",
4909
4927
  "reply": Object {
4910
4928
  "parent": Object {
4911
- "cid": "cids(9)",
4929
+ "cid": "cids(10)",
4912
4930
  "uri": "record(10)",
4913
4931
  },
4914
4932
  "root": Object {
4915
- "cid": "cids(8)",
4933
+ "cid": "cids(9)",
4916
4934
  "uri": "record(9)",
4917
4935
  },
4918
4936
  },
@@ -4935,14 +4953,14 @@ Array [
4935
4953
  "handle": "alice.test",
4936
4954
  "labels": Array [
4937
4955
  Object {
4938
- "cid": "cids(7)",
4956
+ "cid": "cids(8)",
4939
4957
  "cts": "1970-01-01T00:00:00.000Z",
4940
4958
  "src": "user(1)",
4941
4959
  "uri": "record(8)",
4942
4960
  "val": "self-label-a",
4943
4961
  },
4944
4962
  Object {
4945
- "cid": "cids(7)",
4963
+ "cid": "cids(8)",
4946
4964
  "cts": "1970-01-01T00:00:00.000Z",
4947
4965
  "src": "user(1)",
4948
4966
  "uri": "record(8)",
@@ -4971,7 +4989,7 @@ Array [
4971
4989
  "muted": false,
4972
4990
  },
4973
4991
  },
4974
- "cid": "cids(9)",
4992
+ "cid": "cids(10)",
4975
4993
  "embed": Object {
4976
4994
  "$type": "app.bsky.embed.images#view",
4977
4995
  "images": Array [
@@ -4985,14 +5003,14 @@ Array [
4985
5003
  "indexedAt": "1970-01-01T00:00:00.000Z",
4986
5004
  "labels": Array [
4987
5005
  Object {
4988
- "cid": "cids(9)",
5006
+ "cid": "cids(10)",
4989
5007
  "cts": "1970-01-01T00:00:00.000Z",
4990
5008
  "src": "did:example:labeler",
4991
5009
  "uri": "record(10)",
4992
5010
  "val": "test-label",
4993
5011
  },
4994
5012
  Object {
4995
- "cid": "cids(9)",
5013
+ "cid": "cids(10)",
4996
5014
  "cts": "1970-01-01T00:00:00.000Z",
4997
5015
  "src": "did:example:labeler",
4998
5016
  "uri": "record(10)",
@@ -5022,11 +5040,11 @@ Array [
5022
5040
  },
5023
5041
  "reply": Object {
5024
5042
  "parent": Object {
5025
- "cid": "cids(8)",
5043
+ "cid": "cids(9)",
5026
5044
  "uri": "record(9)",
5027
5045
  },
5028
5046
  "root": Object {
5029
- "cid": "cids(8)",
5047
+ "cid": "cids(9)",
5030
5048
  "uri": "record(9)",
5031
5049
  },
5032
5050
  },
@@ -5050,14 +5068,14 @@ Array [
5050
5068
  "handle": "alice.test",
5051
5069
  "labels": Array [
5052
5070
  Object {
5053
- "cid": "cids(7)",
5071
+ "cid": "cids(8)",
5054
5072
  "cts": "1970-01-01T00:00:00.000Z",
5055
5073
  "src": "user(1)",
5056
5074
  "uri": "record(8)",
5057
5075
  "val": "self-label-a",
5058
5076
  },
5059
5077
  Object {
5060
- "cid": "cids(7)",
5078
+ "cid": "cids(8)",
5061
5079
  "cts": "1970-01-01T00:00:00.000Z",
5062
5080
  "src": "user(1)",
5063
5081
  "uri": "record(8)",
@@ -5071,7 +5089,7 @@ Array [
5071
5089
  "muted": false,
5072
5090
  },
5073
5091
  },
5074
- "cid": "cids(8)",
5092
+ "cid": "cids(9)",
5075
5093
  "indexedAt": "1970-01-01T00:00:00.000Z",
5076
5094
  "labels": Array [],
5077
5095
  "likeCount": 3,
@@ -5103,7 +5121,7 @@ Array [
5103
5121
  "muted": false,
5104
5122
  },
5105
5123
  },
5106
- "cid": "cids(10)",
5124
+ "cid": "cids(11)",
5107
5125
  "indexedAt": "1970-01-01T00:00:00.000Z",
5108
5126
  "labels": Array [],
5109
5127
  "likeCount": 0,
@@ -5113,11 +5131,11 @@ Array [
5113
5131
  "createdAt": "1970-01-01T00:00:00.000Z",
5114
5132
  "reply": Object {
5115
5133
  "parent": Object {
5116
- "cid": "cids(8)",
5134
+ "cid": "cids(9)",
5117
5135
  "uri": "record(9)",
5118
5136
  },
5119
5137
  "root": Object {
5120
- "cid": "cids(8)",
5138
+ "cid": "cids(9)",
5121
5139
  "uri": "record(9)",
5122
5140
  },
5123
5141
  },
@@ -5142,14 +5160,14 @@ Array [
5142
5160
  "handle": "alice.test",
5143
5161
  "labels": Array [
5144
5162
  Object {
5145
- "cid": "cids(7)",
5163
+ "cid": "cids(8)",
5146
5164
  "cts": "1970-01-01T00:00:00.000Z",
5147
5165
  "src": "user(1)",
5148
5166
  "uri": "record(8)",
5149
5167
  "val": "self-label-a",
5150
5168
  },
5151
5169
  Object {
5152
- "cid": "cids(7)",
5170
+ "cid": "cids(8)",
5153
5171
  "cts": "1970-01-01T00:00:00.000Z",
5154
5172
  "src": "user(1)",
5155
5173
  "uri": "record(8)",
@@ -5163,7 +5181,7 @@ Array [
5163
5181
  "muted": false,
5164
5182
  },
5165
5183
  },
5166
- "cid": "cids(8)",
5184
+ "cid": "cids(9)",
5167
5185
  "indexedAt": "1970-01-01T00:00:00.000Z",
5168
5186
  "labels": Array [],
5169
5187
  "likeCount": 3,
@@ -5192,14 +5210,14 @@ Array [
5192
5210
  "handle": "alice.test",
5193
5211
  "labels": Array [
5194
5212
  Object {
5195
- "cid": "cids(7)",
5213
+ "cid": "cids(8)",
5196
5214
  "cts": "1970-01-01T00:00:00.000Z",
5197
5215
  "src": "user(1)",
5198
5216
  "uri": "record(8)",
5199
5217
  "val": "self-label-a",
5200
5218
  },
5201
5219
  Object {
5202
- "cid": "cids(7)",
5220
+ "cid": "cids(8)",
5203
5221
  "cts": "1970-01-01T00:00:00.000Z",
5204
5222
  "src": "user(1)",
5205
5223
  "uri": "record(8)",
@@ -5213,7 +5231,7 @@ Array [
5213
5231
  "muted": false,
5214
5232
  },
5215
5233
  },
5216
- "cid": "cids(8)",
5234
+ "cid": "cids(9)",
5217
5235
  "indexedAt": "1970-01-01T00:00:00.000Z",
5218
5236
  "labels": Array [],
5219
5237
  "likeCount": 3,
@@ -5244,14 +5262,14 @@ Array [
5244
5262
  "handle": "alice.test",
5245
5263
  "labels": Array [
5246
5264
  Object {
5247
- "cid": "cids(7)",
5265
+ "cid": "cids(8)",
5248
5266
  "cts": "1970-01-01T00:00:00.000Z",
5249
5267
  "src": "user(1)",
5250
5268
  "uri": "record(8)",
5251
5269
  "val": "self-label-a",
5252
5270
  },
5253
5271
  Object {
5254
- "cid": "cids(7)",
5272
+ "cid": "cids(8)",
5255
5273
  "cts": "1970-01-01T00:00:00.000Z",
5256
5274
  "src": "user(1)",
5257
5275
  "uri": "record(8)",
@@ -5265,7 +5283,7 @@ Array [
5265
5283
  "muted": false,
5266
5284
  },
5267
5285
  },
5268
- "cid": "cids(11)",
5286
+ "cid": "cids(12)",
5269
5287
  "embed": Object {
5270
5288
  "$type": "app.bsky.embed.record#view",
5271
5289
  "record": Object {
@@ -5397,7 +5415,7 @@ Array [
5397
5415
  "indexedAt": "1970-01-01T00:00:00.000Z",
5398
5416
  "labels": Array [
5399
5417
  Object {
5400
- "cid": "cids(11)",
5418
+ "cid": "cids(12)",
5401
5419
  "cts": "1970-01-01T00:00:00.000Z",
5402
5420
  "src": "did:example:labeler",
5403
5421
  "uri": "record(13)",
@@ -5438,14 +5456,14 @@ Array [
5438
5456
  "handle": "alice.test",
5439
5457
  "labels": Array [
5440
5458
  Object {
5441
- "cid": "cids(7)",
5459
+ "cid": "cids(8)",
5442
5460
  "cts": "1970-01-01T00:00:00.000Z",
5443
5461
  "src": "user(1)",
5444
5462
  "uri": "record(8)",
5445
5463
  "val": "self-label-a",
5446
5464
  },
5447
5465
  Object {
5448
- "cid": "cids(7)",
5466
+ "cid": "cids(8)",
5449
5467
  "cts": "1970-01-01T00:00:00.000Z",
5450
5468
  "src": "user(1)",
5451
5469
  "uri": "record(8)",
@@ -5459,7 +5477,7 @@ Array [
5459
5477
  "muted": false,
5460
5478
  },
5461
5479
  },
5462
- "cid": "cids(8)",
5480
+ "cid": "cids(9)",
5463
5481
  "indexedAt": "1970-01-01T00:00:00.000Z",
5464
5482
  "labels": Array [],
5465
5483
  "likeCount": 3,
@@ -5625,14 +5643,14 @@ Array [
5625
5643
  "handle": "alice.test",
5626
5644
  "labels": Array [
5627
5645
  Object {
5628
- "cid": "cids(7)",
5646
+ "cid": "cids(8)",
5629
5647
  "cts": "1970-01-01T00:00:00.000Z",
5630
5648
  "src": "user(1)",
5631
5649
  "uri": "record(8)",
5632
5650
  "val": "self-label-a",
5633
5651
  },
5634
5652
  Object {
5635
- "cid": "cids(7)",
5653
+ "cid": "cids(8)",
5636
5654
  "cts": "1970-01-01T00:00:00.000Z",
5637
5655
  "src": "user(1)",
5638
5656
  "uri": "record(8)",
@@ -5646,11 +5664,11 @@ Array [
5646
5664
  "muted": false,
5647
5665
  },
5648
5666
  },
5649
- "cid": "cids(12)",
5667
+ "cid": "cids(13)",
5650
5668
  "indexedAt": "1970-01-01T00:00:00.000Z",
5651
5669
  "labels": Array [
5652
5670
  Object {
5653
- "cid": "cids(12)",
5671
+ "cid": "cids(13)",
5654
5672
  "cts": "1970-01-01T00:00:00.000Z",
5655
5673
  "src": "user(1)",
5656
5674
  "uri": "record(15)",
@@ -5761,7 +5779,9 @@ Array [
5761
5779
  "muted": false,
5762
5780
  },
5763
5781
  },
5782
+ "cid": "cids(5)",
5764
5783
  "indexedAt": "1970-01-01T00:00:00.000Z",
5784
+ "uri": "record(5)",
5765
5785
  },
5766
5786
  "reply": Object {
5767
5787
  "grandparentAuthor": Object {
@@ -5813,8 +5833,8 @@ Array [
5813
5833
  "images": Array [
5814
5834
  Object {
5815
5835
  "alt": "../dev-env/assets/key-landscape-small.jpg",
5816
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(5)@jpeg",
5817
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(5)@jpeg",
5836
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(6)@jpeg",
5837
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(6)@jpeg",
5818
5838
  },
5819
5839
  ],
5820
5840
  },
@@ -5849,7 +5869,7 @@ Array [
5849
5869
  "$type": "blob",
5850
5870
  "mimeType": "image/jpeg",
5851
5871
  "ref": Object {
5852
- "$link": "cids(5)",
5872
+ "$link": "cids(6)",
5853
5873
  },
5854
5874
  "size": 4114,
5855
5875
  },
@@ -5994,7 +6014,9 @@ Array [
5994
6014
  "muted": false,
5995
6015
  },
5996
6016
  },
6017
+ "cid": "cids(7)",
5997
6018
  "indexedAt": "1970-01-01T00:00:00.000Z",
6019
+ "uri": "record(6)",
5998
6020
  },
5999
6021
  },
6000
6022
  Object {
@@ -6018,8 +6040,8 @@ Array [
6018
6040
  "images": Array [
6019
6041
  Object {
6020
6042
  "alt": "../dev-env/assets/key-landscape-small.jpg",
6021
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(5)@jpeg",
6022
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(5)@jpeg",
6043
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(6)@jpeg",
6044
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(6)@jpeg",
6023
6045
  },
6024
6046
  ],
6025
6047
  },
@@ -6054,7 +6076,7 @@ Array [
6054
6076
  "$type": "blob",
6055
6077
  "mimeType": "image/jpeg",
6056
6078
  "ref": Object {
6057
- "$link": "cids(5)",
6079
+ "$link": "cids(6)",
6058
6080
  },
6059
6081
  "size": 4114,
6060
6082
  },
@@ -6199,7 +6221,7 @@ Array [
6199
6221
  "muted": false,
6200
6222
  },
6201
6223
  },
6202
- "cid": "cids(6)",
6224
+ "cid": "cids(8)",
6203
6225
  "indexedAt": "1970-01-01T00:00:00.000Z",
6204
6226
  "labels": Array [],
6205
6227
  "likeCount": 0,
@@ -6234,7 +6256,7 @@ Array [
6234
6256
  "muted": false,
6235
6257
  },
6236
6258
  },
6237
- "cid": "cids(7)",
6259
+ "cid": "cids(9)",
6238
6260
  "embed": Object {
6239
6261
  "$type": "app.bsky.embed.record#view",
6240
6262
  "record": Object {
@@ -6248,7 +6270,7 @@ Array [
6248
6270
  "muted": false,
6249
6271
  },
6250
6272
  },
6251
- "cid": "cids(8)",
6273
+ "cid": "cids(10)",
6252
6274
  "embeds": Array [
6253
6275
  Object {
6254
6276
  "$type": "app.bsky.embed.recordWithMedia#view",
@@ -6257,13 +6279,13 @@ Array [
6257
6279
  "images": Array [
6258
6280
  Object {
6259
6281
  "alt": "../dev-env/assets/key-landscape-small.jpg",
6260
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(5)@jpeg",
6261
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(5)@jpeg",
6282
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(6)@jpeg",
6283
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(6)@jpeg",
6262
6284
  },
6263
6285
  Object {
6264
6286
  "alt": "../dev-env/assets/key-alt.jpg",
6265
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(9)@jpeg",
6266
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(9)@jpeg",
6287
+ "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(11)@jpeg",
6288
+ "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(11)@jpeg",
6267
6289
  },
6268
6290
  ],
6269
6291
  },
@@ -6283,11 +6305,11 @@ Array [
6283
6305
  "muted": false,
6284
6306
  },
6285
6307
  },
6286
- "cid": "cids(10)",
6308
+ "cid": "cids(12)",
6287
6309
  "indexedAt": "1970-01-01T00:00:00.000Z",
6288
6310
  "labels": Array [
6289
6311
  Object {
6290
- "cid": "cids(10)",
6312
+ "cid": "cids(12)",
6291
6313
  "cts": "1970-01-01T00:00:00.000Z",
6292
6314
  "src": "did:example:labeler",
6293
6315
  "uri": "record(12)",
@@ -6315,7 +6337,7 @@ Array [
6315
6337
  "indexedAt": "1970-01-01T00:00:00.000Z",
6316
6338
  "labels": Array [
6317
6339
  Object {
6318
- "cid": "cids(8)",
6340
+ "cid": "cids(10)",
6319
6341
  "cts": "1970-01-01T00:00:00.000Z",
6320
6342
  "src": "did:example:labeler",
6321
6343
  "uri": "record(11)",
@@ -6341,7 +6363,7 @@ Array [
6341
6363
  "$type": "blob",
6342
6364
  "mimeType": "image/jpeg",
6343
6365
  "ref": Object {
6344
- "$link": "cids(5)",
6366
+ "$link": "cids(6)",
6345
6367
  },
6346
6368
  "size": 4114,
6347
6369
  },
@@ -6352,7 +6374,7 @@ Array [
6352
6374
  "$type": "blob",
6353
6375
  "mimeType": "image/jpeg",
6354
6376
  "ref": Object {
6355
- "$link": "cids(9)",
6377
+ "$link": "cids(11)",
6356
6378
  },
6357
6379
  "size": 12736,
6358
6380
  },
@@ -6361,7 +6383,7 @@ Array [
6361
6383
  },
6362
6384
  "record": Object {
6363
6385
  "record": Object {
6364
- "cid": "cids(10)",
6386
+ "cid": "cids(12)",
6365
6387
  "uri": "record(12)",
6366
6388
  },
6367
6389
  },
@@ -6380,7 +6402,7 @@ Array [
6380
6402
  "embed": Object {
6381
6403
  "$type": "app.bsky.embed.record",
6382
6404
  "record": Object {
6383
- "cid": "cids(8)",
6405
+ "cid": "cids(10)",
6384
6406
  "uri": "record(11)",
6385
6407
  },
6386
6408
  },
@@ -6425,7 +6447,7 @@ Array [
6425
6447
  "muted": false,
6426
6448
  },
6427
6449
  },
6428
- "cid": "cids(11)",
6450
+ "cid": "cids(13)",
6429
6451
  "indexedAt": "1970-01-01T00:00:00.000Z",
6430
6452
  "labels": Array [],
6431
6453
  "likeCount": 0,
@@ -6459,11 +6481,11 @@ Array [
6459
6481
  "muted": false,
6460
6482
  },
6461
6483
  },
6462
- "cid": "cids(10)",
6484
+ "cid": "cids(12)",
6463
6485
  "indexedAt": "1970-01-01T00:00:00.000Z",
6464
6486
  "labels": Array [
6465
6487
  Object {
6466
- "cid": "cids(10)",
6488
+ "cid": "cids(12)",
6467
6489
  "cts": "1970-01-01T00:00:00.000Z",
6468
6490
  "src": "did:example:labeler",
6469
6491
  "uri": "record(12)",