@atproto/bsky 0.0.76 → 0.0.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/api/app/bsky/feed/getActorLikes.js +2 -2
- package/dist/api/app/bsky/feed/getActorLikes.js.map +1 -1
- package/dist/api/app/bsky/feed/getLikes.js +6 -6
- package/dist/api/app/bsky/feed/getLikes.js.map +1 -1
- package/dist/api/app/bsky/feed/getListFeed.d.ts.map +1 -1
- package/dist/api/app/bsky/feed/getListFeed.js +19 -3
- package/dist/api/app/bsky/feed/getListFeed.js.map +1 -1
- package/dist/api/app/bsky/feed/getPosts.js +4 -4
- package/dist/api/app/bsky/feed/getPosts.js.map +1 -1
- package/dist/api/app/bsky/feed/getQuotes.d.ts +4 -0
- package/dist/api/app/bsky/feed/getQuotes.d.ts.map +1 -0
- package/dist/api/app/bsky/feed/getQuotes.js +67 -0
- package/dist/api/app/bsky/feed/getQuotes.js.map +1 -0
- package/dist/api/app/bsky/feed/getRepostedBy.js +6 -6
- package/dist/api/app/bsky/feed/getRepostedBy.js.map +1 -1
- package/dist/api/app/bsky/feed/searchPosts.js +4 -4
- package/dist/api/app/bsky/feed/searchPosts.js.map +1 -1
- package/dist/api/app/bsky/graph/getFollowers.js +8 -8
- package/dist/api/app/bsky/graph/getFollowers.js.map +1 -1
- package/dist/api/app/bsky/graph/getList.js +7 -7
- package/dist/api/app/bsky/graph/getList.js.map +1 -1
- package/dist/api/app/bsky/notification/listNotifications.d.ts.map +1 -1
- package/dist/api/app/bsky/notification/listNotifications.js +29 -8
- package/dist/api/app/bsky/notification/listNotifications.js.map +1 -1
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +2 -0
- package/dist/api/index.js.map +1 -1
- package/dist/data-plane/server/db/database-schema.d.ts +4 -2
- package/dist/data-plane/server/db/database-schema.d.ts.map +1 -1
- package/dist/data-plane/server/db/migrations/20240723T220700077Z-quotes-post-aggs.d.ts +4 -0
- package/dist/data-plane/server/db/migrations/20240723T220700077Z-quotes-post-aggs.d.ts.map +1 -0
- package/dist/data-plane/server/db/migrations/20240723T220700077Z-quotes-post-aggs.js +15 -0
- package/dist/data-plane/server/db/migrations/20240723T220700077Z-quotes-post-aggs.js.map +1 -0
- package/dist/data-plane/server/db/migrations/20240723T220703655Z-quotes.d.ts +4 -0
- package/dist/data-plane/server/db/migrations/20240723T220703655Z-quotes.d.ts.map +1 -0
- package/dist/data-plane/server/db/migrations/20240723T220703655Z-quotes.js +30 -0
- package/dist/data-plane/server/db/migrations/20240723T220703655Z-quotes.js.map +1 -0
- package/dist/data-plane/server/db/migrations/20240801T193939827Z-post-gate.d.ts +4 -0
- package/dist/data-plane/server/db/migrations/20240801T193939827Z-post-gate.d.ts.map +1 -0
- package/dist/data-plane/server/db/migrations/20240801T193939827Z-post-gate.js +20 -0
- package/dist/data-plane/server/db/migrations/20240801T193939827Z-post-gate.js.map +1 -0
- package/dist/data-plane/server/db/migrations/20240808T224251220Z-post-gate-flags.d.ts +4 -0
- package/dist/data-plane/server/db/migrations/20240808T224251220Z-post-gate-flags.d.ts.map +1 -0
- package/dist/data-plane/server/db/migrations/20240808T224251220Z-post-gate-flags.js +28 -0
- package/dist/data-plane/server/db/migrations/20240808T224251220Z-post-gate-flags.js.map +1 -0
- package/dist/data-plane/server/db/migrations/index.d.ts +4 -0
- package/dist/data-plane/server/db/migrations/index.d.ts.map +1 -1
- package/dist/data-plane/server/db/migrations/index.js +5 -1
- package/dist/data-plane/server/db/migrations/index.js.map +1 -1
- package/dist/data-plane/server/db/tables/post-agg.d.ts +1 -0
- package/dist/data-plane/server/db/tables/post-agg.d.ts.map +1 -1
- package/dist/data-plane/server/db/tables/post-gate.d.ts +14 -0
- package/dist/data-plane/server/db/tables/post-gate.d.ts.map +1 -0
- package/dist/data-plane/server/db/tables/post-gate.js +4 -0
- package/dist/data-plane/server/db/tables/post-gate.js.map +1 -0
- package/dist/data-plane/server/db/tables/post.d.ts +3 -0
- package/dist/data-plane/server/db/tables/post.d.ts.map +1 -1
- package/dist/data-plane/server/db/tables/quote.d.ts +16 -0
- package/dist/data-plane/server/db/tables/quote.d.ts.map +1 -0
- package/dist/data-plane/server/db/tables/quote.js +4 -0
- package/dist/data-plane/server/db/tables/quote.js.map +1 -0
- package/dist/data-plane/server/indexing/index.d.ts +2 -0
- package/dist/data-plane/server/indexing/index.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/index.js +6 -0
- package/dist/data-plane/server/indexing/index.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/post-gate.d.ts +10 -0
- package/dist/data-plane/server/indexing/plugins/post-gate.d.ts.map +1 -0
- package/dist/data-plane/server/indexing/plugins/post-gate.js +101 -0
- package/dist/data-plane/server/indexing/plugins/post-gate.js.map +1 -0
- package/dist/data-plane/server/indexing/plugins/post.d.ts +2 -0
- package/dist/data-plane/server/indexing/plugins/post.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/post.js +122 -15
- package/dist/data-plane/server/indexing/plugins/post.js.map +1 -1
- package/dist/data-plane/server/indexing/plugins/thread-gate.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/plugins/thread-gate.js +12 -0
- package/dist/data-plane/server/indexing/plugins/thread-gate.js.map +1 -1
- package/dist/data-plane/server/routes/index.d.ts.map +1 -1
- package/dist/data-plane/server/routes/index.js +2 -0
- package/dist/data-plane/server/routes/index.js.map +1 -1
- package/dist/data-plane/server/routes/interactions.d.ts.map +1 -1
- package/dist/data-plane/server/routes/interactions.js +2 -1
- package/dist/data-plane/server/routes/interactions.js.map +1 -1
- package/dist/data-plane/server/routes/quotes.d.ts +6 -0
- package/dist/data-plane/server/routes/quotes.d.ts.map +1 -0
- package/dist/data-plane/server/routes/quotes.js +27 -0
- package/dist/data-plane/server/routes/quotes.js.map +1 -0
- package/dist/data-plane/server/routes/records.d.ts.map +1 -1
- package/dist/data-plane/server/routes/records.js +11 -1
- package/dist/data-plane/server/routes/records.js.map +1 -1
- package/dist/data-plane/server/util.d.ts +6 -7
- package/dist/data-plane/server/util.d.ts.map +1 -1
- package/dist/data-plane/server/util.js +1 -9
- package/dist/data-plane/server/util.js.map +1 -1
- package/dist/hydration/feed.d.ts +10 -0
- package/dist/hydration/feed.d.ts.map +1 -1
- package/dist/hydration/feed.js +31 -7
- package/dist/hydration/feed.js.map +1 -1
- package/dist/hydration/hydrator.d.ts +4 -2
- package/dist/hydration/hydrator.d.ts.map +1 -1
- package/dist/hydration/hydrator.js +89 -34
- package/dist/hydration/hydrator.js.map +1 -1
- package/dist/hydration/util.d.ts +0 -1
- package/dist/hydration/util.d.ts.map +1 -1
- package/dist/hydration/util.js +1 -5
- package/dist/hydration/util.js.map +1 -1
- package/dist/lexicon/index.d.ts +2 -0
- package/dist/lexicon/index.d.ts.map +1 -1
- package/dist/lexicon/index.js +4 -0
- package/dist/lexicon/index.js.map +1 -1
- package/dist/lexicon/lexicons.d.ts +144 -0
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +146 -1
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/embed/record.d.ts +9 -1
- package/dist/lexicon/types/app/bsky/embed/record.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/embed/record.js +11 -1
- package/dist/lexicon/types/app/bsky/embed/record.js.map +1 -1
- package/dist/lexicon/types/app/bsky/feed/defs.d.ts +2 -0
- package/dist/lexicon/types/app/bsky/feed/defs.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/feed/defs.js.map +1 -1
- package/dist/lexicon/types/app/bsky/feed/getQuotes.d.ts +44 -0
- package/dist/lexicon/types/app/bsky/feed/getQuotes.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/feed/getQuotes.js +3 -0
- package/dist/lexicon/types/app/bsky/feed/getQuotes.js.map +1 -0
- package/dist/lexicon/types/app/bsky/feed/postgate.d.ts +25 -0
- package/dist/lexicon/types/app/bsky/feed/postgate.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/feed/postgate.js +27 -0
- package/dist/lexicon/types/app/bsky/feed/postgate.js.map +1 -0
- package/dist/lexicon/types/app/bsky/feed/threadgate.d.ts +2 -0
- package/dist/lexicon/types/app/bsky/feed/threadgate.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/feed/threadgate.js.map +1 -1
- package/dist/proto/bsky_connect.d.ts +30 -1
- package/dist/proto/bsky_connect.d.ts.map +1 -1
- package/dist/proto/bsky_connect.js +29 -0
- package/dist/proto/bsky_connect.js.map +1 -1
- package/dist/proto/bsky_pb.d.ts +135 -1
- package/dist/proto/bsky_pb.d.ts.map +1 -1
- package/dist/proto/bsky_pb.js +425 -5
- package/dist/proto/bsky_pb.js.map +1 -1
- package/dist/util/uris.d.ts +12 -0
- package/dist/util/uris.d.ts.map +1 -0
- package/dist/util/uris.js +34 -0
- package/dist/util/uris.js.map +1 -0
- package/dist/views/index.d.ts +8 -2
- package/dist/views/index.d.ts.map +1 -1
- package/dist/views/index.js +84 -39
- package/dist/views/index.js.map +1 -1
- package/dist/views/types.d.ts +1 -1
- package/dist/views/types.d.ts.map +1 -1
- package/dist/views/types.js.map +1 -1
- package/dist/views/util.d.ts +11 -1
- package/dist/views/util.d.ts.map +1 -1
- package/dist/views/util.js +19 -8
- package/dist/views/util.js.map +1 -1
- package/package.json +4 -4
- package/proto/bsky.proto +42 -2
- package/src/api/app/bsky/feed/getActorLikes.ts +1 -1
- package/src/api/app/bsky/feed/getLikes.ts +1 -1
- package/src/api/app/bsky/feed/getListFeed.ts +30 -3
- package/src/api/app/bsky/feed/getPosts.ts +1 -1
- package/src/api/app/bsky/feed/getQuotes.ts +108 -0
- package/src/api/app/bsky/feed/getRepostedBy.ts +1 -1
- package/src/api/app/bsky/feed/searchPosts.ts +1 -1
- package/src/api/app/bsky/graph/getFollowers.ts +1 -1
- package/src/api/app/bsky/graph/getList.ts +5 -5
- package/src/api/app/bsky/notification/listNotifications.ts +32 -6
- package/src/api/index.ts +2 -0
- package/src/data-plane/server/db/database-schema.ts +7 -3
- package/src/data-plane/server/db/migrations/20240723T220700077Z-quotes-post-aggs.ts +12 -0
- package/src/data-plane/server/db/migrations/20240723T220703655Z-quotes.ts +28 -0
- package/src/data-plane/server/db/migrations/20240801T193939827Z-post-gate.ts +17 -0
- package/src/data-plane/server/db/migrations/20240808T224251220Z-post-gate-flags.ts +25 -0
- package/src/data-plane/server/db/migrations/index.ts +4 -0
- package/src/data-plane/server/db/tables/post-agg.ts +1 -0
- package/src/data-plane/server/db/tables/post-gate.ts +12 -0
- package/src/data-plane/server/db/tables/post.ts +3 -0
- package/src/data-plane/server/db/tables/quote.ts +15 -0
- package/src/data-plane/server/indexing/index.ts +7 -0
- package/src/data-plane/server/indexing/plugins/post-gate.ts +104 -0
- package/src/data-plane/server/indexing/plugins/post.ts +151 -16
- package/src/data-plane/server/indexing/plugins/thread-gate.ts +12 -0
- package/src/data-plane/server/routes/index.ts +2 -0
- package/src/data-plane/server/routes/interactions.ts +2 -1
- package/src/data-plane/server/routes/quotes.ts +32 -0
- package/src/data-plane/server/routes/records.ts +11 -1
- package/src/data-plane/server/util.ts +0 -8
- package/src/hydration/feed.ts +58 -12
- package/src/hydration/hydrator.ts +94 -22
- package/src/hydration/util.ts +0 -4
- package/src/lexicon/index.ts +12 -0
- package/src/lexicon/lexicons.ts +149 -1
- package/src/lexicon/types/app/bsky/embed/record.ts +20 -0
- package/src/lexicon/types/app/bsky/feed/defs.ts +2 -0
- package/src/lexicon/types/app/bsky/feed/getQuotes.ts +54 -0
- package/src/lexicon/types/app/bsky/feed/postgate.ts +47 -0
- package/src/lexicon/types/app/bsky/feed/threadgate.ts +2 -0
- package/src/proto/bsky_connect.ts +35 -0
- package/src/proto/bsky_pb.ts +424 -1
- package/src/util/uris.ts +31 -0
- package/src/views/index.ts +91 -35
- package/src/views/types.ts +1 -0
- package/src/views/util.ts +37 -7
- package/tests/__snapshots__/feed-generation.test.ts.snap +42 -0
- package/tests/data-plane/__snapshots__/indexing.test.ts.snap +20 -0
- package/tests/data-plane/indexing.test.ts +1 -0
- package/tests/postgates.test.ts +186 -0
- package/tests/seed/feed-hidden-replies.ts +62 -0
- package/tests/seed/postgates.ts +56 -0
- package/tests/views/__snapshots__/author-feed.test.ts.snap +65 -0
- package/tests/views/__snapshots__/block-lists.test.ts.snap +7 -0
- package/tests/views/__snapshots__/blocks.test.ts.snap +11 -0
- package/tests/views/__snapshots__/list-feed.test.ts.snap +24 -0
- package/tests/views/__snapshots__/lists.test.ts.snap +185 -1
- package/tests/views/__snapshots__/mute-lists.test.ts.snap +8 -0
- package/tests/views/__snapshots__/mutes.test.ts.snap +6 -0
- package/tests/views/__snapshots__/posts.test.ts.snap +15 -0
- package/tests/views/__snapshots__/quotes.test.ts.snap +402 -0
- package/tests/views/__snapshots__/thread.test.ts.snap +50 -0
- package/tests/views/__snapshots__/timeline.test.ts.snap +191 -0
- package/tests/views/author-feed.test.ts +3 -9
- package/tests/views/feed-hidden-replies.test.ts +246 -0
- package/tests/views/feed-view-post.test.ts +501 -0
- package/tests/views/list-feed.test.ts +12 -0
- package/tests/views/lists.test.ts +83 -18
- package/tests/views/quotes.test.ts +105 -0
|
@@ -35,6 +35,7 @@ Array [
|
|
|
35
35
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
36
36
|
"labels": Array [],
|
|
37
37
|
"likeCount": 0,
|
|
38
|
+
"quoteCount": 0,
|
|
38
39
|
"record": Object {
|
|
39
40
|
"$type": "app.bsky.feed.post",
|
|
40
41
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -54,6 +55,7 @@ Array [
|
|
|
54
55
|
"repostCount": 1,
|
|
55
56
|
"uri": "record(0)",
|
|
56
57
|
"viewer": Object {
|
|
58
|
+
"embeddingDisabled": false,
|
|
57
59
|
"threadMuted": false,
|
|
58
60
|
},
|
|
59
61
|
},
|
|
@@ -130,6 +132,7 @@ Array [
|
|
|
130
132
|
},
|
|
131
133
|
],
|
|
132
134
|
"likeCount": 0,
|
|
135
|
+
"quoteCount": 0,
|
|
133
136
|
"record": Object {
|
|
134
137
|
"$type": "app.bsky.feed.post",
|
|
135
138
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -165,6 +168,7 @@ Array [
|
|
|
165
168
|
"repostCount": 0,
|
|
166
169
|
"uri": "record(3)",
|
|
167
170
|
"viewer": Object {
|
|
171
|
+
"embeddingDisabled": false,
|
|
168
172
|
"threadMuted": false,
|
|
169
173
|
},
|
|
170
174
|
},
|
|
@@ -201,6 +205,7 @@ Array [
|
|
|
201
205
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
202
206
|
"labels": Array [],
|
|
203
207
|
"likeCount": 3,
|
|
208
|
+
"quoteCount": 0,
|
|
204
209
|
"record": Object {
|
|
205
210
|
"$type": "app.bsky.feed.post",
|
|
206
211
|
"createdAt": "1970-01-01T00:00:00.000000Z",
|
|
@@ -210,6 +215,7 @@ Array [
|
|
|
210
215
|
"repostCount": 1,
|
|
211
216
|
"uri": "record(2)",
|
|
212
217
|
"viewer": Object {
|
|
218
|
+
"embeddingDisabled": false,
|
|
213
219
|
"threadMuted": false,
|
|
214
220
|
},
|
|
215
221
|
},
|
|
@@ -285,6 +291,7 @@ Array [
|
|
|
285
291
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
286
292
|
"labels": Array [],
|
|
287
293
|
"likeCount": 2,
|
|
294
|
+
"quoteCount": 1,
|
|
288
295
|
"replyCount": 0,
|
|
289
296
|
"repostCount": 0,
|
|
290
297
|
"uri": "record(9)",
|
|
@@ -335,6 +342,7 @@ Array [
|
|
|
335
342
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
336
343
|
"labels": Array [],
|
|
337
344
|
"likeCount": 0,
|
|
345
|
+
"quoteCount": 1,
|
|
338
346
|
"replyCount": 0,
|
|
339
347
|
"repostCount": 1,
|
|
340
348
|
"uri": "record(7)",
|
|
@@ -377,6 +385,7 @@ Array [
|
|
|
377
385
|
},
|
|
378
386
|
],
|
|
379
387
|
"likeCount": 2,
|
|
388
|
+
"quoteCount": 0,
|
|
380
389
|
"record": Object {
|
|
381
390
|
"$type": "app.bsky.feed.post",
|
|
382
391
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -393,6 +402,7 @@ Array [
|
|
|
393
402
|
"repostCount": 0,
|
|
394
403
|
"uri": "record(6)",
|
|
395
404
|
"viewer": Object {
|
|
405
|
+
"embeddingDisabled": false,
|
|
396
406
|
"threadMuted": false,
|
|
397
407
|
},
|
|
398
408
|
},
|
|
@@ -430,6 +440,7 @@ Array [
|
|
|
430
440
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
431
441
|
"labels": Array [],
|
|
432
442
|
"likeCount": 3,
|
|
443
|
+
"quoteCount": 0,
|
|
433
444
|
"record": Object {
|
|
434
445
|
"$type": "app.bsky.feed.post",
|
|
435
446
|
"createdAt": "1970-01-01T00:00:00.000000Z",
|
|
@@ -439,6 +450,7 @@ Array [
|
|
|
439
450
|
"repostCount": 1,
|
|
440
451
|
"uri": "record(2)",
|
|
441
452
|
"viewer": Object {
|
|
453
|
+
"embeddingDisabled": false,
|
|
442
454
|
"threadMuted": false,
|
|
443
455
|
},
|
|
444
456
|
},
|
|
@@ -484,6 +496,7 @@ Array [
|
|
|
484
496
|
},
|
|
485
497
|
],
|
|
486
498
|
"likeCount": 0,
|
|
499
|
+
"quoteCount": 0,
|
|
487
500
|
"record": Object {
|
|
488
501
|
"$type": "app.bsky.feed.post",
|
|
489
502
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -501,6 +514,7 @@ Array [
|
|
|
501
514
|
"repostCount": 0,
|
|
502
515
|
"uri": "record(13)",
|
|
503
516
|
"viewer": Object {
|
|
517
|
+
"embeddingDisabled": false,
|
|
504
518
|
"threadMuted": false,
|
|
505
519
|
},
|
|
506
520
|
},
|
|
@@ -553,6 +567,7 @@ Array [
|
|
|
553
567
|
},
|
|
554
568
|
],
|
|
555
569
|
"likeCount": 0,
|
|
570
|
+
"quoteCount": 0,
|
|
556
571
|
"record": Object {
|
|
557
572
|
"$type": "app.bsky.feed.post",
|
|
558
573
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -588,6 +603,7 @@ Array [
|
|
|
588
603
|
"repostCount": 0,
|
|
589
604
|
"uri": "record(0)",
|
|
590
605
|
"viewer": Object {
|
|
606
|
+
"embeddingDisabled": false,
|
|
591
607
|
"threadMuted": false,
|
|
592
608
|
},
|
|
593
609
|
},
|
|
@@ -627,6 +643,7 @@ Array [
|
|
|
627
643
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
628
644
|
"labels": Array [],
|
|
629
645
|
"likeCount": 3,
|
|
646
|
+
"quoteCount": 0,
|
|
630
647
|
"record": Object {
|
|
631
648
|
"$type": "app.bsky.feed.post",
|
|
632
649
|
"createdAt": "1970-01-01T00:00:00.000000Z",
|
|
@@ -636,6 +653,7 @@ Array [
|
|
|
636
653
|
"repostCount": 1,
|
|
637
654
|
"uri": "record(1)",
|
|
638
655
|
"viewer": Object {
|
|
656
|
+
"embeddingDisabled": false,
|
|
639
657
|
"like": "record(5)",
|
|
640
658
|
"threadMuted": false,
|
|
641
659
|
},
|
|
@@ -675,6 +693,7 @@ Array [
|
|
|
675
693
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
676
694
|
"labels": Array [],
|
|
677
695
|
"likeCount": 3,
|
|
696
|
+
"quoteCount": 0,
|
|
678
697
|
"record": Object {
|
|
679
698
|
"$type": "app.bsky.feed.post",
|
|
680
699
|
"createdAt": "1970-01-01T00:00:00.000000Z",
|
|
@@ -684,6 +703,7 @@ Array [
|
|
|
684
703
|
"repostCount": 1,
|
|
685
704
|
"uri": "record(1)",
|
|
686
705
|
"viewer": Object {
|
|
706
|
+
"embeddingDisabled": false,
|
|
687
707
|
"like": "record(5)",
|
|
688
708
|
"threadMuted": false,
|
|
689
709
|
},
|
|
@@ -708,6 +728,7 @@ Array [
|
|
|
708
728
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
709
729
|
"labels": Array [],
|
|
710
730
|
"likeCount": 0,
|
|
731
|
+
"quoteCount": 0,
|
|
711
732
|
"record": Object {
|
|
712
733
|
"$type": "app.bsky.feed.post",
|
|
713
734
|
"createdAt": "1970-01-01T00:00:00.000+00:00",
|
|
@@ -717,6 +738,7 @@ Array [
|
|
|
717
738
|
"repostCount": 0,
|
|
718
739
|
"uri": "record(6)",
|
|
719
740
|
"viewer": Object {
|
|
741
|
+
"embeddingDisabled": false,
|
|
720
742
|
"threadMuted": false,
|
|
721
743
|
},
|
|
722
744
|
},
|
|
@@ -739,6 +761,7 @@ Array [
|
|
|
739
761
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
740
762
|
"labels": Array [],
|
|
741
763
|
"likeCount": 0,
|
|
764
|
+
"quoteCount": 1,
|
|
742
765
|
"record": Object {
|
|
743
766
|
"$type": "app.bsky.feed.post",
|
|
744
767
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -752,6 +775,7 @@ Array [
|
|
|
752
775
|
"repostCount": 0,
|
|
753
776
|
"uri": "record(7)",
|
|
754
777
|
"viewer": Object {
|
|
778
|
+
"embeddingDisabled": false,
|
|
755
779
|
"threadMuted": false,
|
|
756
780
|
},
|
|
757
781
|
},
|
|
@@ -830,6 +854,7 @@ Array [
|
|
|
830
854
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
831
855
|
"labels": Array [],
|
|
832
856
|
"likeCount": 0,
|
|
857
|
+
"quoteCount": 1,
|
|
833
858
|
"replyCount": 0,
|
|
834
859
|
"repostCount": 0,
|
|
835
860
|
"uri": "record(2)",
|
|
@@ -849,6 +874,7 @@ Array [
|
|
|
849
874
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
850
875
|
"labels": Array [],
|
|
851
876
|
"likeCount": 2,
|
|
877
|
+
"quoteCount": 1,
|
|
852
878
|
"replyCount": 0,
|
|
853
879
|
"repostCount": 0,
|
|
854
880
|
"uri": "record(1)",
|
|
@@ -898,6 +924,7 @@ Array [
|
|
|
898
924
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
899
925
|
"labels": Array [],
|
|
900
926
|
"likeCount": 0,
|
|
927
|
+
"quoteCount": 1,
|
|
901
928
|
"record": Object {
|
|
902
929
|
"$type": "app.bsky.feed.post",
|
|
903
930
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -928,6 +955,7 @@ Array [
|
|
|
928
955
|
"repostCount": 1,
|
|
929
956
|
"uri": "record(0)",
|
|
930
957
|
"viewer": Object {
|
|
958
|
+
"embeddingDisabled": false,
|
|
931
959
|
"repost": "record(4)",
|
|
932
960
|
"threadMuted": false,
|
|
933
961
|
},
|
|
@@ -961,6 +989,7 @@ Array [
|
|
|
961
989
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
962
990
|
"labels": Array [],
|
|
963
991
|
"likeCount": 0,
|
|
992
|
+
"quoteCount": 0,
|
|
964
993
|
"record": Object {
|
|
965
994
|
"$type": "app.bsky.feed.post",
|
|
966
995
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -980,6 +1009,7 @@ Array [
|
|
|
980
1009
|
"repostCount": 0,
|
|
981
1010
|
"uri": "record(5)",
|
|
982
1011
|
"viewer": Object {
|
|
1012
|
+
"embeddingDisabled": false,
|
|
983
1013
|
"threadMuted": false,
|
|
984
1014
|
},
|
|
985
1015
|
},
|
|
@@ -1019,6 +1049,7 @@ Array [
|
|
|
1019
1049
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1020
1050
|
"labels": Array [],
|
|
1021
1051
|
"likeCount": 3,
|
|
1052
|
+
"quoteCount": 0,
|
|
1022
1053
|
"record": Object {
|
|
1023
1054
|
"$type": "app.bsky.feed.post",
|
|
1024
1055
|
"createdAt": "1970-01-01T00:00:00.000000Z",
|
|
@@ -1028,6 +1059,7 @@ Array [
|
|
|
1028
1059
|
"repostCount": 1,
|
|
1029
1060
|
"uri": "record(6)",
|
|
1030
1061
|
"viewer": Object {
|
|
1062
|
+
"embeddingDisabled": false,
|
|
1031
1063
|
"like": "record(10)",
|
|
1032
1064
|
"threadMuted": false,
|
|
1033
1065
|
},
|
|
@@ -1067,6 +1099,7 @@ Array [
|
|
|
1067
1099
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1068
1100
|
"labels": Array [],
|
|
1069
1101
|
"likeCount": 3,
|
|
1102
|
+
"quoteCount": 0,
|
|
1070
1103
|
"record": Object {
|
|
1071
1104
|
"$type": "app.bsky.feed.post",
|
|
1072
1105
|
"createdAt": "1970-01-01T00:00:00.000000Z",
|
|
@@ -1076,6 +1109,7 @@ Array [
|
|
|
1076
1109
|
"repostCount": 1,
|
|
1077
1110
|
"uri": "record(6)",
|
|
1078
1111
|
"viewer": Object {
|
|
1112
|
+
"embeddingDisabled": false,
|
|
1079
1113
|
"like": "record(10)",
|
|
1080
1114
|
"threadMuted": false,
|
|
1081
1115
|
},
|
|
@@ -1132,6 +1166,7 @@ Array [
|
|
|
1132
1166
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1133
1167
|
"labels": Array [],
|
|
1134
1168
|
"likeCount": 0,
|
|
1169
|
+
"quoteCount": 1,
|
|
1135
1170
|
"replyCount": 0,
|
|
1136
1171
|
"repostCount": 0,
|
|
1137
1172
|
"uri": "record(2)",
|
|
@@ -1150,6 +1185,7 @@ Array [
|
|
|
1150
1185
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1151
1186
|
"labels": Array [],
|
|
1152
1187
|
"likeCount": 2,
|
|
1188
|
+
"quoteCount": 1,
|
|
1153
1189
|
"record": Object {
|
|
1154
1190
|
"$type": "app.bsky.feed.post",
|
|
1155
1191
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -1195,6 +1231,7 @@ Array [
|
|
|
1195
1231
|
"repostCount": 0,
|
|
1196
1232
|
"uri": "record(1)",
|
|
1197
1233
|
"viewer": Object {
|
|
1234
|
+
"embeddingDisabled": false,
|
|
1198
1235
|
"threadMuted": false,
|
|
1199
1236
|
},
|
|
1200
1237
|
},
|
|
@@ -1238,6 +1275,7 @@ Array [
|
|
|
1238
1275
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1239
1276
|
"labels": Array [],
|
|
1240
1277
|
"likeCount": 0,
|
|
1278
|
+
"quoteCount": 0,
|
|
1241
1279
|
"record": Object {
|
|
1242
1280
|
"$type": "app.bsky.feed.post",
|
|
1243
1281
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -1257,6 +1295,7 @@ Array [
|
|
|
1257
1295
|
"repostCount": 1,
|
|
1258
1296
|
"uri": "record(0)",
|
|
1259
1297
|
"viewer": Object {
|
|
1298
|
+
"embeddingDisabled": false,
|
|
1260
1299
|
"repost": "record(5)",
|
|
1261
1300
|
"threadMuted": false,
|
|
1262
1301
|
},
|
|
@@ -1352,6 +1391,7 @@ Array [
|
|
|
1352
1391
|
},
|
|
1353
1392
|
],
|
|
1354
1393
|
"likeCount": 0,
|
|
1394
|
+
"quoteCount": 0,
|
|
1355
1395
|
"record": Object {
|
|
1356
1396
|
"$type": "app.bsky.feed.post",
|
|
1357
1397
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -1387,6 +1427,7 @@ Array [
|
|
|
1387
1427
|
"repostCount": 0,
|
|
1388
1428
|
"uri": "record(4)",
|
|
1389
1429
|
"viewer": Object {
|
|
1430
|
+
"embeddingDisabled": false,
|
|
1390
1431
|
"threadMuted": false,
|
|
1391
1432
|
},
|
|
1392
1433
|
},
|
|
@@ -1424,6 +1465,7 @@ Array [
|
|
|
1424
1465
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1425
1466
|
"labels": Array [],
|
|
1426
1467
|
"likeCount": 3,
|
|
1468
|
+
"quoteCount": 0,
|
|
1427
1469
|
"record": Object {
|
|
1428
1470
|
"$type": "app.bsky.feed.post",
|
|
1429
1471
|
"createdAt": "1970-01-01T00:00:00.000000Z",
|
|
@@ -1433,6 +1475,7 @@ Array [
|
|
|
1433
1475
|
"repostCount": 1,
|
|
1434
1476
|
"uri": "record(3)",
|
|
1435
1477
|
"viewer": Object {
|
|
1478
|
+
"embeddingDisabled": false,
|
|
1436
1479
|
"like": "record(7)",
|
|
1437
1480
|
"repost": "record(6)",
|
|
1438
1481
|
"threadMuted": false,
|
|
@@ -1474,6 +1517,7 @@ Array [
|
|
|
1474
1517
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1475
1518
|
"labels": Array [],
|
|
1476
1519
|
"likeCount": 3,
|
|
1520
|
+
"quoteCount": 0,
|
|
1477
1521
|
"record": Object {
|
|
1478
1522
|
"$type": "app.bsky.feed.post",
|
|
1479
1523
|
"createdAt": "1970-01-01T00:00:00.000000Z",
|
|
@@ -1483,6 +1527,7 @@ Array [
|
|
|
1483
1527
|
"repostCount": 1,
|
|
1484
1528
|
"uri": "record(3)",
|
|
1485
1529
|
"viewer": Object {
|
|
1530
|
+
"embeddingDisabled": false,
|
|
1486
1531
|
"like": "record(7)",
|
|
1487
1532
|
"repost": "record(6)",
|
|
1488
1533
|
"threadMuted": false,
|
|
@@ -1576,6 +1621,7 @@ Array [
|
|
|
1576
1621
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1577
1622
|
"labels": Array [],
|
|
1578
1623
|
"likeCount": 0,
|
|
1624
|
+
"quoteCount": 1,
|
|
1579
1625
|
"replyCount": 0,
|
|
1580
1626
|
"repostCount": 0,
|
|
1581
1627
|
"uri": "record(11)",
|
|
@@ -1595,6 +1641,7 @@ Array [
|
|
|
1595
1641
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1596
1642
|
"labels": Array [],
|
|
1597
1643
|
"likeCount": 2,
|
|
1644
|
+
"quoteCount": 1,
|
|
1598
1645
|
"replyCount": 0,
|
|
1599
1646
|
"repostCount": 0,
|
|
1600
1647
|
"uri": "record(10)",
|
|
@@ -1644,6 +1691,7 @@ Array [
|
|
|
1644
1691
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1645
1692
|
"labels": Array [],
|
|
1646
1693
|
"likeCount": 0,
|
|
1694
|
+
"quoteCount": 1,
|
|
1647
1695
|
"record": Object {
|
|
1648
1696
|
"$type": "app.bsky.feed.post",
|
|
1649
1697
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -1674,6 +1722,7 @@ Array [
|
|
|
1674
1722
|
"repostCount": 1,
|
|
1675
1723
|
"uri": "record(9)",
|
|
1676
1724
|
"viewer": Object {
|
|
1725
|
+
"embeddingDisabled": false,
|
|
1677
1726
|
"threadMuted": false,
|
|
1678
1727
|
},
|
|
1679
1728
|
},
|
|
@@ -1698,6 +1747,7 @@ Array [
|
|
|
1698
1747
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1699
1748
|
"labels": Array [],
|
|
1700
1749
|
"likeCount": 0,
|
|
1750
|
+
"quoteCount": 0,
|
|
1701
1751
|
"record": Object {
|
|
1702
1752
|
"$type": "app.bsky.feed.post",
|
|
1703
1753
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -1707,6 +1757,7 @@ Array [
|
|
|
1707
1757
|
"repostCount": 0,
|
|
1708
1758
|
"uri": "record(12)",
|
|
1709
1759
|
"viewer": Object {
|
|
1760
|
+
"embeddingDisabled": false,
|
|
1710
1761
|
"threadMuted": false,
|
|
1711
1762
|
},
|
|
1712
1763
|
},
|
|
@@ -1751,6 +1802,7 @@ Array [
|
|
|
1751
1802
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1752
1803
|
"labels": Array [],
|
|
1753
1804
|
"likeCount": 0,
|
|
1805
|
+
"quoteCount": 0,
|
|
1754
1806
|
"record": Object {
|
|
1755
1807
|
"$type": "app.bsky.feed.post",
|
|
1756
1808
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -1770,6 +1822,7 @@ Array [
|
|
|
1770
1822
|
"repostCount": 1,
|
|
1771
1823
|
"uri": "record(0)",
|
|
1772
1824
|
"viewer": Object {
|
|
1825
|
+
"embeddingDisabled": false,
|
|
1773
1826
|
"threadMuted": false,
|
|
1774
1827
|
},
|
|
1775
1828
|
},
|
|
@@ -1847,6 +1900,7 @@ Array [
|
|
|
1847
1900
|
},
|
|
1848
1901
|
],
|
|
1849
1902
|
"likeCount": 0,
|
|
1903
|
+
"quoteCount": 0,
|
|
1850
1904
|
"record": Object {
|
|
1851
1905
|
"$type": "app.bsky.feed.post",
|
|
1852
1906
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -1882,6 +1936,7 @@ Array [
|
|
|
1882
1936
|
"repostCount": 0,
|
|
1883
1937
|
"uri": "record(5)",
|
|
1884
1938
|
"viewer": Object {
|
|
1939
|
+
"embeddingDisabled": false,
|
|
1885
1940
|
"threadMuted": false,
|
|
1886
1941
|
},
|
|
1887
1942
|
},
|
|
@@ -1920,6 +1975,7 @@ Array [
|
|
|
1920
1975
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
1921
1976
|
"labels": Array [],
|
|
1922
1977
|
"likeCount": 3,
|
|
1978
|
+
"quoteCount": 0,
|
|
1923
1979
|
"record": Object {
|
|
1924
1980
|
"$type": "app.bsky.feed.post",
|
|
1925
1981
|
"createdAt": "1970-01-01T00:00:00.000000Z",
|
|
@@ -1929,6 +1985,7 @@ Array [
|
|
|
1929
1985
|
"repostCount": 1,
|
|
1930
1986
|
"uri": "record(4)",
|
|
1931
1987
|
"viewer": Object {
|
|
1988
|
+
"embeddingDisabled": false,
|
|
1932
1989
|
"like": "record(6)",
|
|
1933
1990
|
"threadMuted": false,
|
|
1934
1991
|
},
|
|
@@ -2004,6 +2061,7 @@ Array [
|
|
|
2004
2061
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
2005
2062
|
"labels": Array [],
|
|
2006
2063
|
"likeCount": 2,
|
|
2064
|
+
"quoteCount": 1,
|
|
2007
2065
|
"replyCount": 0,
|
|
2008
2066
|
"repostCount": 0,
|
|
2009
2067
|
"uri": "record(10)",
|
|
@@ -2054,6 +2112,7 @@ Array [
|
|
|
2054
2112
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
2055
2113
|
"labels": Array [],
|
|
2056
2114
|
"likeCount": 0,
|
|
2115
|
+
"quoteCount": 1,
|
|
2057
2116
|
"replyCount": 0,
|
|
2058
2117
|
"repostCount": 1,
|
|
2059
2118
|
"uri": "record(9)",
|
|
@@ -2096,6 +2155,7 @@ Array [
|
|
|
2096
2155
|
},
|
|
2097
2156
|
],
|
|
2098
2157
|
"likeCount": 2,
|
|
2158
|
+
"quoteCount": 0,
|
|
2099
2159
|
"record": Object {
|
|
2100
2160
|
"$type": "app.bsky.feed.post",
|
|
2101
2161
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -2112,6 +2172,7 @@ Array [
|
|
|
2112
2172
|
"repostCount": 0,
|
|
2113
2173
|
"uri": "record(8)",
|
|
2114
2174
|
"viewer": Object {
|
|
2175
|
+
"embeddingDisabled": false,
|
|
2115
2176
|
"like": "record(12)",
|
|
2116
2177
|
"threadMuted": false,
|
|
2117
2178
|
},
|
|
@@ -2152,6 +2213,7 @@ Array [
|
|
|
2152
2213
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
2153
2214
|
"labels": Array [],
|
|
2154
2215
|
"likeCount": 3,
|
|
2216
|
+
"quoteCount": 0,
|
|
2155
2217
|
"record": Object {
|
|
2156
2218
|
"$type": "app.bsky.feed.post",
|
|
2157
2219
|
"createdAt": "1970-01-01T00:00:00.000000Z",
|
|
@@ -2161,6 +2223,7 @@ Array [
|
|
|
2161
2223
|
"repostCount": 1,
|
|
2162
2224
|
"uri": "record(4)",
|
|
2163
2225
|
"viewer": Object {
|
|
2226
|
+
"embeddingDisabled": false,
|
|
2164
2227
|
"like": "record(6)",
|
|
2165
2228
|
"threadMuted": false,
|
|
2166
2229
|
},
|
|
@@ -2209,6 +2272,7 @@ Array [
|
|
|
2209
2272
|
},
|
|
2210
2273
|
],
|
|
2211
2274
|
"likeCount": 0,
|
|
2275
|
+
"quoteCount": 0,
|
|
2212
2276
|
"record": Object {
|
|
2213
2277
|
"$type": "app.bsky.feed.post",
|
|
2214
2278
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -2226,6 +2290,7 @@ Array [
|
|
|
2226
2290
|
"repostCount": 0,
|
|
2227
2291
|
"uri": "record(13)",
|
|
2228
2292
|
"viewer": Object {
|
|
2293
|
+
"embeddingDisabled": false,
|
|
2229
2294
|
"threadMuted": false,
|
|
2230
2295
|
},
|
|
2231
2296
|
},
|
|
@@ -73,6 +73,7 @@ Object {
|
|
|
73
73
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
74
74
|
"labels": Array [],
|
|
75
75
|
"likeCount": 0,
|
|
76
|
+
"quoteCount": 1,
|
|
76
77
|
"replyCount": 0,
|
|
77
78
|
"repostCount": 1,
|
|
78
79
|
"uri": "record(3)",
|
|
@@ -115,6 +116,7 @@ Object {
|
|
|
115
116
|
},
|
|
116
117
|
],
|
|
117
118
|
"likeCount": 2,
|
|
119
|
+
"quoteCount": 0,
|
|
118
120
|
"record": Object {
|
|
119
121
|
"$type": "app.bsky.feed.post",
|
|
120
122
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -131,6 +133,7 @@ Object {
|
|
|
131
133
|
"repostCount": 0,
|
|
132
134
|
"uri": "record(0)",
|
|
133
135
|
"viewer": Object {
|
|
136
|
+
"embeddingDisabled": false,
|
|
134
137
|
"threadMuted": false,
|
|
135
138
|
},
|
|
136
139
|
},
|
|
@@ -187,6 +190,7 @@ Object {
|
|
|
187
190
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
188
191
|
"labels": Array [],
|
|
189
192
|
"likeCount": 0,
|
|
193
|
+
"quoteCount": 0,
|
|
190
194
|
"record": Object {
|
|
191
195
|
"$type": "app.bsky.feed.post",
|
|
192
196
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -206,6 +210,7 @@ Object {
|
|
|
206
210
|
"repostCount": 0,
|
|
207
211
|
"uri": "record(0)",
|
|
208
212
|
"viewer": Object {
|
|
213
|
+
"embeddingDisabled": false,
|
|
209
214
|
"threadMuted": false,
|
|
210
215
|
},
|
|
211
216
|
},
|
|
@@ -251,6 +256,7 @@ Object {
|
|
|
251
256
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
252
257
|
"labels": Array [],
|
|
253
258
|
"likeCount": 3,
|
|
259
|
+
"quoteCount": 0,
|
|
254
260
|
"record": Object {
|
|
255
261
|
"$type": "app.bsky.feed.post",
|
|
256
262
|
"createdAt": "1970-01-01T00:00:00.000000Z",
|
|
@@ -260,6 +266,7 @@ Object {
|
|
|
260
266
|
"repostCount": 1,
|
|
261
267
|
"uri": "record(0)",
|
|
262
268
|
"viewer": Object {
|
|
269
|
+
"embeddingDisabled": false,
|
|
263
270
|
"like": "record(4)",
|
|
264
271
|
"repost": "record(3)",
|
|
265
272
|
"threadMuted": false,
|
|
@@ -73,6 +73,7 @@ Object {
|
|
|
73
73
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
74
74
|
"labels": Array [],
|
|
75
75
|
"likeCount": 0,
|
|
76
|
+
"quoteCount": 1,
|
|
76
77
|
"replyCount": 0,
|
|
77
78
|
"repostCount": 1,
|
|
78
79
|
"uri": "record(3)",
|
|
@@ -115,6 +116,7 @@ Object {
|
|
|
115
116
|
},
|
|
116
117
|
],
|
|
117
118
|
"likeCount": 2,
|
|
119
|
+
"quoteCount": 0,
|
|
118
120
|
"record": Object {
|
|
119
121
|
"$type": "app.bsky.feed.post",
|
|
120
122
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -131,6 +133,7 @@ Object {
|
|
|
131
133
|
"repostCount": 0,
|
|
132
134
|
"uri": "record(0)",
|
|
133
135
|
"viewer": Object {
|
|
136
|
+
"embeddingDisabled": false,
|
|
134
137
|
"threadMuted": false,
|
|
135
138
|
},
|
|
136
139
|
},
|
|
@@ -187,6 +190,7 @@ Object {
|
|
|
187
190
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
188
191
|
"labels": Array [],
|
|
189
192
|
"likeCount": 0,
|
|
193
|
+
"quoteCount": 0,
|
|
190
194
|
"record": Object {
|
|
191
195
|
"$type": "app.bsky.feed.post",
|
|
192
196
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -206,6 +210,7 @@ Object {
|
|
|
206
210
|
"repostCount": 0,
|
|
207
211
|
"uri": "record(0)",
|
|
208
212
|
"viewer": Object {
|
|
213
|
+
"embeddingDisabled": false,
|
|
209
214
|
"threadMuted": false,
|
|
210
215
|
},
|
|
211
216
|
},
|
|
@@ -226,6 +231,7 @@ Object {
|
|
|
226
231
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
227
232
|
"labels": Array [],
|
|
228
233
|
"likeCount": 0,
|
|
234
|
+
"quoteCount": 0,
|
|
229
235
|
"record": Object {
|
|
230
236
|
"$type": "app.bsky.feed.post",
|
|
231
237
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -245,6 +251,7 @@ Object {
|
|
|
245
251
|
"repostCount": 0,
|
|
246
252
|
"uri": "record(5)",
|
|
247
253
|
"viewer": Object {
|
|
254
|
+
"embeddingDisabled": false,
|
|
248
255
|
"threadMuted": false,
|
|
249
256
|
},
|
|
250
257
|
},
|
|
@@ -291,6 +298,7 @@ Object {
|
|
|
291
298
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
|
292
299
|
"labels": Array [],
|
|
293
300
|
"likeCount": 3,
|
|
301
|
+
"quoteCount": 0,
|
|
294
302
|
"record": Object {
|
|
295
303
|
"$type": "app.bsky.feed.post",
|
|
296
304
|
"createdAt": "1970-01-01T00:00:00.000000Z",
|
|
@@ -300,6 +308,7 @@ Object {
|
|
|
300
308
|
"repostCount": 1,
|
|
301
309
|
"uri": "record(0)",
|
|
302
310
|
"viewer": Object {
|
|
311
|
+
"embeddingDisabled": false,
|
|
303
312
|
"like": "record(4)",
|
|
304
313
|
"repost": "record(3)",
|
|
305
314
|
"threadMuted": false,
|
|
@@ -363,6 +372,7 @@ Object {
|
|
|
363
372
|
},
|
|
364
373
|
],
|
|
365
374
|
"likeCount": 0,
|
|
375
|
+
"quoteCount": 0,
|
|
366
376
|
"record": Object {
|
|
367
377
|
"$type": "app.bsky.feed.post",
|
|
368
378
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
|
@@ -398,6 +408,7 @@ Object {
|
|
|
398
408
|
"repostCount": 0,
|
|
399
409
|
"uri": "record(7)",
|
|
400
410
|
"viewer": Object {
|
|
411
|
+
"embeddingDisabled": false,
|
|
401
412
|
"threadMuted": false,
|
|
402
413
|
},
|
|
403
414
|
},
|