@atproto/pds 0.3.16 → 0.3.17
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/LICENSE.txt +1 -1
- package/dist/account-manager/helpers/email-token.d.ts +1 -0
- package/dist/account-manager/index.d.ts +0 -1
- package/dist/index.js +173 -147
- package/dist/index.js.map +3 -3
- package/dist/lexicon/index.d.ts +0 -2
- package/dist/lexicon/lexicons.d.ts +38 -47
- package/dist/lexicon/types/com/atproto/admin/defs.d.ts +2 -2
- package/dist/lexicon/types/com/atproto/admin/queryModerationEvents.d.ts +7 -0
- package/package.json +5 -5
- package/src/account-manager/helpers/email-token.ts +6 -0
- package/src/account-manager/index.ts +8 -12
- package/src/api/com/atproto/admin/sendEmail.ts +1 -1
- package/src/api/com/atproto/server/requestAccountDelete.ts +13 -0
- package/src/api/com/atproto/server/requestEmailConfirmation.ts +13 -0
- package/src/api/com/atproto/server/requestEmailUpdate.ts +13 -0
- package/src/api/com/atproto/server/requestPasswordReset.ts +33 -20
- package/src/api/com/atproto/server/updateEmail.ts +1 -1
- package/src/api/com/atproto/temp/index.ts +2 -0
- package/src/lexicon/index.ts +0 -12
- package/src/lexicon/lexicons.ts +43 -50
- package/src/lexicon/types/com/atproto/admin/defs.ts +2 -0
- package/src/lexicon/types/com/atproto/admin/queryModerationEvents.ts +13 -0
- package/tests/proxied/__snapshots__/feedgen.test.ts.snap +29 -802
- package/tests/proxied/feedgen.test.ts +26 -35
- package/dist/lexicon/types/app/bsky/unspecced/getTimelineSkeleton.d.ts +0 -35
- package/src/lexicon/types/app/bsky/unspecced/getTimelineSkeleton.ts +0 -49
@@ -2,7 +2,6 @@
|
|
2
2
|
|
3
3
|
exports[`feedgen proxy view performs basic proxy of getFeed 1`] = `
|
4
4
|
Object {
|
5
|
-
"cursor": "0000000000000::bafycid",
|
6
5
|
"feed": Array [
|
7
6
|
Object {
|
8
7
|
"post": Object {
|
@@ -36,726 +35,50 @@ Object {
|
|
36
35
|
},
|
37
36
|
"cid": "cids(0)",
|
38
37
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
39
|
-
"labels": Array [],
|
40
|
-
"likeCount": 0,
|
41
|
-
"record": Object {
|
42
|
-
"$type": "app.bsky.feed.post",
|
43
|
-
"createdAt": "1970-01-01T00:00:00.000Z",
|
44
|
-
"reply": Object {
|
45
|
-
"parent": Object {
|
46
|
-
"cid": "cids(4)",
|
47
|
-
"uri": "record(3)",
|
48
|
-
},
|
49
|
-
"root": Object {
|
50
|
-
"cid": "cids(3)",
|
51
|
-
"uri": "record(2)",
|
52
|
-
},
|
53
|
-
},
|
54
|
-
"text": "thanks bob",
|
55
|
-
},
|
56
|
-
"replyCount": 0,
|
57
|
-
"repostCount": 1,
|
58
|
-
"uri": "record(0)",
|
59
|
-
"viewer": Object {},
|
60
|
-
},
|
61
|
-
"reply": Object {
|
62
|
-
"parent": Object {
|
63
|
-
"$type": "app.bsky.feed.defs#postView",
|
64
|
-
"author": Object {
|
65
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
66
|
-
"did": "user(2)",
|
67
|
-
"displayName": "bobby",
|
68
|
-
"handle": "bob.test",
|
69
|
-
"labels": Array [],
|
70
|
-
"viewer": Object {
|
71
|
-
"blockedBy": false,
|
72
|
-
"followedBy": "record(5)",
|
73
|
-
"following": "record(4)",
|
74
|
-
"muted": false,
|
75
|
-
},
|
76
|
-
},
|
77
|
-
"cid": "cids(4)",
|
78
|
-
"embed": Object {
|
79
|
-
"$type": "app.bsky.embed.images#view",
|
80
|
-
"images": Array [
|
81
|
-
Object {
|
82
|
-
"alt": "../dev-env/src/seed/img/key-landscape-small.jpg",
|
83
|
-
"fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(3)/cids(5)@jpeg",
|
84
|
-
"thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(3)/cids(5)@jpeg",
|
85
|
-
},
|
86
|
-
],
|
87
|
-
},
|
88
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
89
|
-
"labels": Array [
|
90
|
-
Object {
|
91
|
-
"cid": "cids(4)",
|
92
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
93
|
-
"neg": false,
|
94
|
-
"src": "user(4)",
|
95
|
-
"uri": "record(3)",
|
96
|
-
"val": "test-label",
|
97
|
-
},
|
98
|
-
Object {
|
99
|
-
"cid": "cids(4)",
|
100
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
101
|
-
"neg": false,
|
102
|
-
"src": "user(4)",
|
103
|
-
"uri": "record(3)",
|
104
|
-
"val": "test-label-2",
|
105
|
-
},
|
106
|
-
],
|
107
|
-
"likeCount": 0,
|
108
|
-
"record": Object {
|
109
|
-
"$type": "app.bsky.feed.post",
|
110
|
-
"createdAt": "1970-01-01T00:00:00.000Z",
|
111
|
-
"embed": Object {
|
112
|
-
"$type": "app.bsky.embed.images",
|
113
|
-
"images": Array [
|
114
|
-
Object {
|
115
|
-
"alt": "../dev-env/src/seed/img/key-landscape-small.jpg",
|
116
|
-
"image": Object {
|
117
|
-
"$type": "blob",
|
118
|
-
"mimeType": "image/jpeg",
|
119
|
-
"ref": Object {
|
120
|
-
"$link": "cids(5)",
|
121
|
-
},
|
122
|
-
"size": 4114,
|
123
|
-
},
|
124
|
-
},
|
125
|
-
],
|
126
|
-
},
|
127
|
-
"reply": Object {
|
128
|
-
"parent": Object {
|
129
|
-
"cid": "cids(3)",
|
130
|
-
"uri": "record(2)",
|
131
|
-
},
|
132
|
-
"root": Object {
|
133
|
-
"cid": "cids(3)",
|
134
|
-
"uri": "record(2)",
|
135
|
-
},
|
136
|
-
},
|
137
|
-
"text": "hear that label_me label_me_2",
|
138
|
-
},
|
139
|
-
"replyCount": 1,
|
140
|
-
"repostCount": 0,
|
141
|
-
"uri": "record(3)",
|
142
|
-
"viewer": Object {},
|
143
|
-
},
|
144
|
-
"root": Object {
|
145
|
-
"$type": "app.bsky.feed.defs#postView",
|
146
|
-
"author": Object {
|
147
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
148
|
-
"did": "user(0)",
|
149
|
-
"displayName": "ali",
|
150
|
-
"handle": "alice.test",
|
151
|
-
"labels": Array [
|
152
|
-
Object {
|
153
|
-
"cid": "cids(2)",
|
154
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
155
|
-
"neg": false,
|
156
|
-
"src": "user(0)",
|
157
|
-
"uri": "record(1)",
|
158
|
-
"val": "self-label-a",
|
159
|
-
},
|
160
|
-
Object {
|
161
|
-
"cid": "cids(2)",
|
162
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
163
|
-
"neg": false,
|
164
|
-
"src": "user(0)",
|
165
|
-
"uri": "record(1)",
|
166
|
-
"val": "self-label-b",
|
167
|
-
},
|
168
|
-
],
|
169
|
-
"viewer": Object {
|
170
|
-
"blockedBy": false,
|
171
|
-
"muted": false,
|
172
|
-
},
|
173
|
-
},
|
174
|
-
"cid": "cids(3)",
|
175
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
176
|
-
"labels": Array [],
|
177
|
-
"likeCount": 3,
|
178
|
-
"record": Object {
|
179
|
-
"$type": "app.bsky.feed.post",
|
180
|
-
"createdAt": "1970-01-01T00:00:00.000000Z",
|
181
|
-
"text": "again",
|
182
|
-
},
|
183
|
-
"replyCount": 2,
|
184
|
-
"repostCount": 1,
|
185
|
-
"uri": "record(2)",
|
186
|
-
"viewer": Object {},
|
187
|
-
},
|
188
|
-
},
|
189
|
-
},
|
190
|
-
Object {
|
191
|
-
"post": Object {
|
192
|
-
"author": Object {
|
193
|
-
"did": "user(5)",
|
194
|
-
"handle": "carol.test",
|
195
|
-
"labels": Array [],
|
196
|
-
"viewer": Object {
|
197
|
-
"blockedBy": false,
|
198
|
-
"followedBy": "record(8)",
|
199
|
-
"following": "record(7)",
|
200
|
-
"muted": false,
|
201
|
-
},
|
202
|
-
},
|
203
|
-
"cid": "cids(6)",
|
204
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
205
|
-
"labels": Array [],
|
206
|
-
"likeCount": 0,
|
207
|
-
"record": Object {
|
208
|
-
"$type": "app.bsky.feed.post",
|
209
|
-
"createdAt": "1970-01-01T00:00:00.000Z",
|
210
|
-
"reply": Object {
|
211
|
-
"parent": Object {
|
212
|
-
"cid": "cids(3)",
|
213
|
-
"uri": "record(2)",
|
214
|
-
},
|
215
|
-
"root": Object {
|
216
|
-
"cid": "cids(3)",
|
217
|
-
"uri": "record(2)",
|
218
|
-
},
|
219
|
-
},
|
220
|
-
"text": "of course",
|
221
|
-
},
|
222
|
-
"replyCount": 0,
|
223
|
-
"repostCount": 0,
|
224
|
-
"uri": "record(6)",
|
225
|
-
"viewer": Object {},
|
226
|
-
},
|
227
|
-
"reply": Object {
|
228
|
-
"parent": Object {
|
229
|
-
"$type": "app.bsky.feed.defs#postView",
|
230
|
-
"author": Object {
|
231
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
232
|
-
"did": "user(0)",
|
233
|
-
"displayName": "ali",
|
234
|
-
"handle": "alice.test",
|
235
|
-
"labels": Array [
|
236
|
-
Object {
|
237
|
-
"cid": "cids(2)",
|
238
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
239
|
-
"neg": false,
|
240
|
-
"src": "user(0)",
|
241
|
-
"uri": "record(1)",
|
242
|
-
"val": "self-label-a",
|
243
|
-
},
|
244
|
-
Object {
|
245
|
-
"cid": "cids(2)",
|
246
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
247
|
-
"neg": false,
|
248
|
-
"src": "user(0)",
|
249
|
-
"uri": "record(1)",
|
250
|
-
"val": "self-label-b",
|
251
|
-
},
|
252
|
-
],
|
253
|
-
"viewer": Object {
|
254
|
-
"blockedBy": false,
|
255
|
-
"muted": false,
|
256
|
-
},
|
257
|
-
},
|
258
|
-
"cid": "cids(3)",
|
259
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
260
|
-
"labels": Array [],
|
261
|
-
"likeCount": 3,
|
262
|
-
"record": Object {
|
263
|
-
"$type": "app.bsky.feed.post",
|
264
|
-
"createdAt": "1970-01-01T00:00:00.000000Z",
|
265
|
-
"text": "again",
|
266
|
-
},
|
267
|
-
"replyCount": 2,
|
268
|
-
"repostCount": 1,
|
269
|
-
"uri": "record(2)",
|
270
|
-
"viewer": Object {},
|
271
|
-
},
|
272
|
-
"root": Object {
|
273
|
-
"$type": "app.bsky.feed.defs#postView",
|
274
|
-
"author": Object {
|
275
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
276
|
-
"did": "user(0)",
|
277
|
-
"displayName": "ali",
|
278
|
-
"handle": "alice.test",
|
279
|
-
"labels": Array [
|
280
|
-
Object {
|
281
|
-
"cid": "cids(2)",
|
282
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
283
|
-
"neg": false,
|
284
|
-
"src": "user(0)",
|
285
|
-
"uri": "record(1)",
|
286
|
-
"val": "self-label-a",
|
287
|
-
},
|
288
|
-
Object {
|
289
|
-
"cid": "cids(2)",
|
290
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
291
|
-
"neg": false,
|
292
|
-
"src": "user(0)",
|
293
|
-
"uri": "record(1)",
|
294
|
-
"val": "self-label-b",
|
295
|
-
},
|
296
|
-
],
|
297
|
-
"viewer": Object {
|
298
|
-
"blockedBy": false,
|
299
|
-
"muted": false,
|
300
|
-
},
|
301
|
-
},
|
302
|
-
"cid": "cids(3)",
|
303
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
304
|
-
"labels": Array [],
|
305
|
-
"likeCount": 3,
|
306
|
-
"record": Object {
|
307
|
-
"$type": "app.bsky.feed.post",
|
308
|
-
"createdAt": "1970-01-01T00:00:00.000000Z",
|
309
|
-
"text": "again",
|
310
|
-
},
|
311
|
-
"replyCount": 2,
|
312
|
-
"repostCount": 1,
|
313
|
-
"uri": "record(2)",
|
314
|
-
"viewer": Object {},
|
315
|
-
},
|
316
|
-
},
|
317
|
-
},
|
318
|
-
Object {
|
319
|
-
"post": Object {
|
320
|
-
"author": Object {
|
321
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
322
|
-
"did": "user(2)",
|
323
|
-
"displayName": "bobby",
|
324
|
-
"handle": "bob.test",
|
325
|
-
"labels": Array [],
|
326
|
-
"viewer": Object {
|
327
|
-
"blockedBy": false,
|
328
|
-
"followedBy": "record(5)",
|
329
|
-
"following": "record(4)",
|
330
|
-
"muted": false,
|
331
|
-
},
|
332
|
-
},
|
333
|
-
"cid": "cids(4)",
|
334
|
-
"embed": Object {
|
335
|
-
"$type": "app.bsky.embed.images#view",
|
336
|
-
"images": Array [
|
337
|
-
Object {
|
338
|
-
"alt": "../dev-env/src/seed/img/key-landscape-small.jpg",
|
339
|
-
"fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(3)/cids(5)@jpeg",
|
340
|
-
"thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(3)/cids(5)@jpeg",
|
341
|
-
},
|
342
|
-
],
|
343
|
-
},
|
344
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
345
38
|
"labels": Array [
|
346
39
|
Object {
|
347
|
-
"cid": "cids(
|
348
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
349
|
-
"neg": false,
|
350
|
-
"src": "user(4)",
|
351
|
-
"uri": "record(3)",
|
352
|
-
"val": "test-label",
|
353
|
-
},
|
354
|
-
Object {
|
355
|
-
"cid": "cids(4)",
|
40
|
+
"cid": "cids(0)",
|
356
41
|
"cts": "1970-01-01T00:00:00.000Z",
|
357
42
|
"neg": false,
|
358
|
-
"src": "user(
|
359
|
-
"uri": "record(
|
360
|
-
"val": "
|
43
|
+
"src": "user(0)",
|
44
|
+
"uri": "record(0)",
|
45
|
+
"val": "self-label",
|
361
46
|
},
|
362
47
|
],
|
363
48
|
"likeCount": 0,
|
364
49
|
"record": Object {
|
365
50
|
"$type": "app.bsky.feed.post",
|
366
51
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
367
|
-
"
|
368
|
-
"$type": "
|
369
|
-
"
|
370
|
-
Object {
|
371
|
-
"alt": "../dev-env/src/seed/img/key-landscape-small.jpg",
|
372
|
-
"image": Object {
|
373
|
-
"$type": "blob",
|
374
|
-
"mimeType": "image/jpeg",
|
375
|
-
"ref": Object {
|
376
|
-
"$link": "cids(5)",
|
377
|
-
},
|
378
|
-
"size": 4114,
|
379
|
-
},
|
380
|
-
},
|
381
|
-
],
|
382
|
-
},
|
383
|
-
"reply": Object {
|
384
|
-
"parent": Object {
|
385
|
-
"cid": "cids(3)",
|
386
|
-
"uri": "record(2)",
|
387
|
-
},
|
388
|
-
"root": Object {
|
389
|
-
"cid": "cids(3)",
|
390
|
-
"uri": "record(2)",
|
391
|
-
},
|
392
|
-
},
|
393
|
-
"text": "hear that label_me label_me_2",
|
394
|
-
},
|
395
|
-
"replyCount": 1,
|
396
|
-
"repostCount": 0,
|
397
|
-
"uri": "record(3)",
|
398
|
-
"viewer": Object {},
|
399
|
-
},
|
400
|
-
"reply": Object {
|
401
|
-
"parent": Object {
|
402
|
-
"$type": "app.bsky.feed.defs#postView",
|
403
|
-
"author": Object {
|
404
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
405
|
-
"did": "user(0)",
|
406
|
-
"displayName": "ali",
|
407
|
-
"handle": "alice.test",
|
408
|
-
"labels": Array [
|
409
|
-
Object {
|
410
|
-
"cid": "cids(2)",
|
411
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
412
|
-
"neg": false,
|
413
|
-
"src": "user(0)",
|
414
|
-
"uri": "record(1)",
|
415
|
-
"val": "self-label-a",
|
416
|
-
},
|
417
|
-
Object {
|
418
|
-
"cid": "cids(2)",
|
419
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
420
|
-
"neg": false,
|
421
|
-
"src": "user(0)",
|
422
|
-
"uri": "record(1)",
|
423
|
-
"val": "self-label-b",
|
424
|
-
},
|
425
|
-
],
|
426
|
-
"viewer": Object {
|
427
|
-
"blockedBy": false,
|
428
|
-
"muted": false,
|
429
|
-
},
|
430
|
-
},
|
431
|
-
"cid": "cids(3)",
|
432
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
433
|
-
"labels": Array [],
|
434
|
-
"likeCount": 3,
|
435
|
-
"record": Object {
|
436
|
-
"$type": "app.bsky.feed.post",
|
437
|
-
"createdAt": "1970-01-01T00:00:00.000000Z",
|
438
|
-
"text": "again",
|
439
|
-
},
|
440
|
-
"replyCount": 2,
|
441
|
-
"repostCount": 1,
|
442
|
-
"uri": "record(2)",
|
443
|
-
"viewer": Object {},
|
444
|
-
},
|
445
|
-
"root": Object {
|
446
|
-
"$type": "app.bsky.feed.defs#postView",
|
447
|
-
"author": Object {
|
448
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
449
|
-
"did": "user(0)",
|
450
|
-
"displayName": "ali",
|
451
|
-
"handle": "alice.test",
|
452
|
-
"labels": Array [
|
453
|
-
Object {
|
454
|
-
"cid": "cids(2)",
|
455
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
456
|
-
"neg": false,
|
457
|
-
"src": "user(0)",
|
458
|
-
"uri": "record(1)",
|
459
|
-
"val": "self-label-a",
|
460
|
-
},
|
461
|
-
Object {
|
462
|
-
"cid": "cids(2)",
|
463
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
464
|
-
"neg": false,
|
465
|
-
"src": "user(0)",
|
466
|
-
"uri": "record(1)",
|
467
|
-
"val": "self-label-b",
|
468
|
-
},
|
469
|
-
],
|
470
|
-
"viewer": Object {
|
471
|
-
"blockedBy": false,
|
472
|
-
"muted": false,
|
473
|
-
},
|
474
|
-
},
|
475
|
-
"cid": "cids(3)",
|
476
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
477
|
-
"labels": Array [],
|
478
|
-
"likeCount": 3,
|
479
|
-
"record": Object {
|
480
|
-
"$type": "app.bsky.feed.post",
|
481
|
-
"createdAt": "1970-01-01T00:00:00.000000Z",
|
482
|
-
"text": "again",
|
483
|
-
},
|
484
|
-
"replyCount": 2,
|
485
|
-
"repostCount": 1,
|
486
|
-
"uri": "record(2)",
|
487
|
-
"viewer": Object {},
|
488
|
-
},
|
489
|
-
},
|
490
|
-
},
|
491
|
-
Object {
|
492
|
-
"post": Object {
|
493
|
-
"author": Object {
|
494
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
495
|
-
"did": "user(0)",
|
496
|
-
"displayName": "ali",
|
497
|
-
"handle": "alice.test",
|
498
|
-
"labels": Array [
|
499
|
-
Object {
|
500
|
-
"cid": "cids(2)",
|
501
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
502
|
-
"neg": false,
|
503
|
-
"src": "user(0)",
|
504
|
-
"uri": "record(1)",
|
505
|
-
"val": "self-label-a",
|
506
|
-
},
|
507
|
-
Object {
|
508
|
-
"cid": "cids(2)",
|
509
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
510
|
-
"neg": false,
|
511
|
-
"src": "user(0)",
|
512
|
-
"uri": "record(1)",
|
513
|
-
"val": "self-label-b",
|
514
|
-
},
|
515
|
-
],
|
516
|
-
"viewer": Object {
|
517
|
-
"blockedBy": false,
|
518
|
-
"muted": false,
|
519
|
-
},
|
520
|
-
},
|
521
|
-
"cid": "cids(7)",
|
522
|
-
"embed": Object {
|
523
|
-
"$type": "app.bsky.embed.record#view",
|
524
|
-
"record": Object {
|
525
|
-
"$type": "app.bsky.embed.record#viewRecord",
|
526
|
-
"author": Object {
|
527
|
-
"did": "user(6)",
|
528
|
-
"handle": "dan.test",
|
529
|
-
"labels": Array [
|
530
|
-
Object {
|
531
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
532
|
-
"neg": false,
|
533
|
-
"src": "user(4)",
|
534
|
-
"uri": "user(6)",
|
535
|
-
"val": "repo-action-label",
|
536
|
-
},
|
537
|
-
],
|
538
|
-
"viewer": Object {
|
539
|
-
"blockedBy": false,
|
540
|
-
"following": "record(11)",
|
541
|
-
"muted": false,
|
542
|
-
},
|
543
|
-
},
|
544
|
-
"cid": "cids(8)",
|
545
|
-
"embeds": Array [
|
52
|
+
"labels": Object {
|
53
|
+
"$type": "com.atproto.label.defs#selfLabels",
|
54
|
+
"values": Array [
|
546
55
|
Object {
|
547
|
-
"
|
548
|
-
"record": Object {
|
549
|
-
"$type": "app.bsky.embed.record#viewRecord",
|
550
|
-
"author": Object {
|
551
|
-
"did": "user(5)",
|
552
|
-
"handle": "carol.test",
|
553
|
-
"labels": Array [],
|
554
|
-
"viewer": Object {
|
555
|
-
"blockedBy": false,
|
556
|
-
"followedBy": "record(8)",
|
557
|
-
"following": "record(7)",
|
558
|
-
"muted": false,
|
559
|
-
},
|
560
|
-
},
|
561
|
-
"cid": "cids(9)",
|
562
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
563
|
-
"labels": Array [],
|
564
|
-
"uri": "record(12)",
|
565
|
-
"value": Object {
|
566
|
-
"$type": "app.bsky.feed.post",
|
567
|
-
"createdAt": "1970-01-01T00:00:00.000Z",
|
568
|
-
"embed": Object {
|
569
|
-
"$type": "app.bsky.embed.recordWithMedia",
|
570
|
-
"media": Object {
|
571
|
-
"$type": "app.bsky.embed.images",
|
572
|
-
"images": Array [
|
573
|
-
Object {
|
574
|
-
"alt": "../dev-env/src/seed/img/key-landscape-small.jpg",
|
575
|
-
"image": Object {
|
576
|
-
"$type": "blob",
|
577
|
-
"mimeType": "image/jpeg",
|
578
|
-
"ref": Object {
|
579
|
-
"$link": "cids(5)",
|
580
|
-
},
|
581
|
-
"size": 4114,
|
582
|
-
},
|
583
|
-
},
|
584
|
-
Object {
|
585
|
-
"alt": "../dev-env/src/seed/img/key-alt.jpg",
|
586
|
-
"image": Object {
|
587
|
-
"$type": "blob",
|
588
|
-
"mimeType": "image/jpeg",
|
589
|
-
"ref": Object {
|
590
|
-
"$link": "cids(10)",
|
591
|
-
},
|
592
|
-
"size": 12736,
|
593
|
-
},
|
594
|
-
},
|
595
|
-
],
|
596
|
-
},
|
597
|
-
"record": Object {
|
598
|
-
"record": Object {
|
599
|
-
"cid": "cids(11)",
|
600
|
-
"uri": "record(13)",
|
601
|
-
},
|
602
|
-
},
|
603
|
-
},
|
604
|
-
"text": "hi im carol",
|
605
|
-
},
|
606
|
-
},
|
56
|
+
"val": "self-label",
|
607
57
|
},
|
608
58
|
],
|
609
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
610
|
-
"labels": Array [],
|
611
|
-
"uri": "record(10)",
|
612
|
-
"value": Object {
|
613
|
-
"$type": "app.bsky.feed.post",
|
614
|
-
"createdAt": "1970-01-01T00:00:00.000Z",
|
615
|
-
"embed": Object {
|
616
|
-
"$type": "app.bsky.embed.record",
|
617
|
-
"record": Object {
|
618
|
-
"cid": "cids(9)",
|
619
|
-
"uri": "record(12)",
|
620
|
-
},
|
621
|
-
},
|
622
|
-
"facets": Array [
|
623
|
-
Object {
|
624
|
-
"features": Array [
|
625
|
-
Object {
|
626
|
-
"$type": "app.bsky.richtext.facet#mention",
|
627
|
-
"did": "user(0)",
|
628
|
-
},
|
629
|
-
],
|
630
|
-
"index": Object {
|
631
|
-
"byteEnd": 18,
|
632
|
-
"byteStart": 0,
|
633
|
-
},
|
634
|
-
},
|
635
|
-
],
|
636
|
-
"text": "@alice.bluesky.xyz is the best",
|
637
|
-
},
|
638
|
-
},
|
639
|
-
},
|
640
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
641
|
-
"labels": Array [
|
642
|
-
Object {
|
643
|
-
"cid": "cids(7)",
|
644
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
645
|
-
"neg": false,
|
646
|
-
"src": "user(4)",
|
647
|
-
"uri": "record(9)",
|
648
|
-
"val": "test-label",
|
649
|
-
},
|
650
|
-
],
|
651
|
-
"likeCount": 2,
|
652
|
-
"record": Object {
|
653
|
-
"$type": "app.bsky.feed.post",
|
654
|
-
"createdAt": "1970-01-01T00:00:00.000Z",
|
655
|
-
"embed": Object {
|
656
|
-
"$type": "app.bsky.embed.record",
|
657
|
-
"record": Object {
|
658
|
-
"cid": "cids(8)",
|
659
|
-
"uri": "record(10)",
|
660
|
-
},
|
661
59
|
},
|
662
|
-
"text": "
|
60
|
+
"text": "hey there",
|
663
61
|
},
|
664
62
|
"replyCount": 0,
|
665
63
|
"repostCount": 0,
|
666
|
-
"uri": "record(
|
64
|
+
"uri": "record(0)",
|
667
65
|
"viewer": Object {},
|
668
66
|
},
|
669
67
|
},
|
670
68
|
Object {
|
671
69
|
"post": Object {
|
672
70
|
"author": Object {
|
673
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
674
71
|
"did": "user(2)",
|
675
|
-
"displayName": "bobby",
|
676
|
-
"handle": "bob.test",
|
677
|
-
"labels": Array [],
|
678
|
-
"viewer": Object {
|
679
|
-
"blockedBy": false,
|
680
|
-
"followedBy": "record(5)",
|
681
|
-
"following": "record(4)",
|
682
|
-
"muted": false,
|
683
|
-
},
|
684
|
-
},
|
685
|
-
"cid": "cids(12)",
|
686
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
687
|
-
"labels": Array [],
|
688
|
-
"likeCount": 0,
|
689
|
-
"record": Object {
|
690
|
-
"$type": "app.bsky.feed.post",
|
691
|
-
"createdAt": "1970-01-01T00:00:00.000+00:00",
|
692
|
-
"text": "bobby boy here",
|
693
|
-
},
|
694
|
-
"replyCount": 0,
|
695
|
-
"repostCount": 0,
|
696
|
-
"uri": "record(14)",
|
697
|
-
"viewer": Object {},
|
698
|
-
},
|
699
|
-
},
|
700
|
-
Object {
|
701
|
-
"post": Object {
|
702
|
-
"author": Object {
|
703
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
704
|
-
"did": "user(0)",
|
705
|
-
"displayName": "ali",
|
706
|
-
"handle": "alice.test",
|
707
|
-
"labels": Array [
|
708
|
-
Object {
|
709
|
-
"cid": "cids(2)",
|
710
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
711
|
-
"neg": false,
|
712
|
-
"src": "user(0)",
|
713
|
-
"uri": "record(1)",
|
714
|
-
"val": "self-label-a",
|
715
|
-
},
|
716
|
-
Object {
|
717
|
-
"cid": "cids(2)",
|
718
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
719
|
-
"neg": false,
|
720
|
-
"src": "user(0)",
|
721
|
-
"uri": "record(1)",
|
722
|
-
"val": "self-label-b",
|
723
|
-
},
|
724
|
-
],
|
725
|
-
"viewer": Object {
|
726
|
-
"blockedBy": false,
|
727
|
-
"muted": false,
|
728
|
-
},
|
729
|
-
},
|
730
|
-
"cid": "cids(3)",
|
731
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
732
|
-
"labels": Array [],
|
733
|
-
"likeCount": 3,
|
734
|
-
"record": Object {
|
735
|
-
"$type": "app.bsky.feed.post",
|
736
|
-
"createdAt": "1970-01-01T00:00:00.000000Z",
|
737
|
-
"text": "again",
|
738
|
-
},
|
739
|
-
"replyCount": 2,
|
740
|
-
"repostCount": 1,
|
741
|
-
"uri": "record(2)",
|
742
|
-
"viewer": Object {},
|
743
|
-
},
|
744
|
-
},
|
745
|
-
Object {
|
746
|
-
"post": Object {
|
747
|
-
"author": Object {
|
748
|
-
"did": "user(5)",
|
749
72
|
"handle": "carol.test",
|
750
73
|
"labels": Array [],
|
751
74
|
"viewer": Object {
|
752
75
|
"blockedBy": false,
|
753
|
-
"followedBy": "record(
|
754
|
-
"following": "record(
|
76
|
+
"followedBy": "record(4)",
|
77
|
+
"following": "record(3)",
|
755
78
|
"muted": false,
|
756
79
|
},
|
757
80
|
},
|
758
|
-
"cid": "cids(
|
81
|
+
"cid": "cids(3)",
|
759
82
|
"embed": Object {
|
760
83
|
"$type": "app.bsky.embed.recordWithMedia#view",
|
761
84
|
"media": Object {
|
@@ -763,13 +86,13 @@ Object {
|
|
763
86
|
"images": Array [
|
764
87
|
Object {
|
765
88
|
"alt": "../dev-env/src/seed/img/key-landscape-small.jpg",
|
766
|
-
"fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(
|
767
|
-
"thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(
|
89
|
+
"fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(5)/cids(4)@jpeg",
|
90
|
+
"thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(5)/cids(4)@jpeg",
|
768
91
|
},
|
769
92
|
Object {
|
770
93
|
"alt": "../dev-env/src/seed/img/key-alt.jpg",
|
771
|
-
"fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(
|
772
|
-
"thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(
|
94
|
+
"fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(5)/cids(5)@jpeg",
|
95
|
+
"thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(5)/cids(5)@jpeg",
|
773
96
|
},
|
774
97
|
],
|
775
98
|
},
|
@@ -777,23 +100,23 @@ Object {
|
|
777
100
|
"record": Object {
|
778
101
|
"$type": "app.bsky.embed.record#viewRecord",
|
779
102
|
"author": Object {
|
780
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(
|
781
|
-
"did": "user(
|
103
|
+
"avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
|
104
|
+
"did": "user(3)",
|
782
105
|
"displayName": "bobby",
|
783
106
|
"handle": "bob.test",
|
784
107
|
"labels": Array [],
|
785
108
|
"viewer": Object {
|
786
109
|
"blockedBy": false,
|
787
|
-
"followedBy": "record(
|
788
|
-
"following": "record(
|
110
|
+
"followedBy": "record(7)",
|
111
|
+
"following": "record(6)",
|
789
112
|
"muted": false,
|
790
113
|
},
|
791
114
|
},
|
792
|
-
"cid": "cids(
|
115
|
+
"cid": "cids(6)",
|
793
116
|
"embeds": Array [],
|
794
117
|
"indexedAt": "1970-01-01T00:00:00.000Z",
|
795
118
|
"labels": Array [],
|
796
|
-
"uri": "record(
|
119
|
+
"uri": "record(5)",
|
797
120
|
"value": Object {
|
798
121
|
"$type": "app.bsky.feed.post",
|
799
122
|
"createdAt": "1970-01-01T00:00:00.000Z",
|
@@ -823,7 +146,7 @@ Object {
|
|
823
146
|
"$type": "blob",
|
824
147
|
"mimeType": "image/jpeg",
|
825
148
|
"ref": Object {
|
826
|
-
"$link": "cids(
|
149
|
+
"$link": "cids(4)",
|
827
150
|
},
|
828
151
|
"size": 4114,
|
829
152
|
},
|
@@ -834,7 +157,7 @@ Object {
|
|
834
157
|
"$type": "blob",
|
835
158
|
"mimeType": "image/jpeg",
|
836
159
|
"ref": Object {
|
837
|
-
"$link": "cids(
|
160
|
+
"$link": "cids(5)",
|
838
161
|
},
|
839
162
|
"size": 12736,
|
840
163
|
},
|
@@ -843,8 +166,8 @@ Object {
|
|
843
166
|
},
|
844
167
|
"record": Object {
|
845
168
|
"record": Object {
|
846
|
-
"cid": "cids(
|
847
|
-
"uri": "record(
|
169
|
+
"cid": "cids(6)",
|
170
|
+
"uri": "record(5)",
|
848
171
|
},
|
849
172
|
},
|
850
173
|
},
|
@@ -852,106 +175,10 @@ Object {
|
|
852
175
|
},
|
853
176
|
"replyCount": 0,
|
854
177
|
"repostCount": 0,
|
855
|
-
"uri": "record(
|
178
|
+
"uri": "record(2)",
|
856
179
|
"viewer": Object {
|
857
|
-
"like": "record(
|
858
|
-
},
|
859
|
-
},
|
860
|
-
},
|
861
|
-
Object {
|
862
|
-
"post": Object {
|
863
|
-
"author": Object {
|
864
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)@jpeg",
|
865
|
-
"did": "user(2)",
|
866
|
-
"displayName": "bobby",
|
867
|
-
"handle": "bob.test",
|
868
|
-
"labels": Array [],
|
869
|
-
"viewer": Object {
|
870
|
-
"blockedBy": false,
|
871
|
-
"followedBy": "record(5)",
|
872
|
-
"following": "record(4)",
|
873
|
-
"muted": false,
|
874
|
-
},
|
875
|
-
},
|
876
|
-
"cid": "cids(11)",
|
877
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
878
|
-
"labels": Array [],
|
879
|
-
"likeCount": 0,
|
880
|
-
"record": Object {
|
881
|
-
"$type": "app.bsky.feed.post",
|
882
|
-
"createdAt": "1970-01-01T00:00:00.000Z",
|
883
|
-
"langs": Array [
|
884
|
-
"en-US",
|
885
|
-
"i-klingon",
|
886
|
-
],
|
887
|
-
"text": "bob back at it again!",
|
888
|
-
},
|
889
|
-
"replyCount": 0,
|
890
|
-
"repostCount": 0,
|
891
|
-
"uri": "record(13)",
|
892
|
-
"viewer": Object {},
|
893
|
-
},
|
894
|
-
},
|
895
|
-
Object {
|
896
|
-
"post": Object {
|
897
|
-
"author": Object {
|
898
|
-
"avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
|
899
|
-
"did": "user(0)",
|
900
|
-
"displayName": "ali",
|
901
|
-
"handle": "alice.test",
|
902
|
-
"labels": Array [
|
903
|
-
Object {
|
904
|
-
"cid": "cids(2)",
|
905
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
906
|
-
"neg": false,
|
907
|
-
"src": "user(0)",
|
908
|
-
"uri": "record(1)",
|
909
|
-
"val": "self-label-a",
|
910
|
-
},
|
911
|
-
Object {
|
912
|
-
"cid": "cids(2)",
|
913
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
914
|
-
"neg": false,
|
915
|
-
"src": "user(0)",
|
916
|
-
"uri": "record(1)",
|
917
|
-
"val": "self-label-b",
|
918
|
-
},
|
919
|
-
],
|
920
|
-
"viewer": Object {
|
921
|
-
"blockedBy": false,
|
922
|
-
"muted": false,
|
923
|
-
},
|
180
|
+
"like": "record(8)",
|
924
181
|
},
|
925
|
-
"cid": "cids(13)",
|
926
|
-
"indexedAt": "1970-01-01T00:00:00.000Z",
|
927
|
-
"labels": Array [
|
928
|
-
Object {
|
929
|
-
"cid": "cids(13)",
|
930
|
-
"cts": "1970-01-01T00:00:00.000Z",
|
931
|
-
"neg": false,
|
932
|
-
"src": "user(0)",
|
933
|
-
"uri": "record(16)",
|
934
|
-
"val": "self-label",
|
935
|
-
},
|
936
|
-
],
|
937
|
-
"likeCount": 0,
|
938
|
-
"record": Object {
|
939
|
-
"$type": "app.bsky.feed.post",
|
940
|
-
"createdAt": "1970-01-01T00:00:00.000Z",
|
941
|
-
"labels": Object {
|
942
|
-
"$type": "com.atproto.label.defs#selfLabels",
|
943
|
-
"values": Array [
|
944
|
-
Object {
|
945
|
-
"val": "self-label",
|
946
|
-
},
|
947
|
-
],
|
948
|
-
},
|
949
|
-
"text": "hey there",
|
950
|
-
},
|
951
|
-
"replyCount": 0,
|
952
|
-
"repostCount": 0,
|
953
|
-
"uri": "record(16)",
|
954
|
-
"viewer": Object {},
|
955
182
|
},
|
956
183
|
},
|
957
184
|
],
|