@atproto/pds 0.5.11 → 0.5.14

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 (322) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/dist/api/app/bsky/notification/index.d.ts.map +1 -1
  3. package/dist/api/app/bsky/notification/index.js +2 -0
  4. package/dist/api/app/bsky/notification/index.js.map +1 -1
  5. package/dist/api/app/bsky/notification/unregisterPush.d.ts +4 -0
  6. package/dist/api/app/bsky/notification/unregisterPush.d.ts.map +1 -0
  7. package/dist/api/app/bsky/notification/unregisterPush.js +48 -0
  8. package/dist/api/app/bsky/notification/unregisterPush.js.map +1 -0
  9. package/package.json +42 -38
  10. package/build.templates.cjs +0 -22
  11. package/example.env +0 -42
  12. package/jest.config.cjs +0 -27
  13. package/src/account-manager/account-manager.ts +0 -916
  14. package/src/account-manager/db/index.ts +0 -21
  15. package/src/account-manager/db/migrations/001-init.ts +0 -115
  16. package/src/account-manager/db/migrations/002-account-deactivation.ts +0 -17
  17. package/src/account-manager/db/migrations/003-privileged-app-passwords.ts +0 -12
  18. package/src/account-manager/db/migrations/004-oauth.ts +0 -122
  19. package/src/account-manager/db/migrations/005-oauth-account-management.ts +0 -136
  20. package/src/account-manager/db/migrations/006-oauth-permission-sets.ts +0 -20
  21. package/src/account-manager/db/migrations/007-lexicon-failures-index.ts +0 -14
  22. package/src/account-manager/db/migrations/index.ts +0 -17
  23. package/src/account-manager/db/schema/account-device.ts +0 -14
  24. package/src/account-manager/db/schema/account.ts +0 -16
  25. package/src/account-manager/db/schema/actor.ts +0 -17
  26. package/src/account-manager/db/schema/app-password.ts +0 -13
  27. package/src/account-manager/db/schema/authorization-request.ts +0 -30
  28. package/src/account-manager/db/schema/authorized-client.ts +0 -23
  29. package/src/account-manager/db/schema/device.ts +0 -18
  30. package/src/account-manager/db/schema/email-token.ts +0 -19
  31. package/src/account-manager/db/schema/index.ts +0 -43
  32. package/src/account-manager/db/schema/invite-code.ts +0 -24
  33. package/src/account-manager/db/schema/lexicon.ts +0 -15
  34. package/src/account-manager/db/schema/refresh-token.ts +0 -11
  35. package/src/account-manager/db/schema/repo-root.ts +0 -12
  36. package/src/account-manager/db/schema/token.ts +0 -38
  37. package/src/account-manager/db/schema/used-refresh-token.ts +0 -13
  38. package/src/account-manager/helpers/account-device.ts +0 -63
  39. package/src/account-manager/helpers/account.ts +0 -355
  40. package/src/account-manager/helpers/auth.ts +0 -222
  41. package/src/account-manager/helpers/authorization-request.ts +0 -90
  42. package/src/account-manager/helpers/authorized-client.ts +0 -75
  43. package/src/account-manager/helpers/device.ts +0 -47
  44. package/src/account-manager/helpers/email-token.ts +0 -87
  45. package/src/account-manager/helpers/invite.ts +0 -263
  46. package/src/account-manager/helpers/lexicon.ts +0 -67
  47. package/src/account-manager/helpers/password.ts +0 -136
  48. package/src/account-manager/helpers/repo.ts +0 -24
  49. package/src/account-manager/helpers/scrypt.ts +0 -53
  50. package/src/account-manager/helpers/token.ts +0 -158
  51. package/src/account-manager/helpers/used-refresh-token.ts +0 -30
  52. package/src/account-manager/oauth-store.ts +0 -880
  53. package/src/account-manager/scope-reference-getter.ts +0 -106
  54. package/src/actor-store/actor-store-reader.ts +0 -45
  55. package/src/actor-store/actor-store-resources.ts +0 -8
  56. package/src/actor-store/actor-store-transactor.ts +0 -31
  57. package/src/actor-store/actor-store-writer.ts +0 -17
  58. package/src/actor-store/actor-store.ts +0 -210
  59. package/src/actor-store/blob/reader.ts +0 -160
  60. package/src/actor-store/blob/transactor.ts +0 -383
  61. package/src/actor-store/db/index.ts +0 -20
  62. package/src/actor-store/db/migrations/001-init.ts +0 -105
  63. package/src/actor-store/db/migrations/index.ts +0 -5
  64. package/src/actor-store/db/schema/account-pref.ts +0 -11
  65. package/src/actor-store/db/schema/backlink.ts +0 -9
  66. package/src/actor-store/db/schema/blob.ts +0 -14
  67. package/src/actor-store/db/schema/index.ts +0 -23
  68. package/src/actor-store/db/schema/record-blob.ts +0 -8
  69. package/src/actor-store/db/schema/record.ts +0 -14
  70. package/src/actor-store/db/schema/repo-block.ts +0 -10
  71. package/src/actor-store/db/schema/repo-root.ts +0 -10
  72. package/src/actor-store/migrate.ts +0 -39
  73. package/src/actor-store/preference/reader.ts +0 -48
  74. package/src/actor-store/preference/transactor.ts +0 -55
  75. package/src/actor-store/preference/util.ts +0 -39
  76. package/src/actor-store/record/reader.ts +0 -374
  77. package/src/actor-store/record/transactor.ts +0 -111
  78. package/src/actor-store/repo/reader.ts +0 -31
  79. package/src/actor-store/repo/sql-repo-reader.ts +0 -150
  80. package/src/actor-store/repo/sql-repo-transactor.ts +0 -105
  81. package/src/actor-store/repo/transactor.ts +0 -227
  82. package/src/api/app/bsky/actor/getPreferences.ts +0 -57
  83. package/src/api/app/bsky/actor/getProfile.ts +0 -41
  84. package/src/api/app/bsky/actor/getProfiles.ts +0 -51
  85. package/src/api/app/bsky/actor/index.ts +0 -13
  86. package/src/api/app/bsky/actor/putPreferences.ts +0 -62
  87. package/src/api/app/bsky/feed/getActorLikes.ts +0 -63
  88. package/src/api/app/bsky/feed/getAuthorFeed.ts +0 -84
  89. package/src/api/app/bsky/feed/getFeed.ts +0 -47
  90. package/src/api/app/bsky/feed/getPostThread.ts +0 -251
  91. package/src/api/app/bsky/feed/getTimeline.ts +0 -50
  92. package/src/api/app/bsky/feed/index.ts +0 -15
  93. package/src/api/app/bsky/index.ts +0 -11
  94. package/src/api/app/bsky/notification/index.ts +0 -7
  95. package/src/api/app/bsky/notification/registerPush.ts +0 -71
  96. package/src/api/app/bsky/util/resolver.ts +0 -20
  97. package/src/api/com/atproto/admin/deleteAccount.ts +0 -22
  98. package/src/api/com/atproto/admin/disableAccountInvites.ts +0 -18
  99. package/src/api/com/atproto/admin/disableInviteCodes.ts +0 -21
  100. package/src/api/com/atproto/admin/enableAccountInvites.ts +0 -18
  101. package/src/api/com/atproto/admin/getAccountInfo.ts +0 -32
  102. package/src/api/com/atproto/admin/getAccountInfos.ts +0 -34
  103. package/src/api/com/atproto/admin/getInviteCodes.ts +0 -126
  104. package/src/api/com/atproto/admin/getSubjectStatus.ts +0 -76
  105. package/src/api/com/atproto/admin/index.ts +0 -31
  106. package/src/api/com/atproto/admin/sendEmail.ts +0 -47
  107. package/src/api/com/atproto/admin/updateAccountEmail.ts +0 -32
  108. package/src/api/com/atproto/admin/updateAccountHandle.ts +0 -47
  109. package/src/api/com/atproto/admin/updateAccountPassword.ts +0 -34
  110. package/src/api/com/atproto/admin/updateSubjectStatus.ts +0 -68
  111. package/src/api/com/atproto/admin/util.ts +0 -66
  112. package/src/api/com/atproto/identity/getRecommendedDidCredentials.ts +0 -50
  113. package/src/api/com/atproto/identity/index.ts +0 -17
  114. package/src/api/com/atproto/identity/requestPlcOperationSignature.ts +0 -59
  115. package/src/api/com/atproto/identity/resolveHandle.ts +0 -50
  116. package/src/api/com/atproto/identity/signPlcOperation.ts +0 -85
  117. package/src/api/com/atproto/identity/submitPlcOperation.ts +0 -65
  118. package/src/api/com/atproto/identity/updateHandle.ts +0 -66
  119. package/src/api/com/atproto/index.ts +0 -19
  120. package/src/api/com/atproto/moderation/createReport.ts +0 -41
  121. package/src/api/com/atproto/moderation/index.ts +0 -7
  122. package/src/api/com/atproto/repo/applyWrites.ts +0 -226
  123. package/src/api/com/atproto/repo/createRecord.ts +0 -143
  124. package/src/api/com/atproto/repo/deleteRecord.ts +0 -122
  125. package/src/api/com/atproto/repo/describeRepo.ts +0 -43
  126. package/src/api/com/atproto/repo/getRecord.ts +0 -40
  127. package/src/api/com/atproto/repo/importRepo.ts +0 -101
  128. package/src/api/com/atproto/repo/index.ts +0 -25
  129. package/src/api/com/atproto/repo/listMissingBlobs.ts +0 -29
  130. package/src/api/com/atproto/repo/listRecords.ts +0 -36
  131. package/src/api/com/atproto/repo/putRecord.ts +0 -211
  132. package/src/api/com/atproto/repo/uploadBlob.ts +0 -60
  133. package/src/api/com/atproto/server/activateAccount.ts +0 -37
  134. package/src/api/com/atproto/server/checkAccountStatus.ts +0 -51
  135. package/src/api/com/atproto/server/confirmEmail.ts +0 -39
  136. package/src/api/com/atproto/server/createAccount.ts +0 -327
  137. package/src/api/com/atproto/server/createAppPassword.ts +0 -53
  138. package/src/api/com/atproto/server/createInviteCode.ts +0 -38
  139. package/src/api/com/atproto/server/createInviteCodes.ts +0 -42
  140. package/src/api/com/atproto/server/createSession.ts +0 -97
  141. package/src/api/com/atproto/server/deactivateAccount.ts +0 -41
  142. package/src/api/com/atproto/server/deleteAccount.ts +0 -85
  143. package/src/api/com/atproto/server/deleteSession.ts +0 -23
  144. package/src/api/com/atproto/server/describeServer.ts +0 -29
  145. package/src/api/com/atproto/server/getAccountInviteCodes.ts +0 -142
  146. package/src/api/com/atproto/server/getServiceAuth.ts +0 -111
  147. package/src/api/com/atproto/server/getSession.ts +0 -80
  148. package/src/api/com/atproto/server/index.ts +0 -55
  149. package/src/api/com/atproto/server/listAppPasswords.ts +0 -45
  150. package/src/api/com/atproto/server/refreshSession.ts +0 -72
  151. package/src/api/com/atproto/server/requestAccountDelete.ts +0 -66
  152. package/src/api/com/atproto/server/requestEmailConfirmation.ts +0 -68
  153. package/src/api/com/atproto/server/requestEmailUpdate.ts +0 -86
  154. package/src/api/com/atproto/server/requestPasswordReset.ts +0 -52
  155. package/src/api/com/atproto/server/reserveSigningKey.ts +0 -15
  156. package/src/api/com/atproto/server/resetPassword.ts +0 -50
  157. package/src/api/com/atproto/server/revokeAppPassword.ts +0 -42
  158. package/src/api/com/atproto/server/updateEmail.ts +0 -52
  159. package/src/api/com/atproto/server/util.ts +0 -136
  160. package/src/api/com/atproto/sync/deprecated/getCheckout.ts +0 -27
  161. package/src/api/com/atproto/sync/deprecated/getHead.ts +0 -33
  162. package/src/api/com/atproto/sync/getBlob.ts +0 -61
  163. package/src/api/com/atproto/sync/getBlocks.ts +0 -37
  164. package/src/api/com/atproto/sync/getLatestCommit.ts +0 -33
  165. package/src/api/com/atproto/sync/getRecord.ts +0 -49
  166. package/src/api/com/atproto/sync/getRepo.ts +0 -75
  167. package/src/api/com/atproto/sync/getRepoStatus.ts +0 -34
  168. package/src/api/com/atproto/sync/index.ts +0 -27
  169. package/src/api/com/atproto/sync/listBlobs.ts +0 -33
  170. package/src/api/com/atproto/sync/listRepos.ts +0 -74
  171. package/src/api/com/atproto/sync/subscribeRepos.ts +0 -73
  172. package/src/api/com/atproto/sync/util.ts +0 -37
  173. package/src/api/com/atproto/temp/checkSignupQueue.ts +0 -34
  174. package/src/api/com/atproto/temp/index.ts +0 -7
  175. package/src/api/index.ts +0 -10
  176. package/src/api/proxy.ts +0 -44
  177. package/src/app-view.ts +0 -24
  178. package/src/auth-output.ts +0 -52
  179. package/src/auth-routes.ts +0 -64
  180. package/src/auth-scope.ts +0 -40
  181. package/src/auth-verifier.ts +0 -668
  182. package/src/background.ts +0 -65
  183. package/src/basic-routes.ts +0 -52
  184. package/src/bsky-app-view.ts +0 -33
  185. package/src/config/config.ts +0 -553
  186. package/src/config/env.ts +0 -167
  187. package/src/config/index.ts +0 -3
  188. package/src/config/secrets.ts +0 -54
  189. package/src/context.ts +0 -523
  190. package/src/crawlers.ts +0 -46
  191. package/src/db/cast.ts +0 -52
  192. package/src/db/db.ts +0 -140
  193. package/src/db/index.ts +0 -4
  194. package/src/db/migrator.ts +0 -40
  195. package/src/db/pagination.ts +0 -132
  196. package/src/db/tables/moderation.ts +0 -80
  197. package/src/db/util.ts +0 -108
  198. package/src/did-cache/db/index.ts +0 -21
  199. package/src/did-cache/db/migrations.ts +0 -17
  200. package/src/did-cache/db/schema.ts +0 -9
  201. package/src/did-cache/index.ts +0 -131
  202. package/src/disk-blobstore.ts +0 -172
  203. package/src/error.ts +0 -19
  204. package/src/handle/explicit-slurs.ts +0 -22
  205. package/src/handle/index.ts +0 -49
  206. package/src/handle/reserved.ts +0 -1059
  207. package/src/image/image-url-builder.ts +0 -16
  208. package/src/index.ts +0 -189
  209. package/src/lexicons.ts +0 -4
  210. package/src/logger.ts +0 -35
  211. package/src/mailer/index.ts +0 -111
  212. package/src/mailer/moderation.ts +0 -33
  213. package/src/mailer/templates/confirm-email.d.ts +0 -4
  214. package/src/mailer/templates/confirm-email.hbs +0 -158
  215. package/src/mailer/templates/delete-account.d.ts +0 -4
  216. package/src/mailer/templates/delete-account.hbs +0 -156
  217. package/src/mailer/templates/plc-operation.d.ts +0 -4
  218. package/src/mailer/templates/plc-operation.hbs +0 -153
  219. package/src/mailer/templates/reset-password.d.ts +0 -4
  220. package/src/mailer/templates/reset-password.hbs +0 -154
  221. package/src/mailer/templates/update-email.d.ts +0 -4
  222. package/src/mailer/templates/update-email.hbs +0 -153
  223. package/src/mailer/templates.ts +0 -17
  224. package/src/pipethrough.ts +0 -716
  225. package/src/rate-limits.ts +0 -59
  226. package/src/read-after-write/index.ts +0 -3
  227. package/src/read-after-write/types.ts +0 -35
  228. package/src/read-after-write/util.ts +0 -101
  229. package/src/read-after-write/viewer.ts +0 -290
  230. package/src/redis.ts +0 -25
  231. package/src/repo/index.ts +0 -2
  232. package/src/repo/prepare.ts +0 -266
  233. package/src/repo/types.ts +0 -65
  234. package/src/scripts/README.md +0 -40
  235. package/src/scripts/index.ts +0 -20
  236. package/src/scripts/publish-identity.ts +0 -60
  237. package/src/scripts/rebuild-repo.ts +0 -119
  238. package/src/scripts/rotate-keys.ts +0 -146
  239. package/src/scripts/sequencer-recovery/index.ts +0 -23
  240. package/src/scripts/sequencer-recovery/recoverer.ts +0 -297
  241. package/src/scripts/sequencer-recovery/recovery-db.ts +0 -65
  242. package/src/scripts/sequencer-recovery/repair-repos.ts +0 -49
  243. package/src/scripts/sequencer-recovery/user-queues.ts +0 -44
  244. package/src/scripts/util.ts +0 -7
  245. package/src/sequencer/db/index.ts +0 -21
  246. package/src/sequencer/db/migrations/001-init.ts +0 -35
  247. package/src/sequencer/db/migrations/index.ts +0 -5
  248. package/src/sequencer/db/schema.ts +0 -19
  249. package/src/sequencer/events.ts +0 -199
  250. package/src/sequencer/index.ts +0 -3
  251. package/src/sequencer/outbox.ts +0 -123
  252. package/src/sequencer/sequencer.ts +0 -290
  253. package/src/util/compression.ts +0 -16
  254. package/src/util/debug.ts +0 -10
  255. package/src/util/http.ts +0 -31
  256. package/src/util/types.ts +0 -7
  257. package/src/well-known.ts +0 -30
  258. package/test.env +0 -2
  259. package/tests/__snapshots__/takedown-appeal.test.ts.snap +0 -43
  260. package/tests/_oauth_client_assets_middleware.ts +0 -23
  261. package/tests/_puppeteer.ts +0 -147
  262. package/tests/_types.d.ts +0 -16
  263. package/tests/_util.ts +0 -191
  264. package/tests/account-deactivation.test.ts +0 -204
  265. package/tests/account-deletion.test.ts +0 -300
  266. package/tests/account-manager.test.ts +0 -462
  267. package/tests/account-migration.test.ts +0 -221
  268. package/tests/account-status.test.ts +0 -206
  269. package/tests/account.test.ts +0 -595
  270. package/tests/app-passwords.test.ts +0 -262
  271. package/tests/auth.test.ts +0 -405
  272. package/tests/blob-deletes.test.ts +0 -204
  273. package/tests/create-post.test.ts +0 -79
  274. package/tests/crud.test.ts +0 -1595
  275. package/tests/db.test.ts +0 -170
  276. package/tests/email-confirmation.test.ts +0 -227
  277. package/tests/entryway-mock.ts +0 -323
  278. package/tests/entryway.test.ts +0 -145
  279. package/tests/file-uploads.test.ts +0 -301
  280. package/tests/get-service-auth.test.ts +0 -81
  281. package/tests/handle-validation.test.ts +0 -56
  282. package/tests/handles.test.ts +0 -274
  283. package/tests/invite-codes.test.ts +0 -367
  284. package/tests/invites-admin.test.ts +0 -252
  285. package/tests/moderation.test.ts +0 -280
  286. package/tests/moderator-auth.test.ts +0 -177
  287. package/tests/oauth.test.ts +0 -334
  288. package/tests/plc-operations.test.ts +0 -239
  289. package/tests/preferences.test.ts +0 -352
  290. package/tests/proxied/__snapshots__/admin.test.ts.snap +0 -516
  291. package/tests/proxied/__snapshots__/feedgen.test.ts.snap +0 -215
  292. package/tests/proxied/__snapshots__/views.test.ts.snap +0 -4456
  293. package/tests/proxied/admin.test.ts +0 -340
  294. package/tests/proxied/feedgen.test.ts +0 -66
  295. package/tests/proxied/notif.test.ts +0 -85
  296. package/tests/proxied/procedures.test.ts +0 -175
  297. package/tests/proxied/proxy-catchall.test.ts +0 -256
  298. package/tests/proxied/proxy-header.test.ts +0 -239
  299. package/tests/proxied/proxy-oauth-aud.test.ts +0 -182
  300. package/tests/proxied/read-after-write.test.ts +0 -382
  301. package/tests/proxied/views.test.ts +0 -608
  302. package/tests/races.test.ts +0 -89
  303. package/tests/rate-limits.test.ts +0 -70
  304. package/tests/recovery.test.ts +0 -180
  305. package/tests/seeds/basic.ts +0 -165
  306. package/tests/seeds/follows.ts +0 -57
  307. package/tests/seeds/likes.ts +0 -14
  308. package/tests/seeds/reposts.ts +0 -18
  309. package/tests/seeds/thread.ts +0 -40
  310. package/tests/seeds/users-bulk.ts +0 -246
  311. package/tests/seeds/users.ts +0 -67
  312. package/tests/sequencer.test.ts +0 -251
  313. package/tests/server.test.ts +0 -151
  314. package/tests/sync/invertible-ops.test.ts +0 -99
  315. package/tests/sync/list.test.ts +0 -43
  316. package/tests/sync/subscribe-repos.test.ts +0 -672
  317. package/tests/sync/sync.test.ts +0 -316
  318. package/tests/takedown-appeal.test.ts +0 -166
  319. package/tsconfig.build.json +0 -9
  320. package/tsconfig.build.tsbuildinfo +0 -1
  321. package/tsconfig.json +0 -7
  322. package/tsconfig.tests.json +0 -8
@@ -1,4456 +0,0 @@
1
- // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
-
3
- exports[`proxies view requests actor.getProfile 1`] = `
4
- {
5
- "associated": {
6
- "activitySubscription": {
7
- "allowSubscriptions": "followers",
8
- },
9
- "feedgens": 0,
10
- "labeler": false,
11
- "lists": 0,
12
- "starterPacks": 0,
13
- },
14
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(0)",
15
- "createdAt": "1970-01-01T00:00:00.000Z",
16
- "description": "hi im bob label_me",
17
- "did": "user(0)",
18
- "displayName": "bobby",
19
- "followersCount": 2,
20
- "followsCount": 2,
21
- "handle": "bob.test",
22
- "indexedAt": "1970-01-01T00:00:00.000Z",
23
- "labels": [],
24
- "postsCount": 3,
25
- "viewer": {
26
- "blockedBy": false,
27
- "followedBy": "record(1)",
28
- "following": "record(0)",
29
- "knownFollowers": {
30
- "count": 1,
31
- "followers": [
32
- {
33
- "associated": {
34
- "activitySubscription": {
35
- "allowSubscriptions": "followers",
36
- },
37
- },
38
- "did": "user(2)",
39
- "handle": "dan.test",
40
- "labels": [
41
- {
42
- "cts": "1970-01-01T00:00:00.000Z",
43
- "src": "did:example:labeler",
44
- "uri": "user(2)",
45
- "val": "repo-action-label",
46
- },
47
- ],
48
- "viewer": {
49
- "blockedBy": false,
50
- "following": "record(2)",
51
- "muted": false,
52
- },
53
- },
54
- ],
55
- },
56
- "muted": false,
57
- },
58
- }
59
- `;
60
-
61
- exports[`proxies view requests actor.getProfiles 1`] = `
62
- {
63
- "profiles": [
64
- {
65
- "associated": {
66
- "activitySubscription": {
67
- "allowSubscriptions": "followers",
68
- },
69
- "feedgens": 1,
70
- "labeler": false,
71
- "lists": 1,
72
- "starterPacks": 0,
73
- },
74
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(0)",
75
- "createdAt": "1970-01-01T00:00:00.000Z",
76
- "description": "its me!",
77
- "did": "user(0)",
78
- "displayName": "ali",
79
- "followersCount": 2,
80
- "followsCount": 3,
81
- "handle": "alice.test",
82
- "indexedAt": "1970-01-01T00:00:00.000Z",
83
- "labels": [
84
- {
85
- "cid": "cids(1)",
86
- "cts": "1970-01-01T00:00:00.000Z",
87
- "src": "user(0)",
88
- "uri": "record(4)",
89
- "val": "self-label-a",
90
- },
91
- {
92
- "cid": "cids(1)",
93
- "cts": "1970-01-01T00:00:00.000Z",
94
- "src": "user(0)",
95
- "uri": "record(4)",
96
- "val": "self-label-b",
97
- },
98
- ],
99
- "postsCount": 4,
100
- "viewer": {
101
- "blockedBy": false,
102
- "knownFollowers": {
103
- "count": 2,
104
- "followers": [
105
- {
106
- "associated": {
107
- "activitySubscription": {
108
- "allowSubscriptions": "followers",
109
- },
110
- },
111
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(0)",
112
- "createdAt": "1970-01-01T00:00:00.000Z",
113
- "did": "user(2)",
114
- "displayName": "bobby",
115
- "handle": "bob.test",
116
- "labels": [],
117
- "viewer": {
118
- "blockedBy": false,
119
- "followedBy": "record(1)",
120
- "following": "record(0)",
121
- "muted": false,
122
- },
123
- },
124
- {
125
- "associated": {
126
- "activitySubscription": {
127
- "allowSubscriptions": "followers",
128
- },
129
- },
130
- "did": "user(4)",
131
- "handle": "carol.test",
132
- "labels": [],
133
- "viewer": {
134
- "blockedBy": false,
135
- "followedBy": "record(3)",
136
- "following": "record(2)",
137
- "muted": false,
138
- },
139
- },
140
- ],
141
- },
142
- "muted": false,
143
- },
144
- },
145
- {
146
- "associated": {
147
- "activitySubscription": {
148
- "allowSubscriptions": "followers",
149
- },
150
- "feedgens": 0,
151
- "labeler": false,
152
- "lists": 0,
153
- "starterPacks": 0,
154
- },
155
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(0)",
156
- "createdAt": "1970-01-01T00:00:00.000Z",
157
- "description": "hi im bob label_me",
158
- "did": "user(2)",
159
- "displayName": "bobby",
160
- "followersCount": 2,
161
- "followsCount": 2,
162
- "handle": "bob.test",
163
- "indexedAt": "1970-01-01T00:00:00.000Z",
164
- "labels": [],
165
- "postsCount": 3,
166
- "viewer": {
167
- "blockedBy": false,
168
- "followedBy": "record(1)",
169
- "following": "record(0)",
170
- "knownFollowers": {
171
- "count": 1,
172
- "followers": [
173
- {
174
- "associated": {
175
- "activitySubscription": {
176
- "allowSubscriptions": "followers",
177
- },
178
- },
179
- "did": "user(5)",
180
- "handle": "dan.test",
181
- "labels": [
182
- {
183
- "cts": "1970-01-01T00:00:00.000Z",
184
- "src": "did:example:labeler",
185
- "uri": "user(5)",
186
- "val": "repo-action-label",
187
- },
188
- ],
189
- "viewer": {
190
- "blockedBy": false,
191
- "following": "record(5)",
192
- "muted": false,
193
- },
194
- },
195
- ],
196
- },
197
- "muted": false,
198
- },
199
- },
200
- ],
201
- }
202
- `;
203
-
204
- exports[`proxies view requests actor.getSuggestions 1`] = `
205
- {
206
- "actors": [
207
- {
208
- "associated": {
209
- "activitySubscription": {
210
- "allowSubscriptions": "followers",
211
- },
212
- },
213
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(0)",
214
- "createdAt": "1970-01-01T00:00:00.000Z",
215
- "description": "hi im bob label_me",
216
- "did": "user(0)",
217
- "displayName": "bobby",
218
- "handle": "bob.test",
219
- "indexedAt": "1970-01-01T00:00:00.000Z",
220
- "labels": [],
221
- "viewer": {
222
- "blockedBy": false,
223
- "followedBy": "record(0)",
224
- "knownFollowers": {
225
- "count": 1,
226
- "followers": [
227
- {
228
- "associated": {
229
- "activitySubscription": {
230
- "allowSubscriptions": "followers",
231
- },
232
- },
233
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(0)",
234
- "createdAt": "1970-01-01T00:00:00.000Z",
235
- "did": "user(2)",
236
- "displayName": "ali",
237
- "handle": "alice.test",
238
- "labels": [
239
- {
240
- "cid": "cids(1)",
241
- "cts": "1970-01-01T00:00:00.000Z",
242
- "src": "user(2)",
243
- "uri": "record(3)",
244
- "val": "self-label-a",
245
- },
246
- {
247
- "cid": "cids(1)",
248
- "cts": "1970-01-01T00:00:00.000Z",
249
- "src": "user(2)",
250
- "uri": "record(3)",
251
- "val": "self-label-b",
252
- },
253
- ],
254
- "viewer": {
255
- "blockedBy": false,
256
- "followedBy": "record(2)",
257
- "following": "record(1)",
258
- "muted": false,
259
- },
260
- },
261
- ],
262
- },
263
- "muted": false,
264
- },
265
- },
266
- {
267
- "associated": {
268
- "activitySubscription": {
269
- "allowSubscriptions": "followers",
270
- },
271
- },
272
- "did": "user(4)",
273
- "handle": "dan.test",
274
- "labels": [
275
- {
276
- "cts": "1970-01-01T00:00:00.000Z",
277
- "src": "did:example:labeler",
278
- "uri": "user(4)",
279
- "val": "repo-action-label",
280
- },
281
- ],
282
- "viewer": {
283
- "blockedBy": false,
284
- "knownFollowers": {
285
- "count": 1,
286
- "followers": [
287
- {
288
- "associated": {
289
- "activitySubscription": {
290
- "allowSubscriptions": "followers",
291
- },
292
- },
293
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(0)",
294
- "createdAt": "1970-01-01T00:00:00.000Z",
295
- "did": "user(2)",
296
- "displayName": "ali",
297
- "handle": "alice.test",
298
- "labels": [
299
- {
300
- "cid": "cids(1)",
301
- "cts": "1970-01-01T00:00:00.000Z",
302
- "src": "user(2)",
303
- "uri": "record(3)",
304
- "val": "self-label-a",
305
- },
306
- {
307
- "cid": "cids(1)",
308
- "cts": "1970-01-01T00:00:00.000Z",
309
- "src": "user(2)",
310
- "uri": "record(3)",
311
- "val": "self-label-b",
312
- },
313
- ],
314
- "viewer": {
315
- "blockedBy": false,
316
- "followedBy": "record(2)",
317
- "following": "record(1)",
318
- "muted": false,
319
- },
320
- },
321
- ],
322
- },
323
- "muted": false,
324
- },
325
- },
326
- ],
327
- "cursor": "1:2:3",
328
- }
329
- `;
330
-
331
- exports[`proxies view requests actor.searchActor 1`] = `
332
- [
333
- {
334
- "associated": {
335
- "activitySubscription": {
336
- "allowSubscriptions": "followers",
337
- },
338
- },
339
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(0)",
340
- "createdAt": "1970-01-01T00:00:00.000Z",
341
- "description": "its me!",
342
- "did": "user(0)",
343
- "displayName": "ali",
344
- "handle": "alice.test",
345
- "indexedAt": "1970-01-01T00:00:00.000Z",
346
- "labels": [
347
- {
348
- "cid": "cids(1)",
349
- "cts": "1970-01-01T00:00:00.000Z",
350
- "src": "user(0)",
351
- "uri": "record(0)",
352
- "val": "self-label-a",
353
- },
354
- {
355
- "cid": "cids(1)",
356
- "cts": "1970-01-01T00:00:00.000Z",
357
- "src": "user(0)",
358
- "uri": "record(0)",
359
- "val": "self-label-b",
360
- },
361
- ],
362
- "viewer": {
363
- "blockedBy": false,
364
- "muted": false,
365
- },
366
- },
367
- {
368
- "associated": {
369
- "activitySubscription": {
370
- "allowSubscriptions": "followers",
371
- },
372
- },
373
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(0)",
374
- "createdAt": "1970-01-01T00:00:00.000Z",
375
- "description": "hi im bob label_me",
376
- "did": "user(2)",
377
- "displayName": "bobby",
378
- "handle": "bob.test",
379
- "indexedAt": "1970-01-01T00:00:00.000Z",
380
- "labels": [],
381
- "viewer": {
382
- "blockedBy": false,
383
- "followedBy": "record(2)",
384
- "following": "record(1)",
385
- "muted": false,
386
- },
387
- },
388
- {
389
- "associated": {
390
- "activitySubscription": {
391
- "allowSubscriptions": "followers",
392
- },
393
- },
394
- "did": "user(4)",
395
- "handle": "carol.test",
396
- "labels": [],
397
- "viewer": {
398
- "blockedBy": false,
399
- "followedBy": "record(4)",
400
- "following": "record(3)",
401
- "muted": false,
402
- },
403
- },
404
- {
405
- "associated": {
406
- "activitySubscription": {
407
- "allowSubscriptions": "followers",
408
- },
409
- },
410
- "did": "user(5)",
411
- "handle": "dan.test",
412
- "labels": [
413
- {
414
- "cts": "1970-01-01T00:00:00.000Z",
415
- "src": "did:example:labeler",
416
- "uri": "user(5)",
417
- "val": "repo-action-label",
418
- },
419
- ],
420
- "viewer": {
421
- "blockedBy": false,
422
- "following": "record(5)",
423
- "muted": false,
424
- },
425
- },
426
- {
427
- "associated": {
428
- "activitySubscription": {
429
- "allowSubscriptions": "followers",
430
- },
431
- },
432
- "description": "the repo containing all the lexicons that can be resolved in dev",
433
- "did": "user(6)",
434
- "displayName": "Lexicon Authority",
435
- "handle": "lex-authority.test",
436
- "indexedAt": "1970-01-01T00:00:00.000Z",
437
- "labels": [],
438
- "viewer": {
439
- "blockedBy": false,
440
- "muted": false,
441
- },
442
- },
443
- {
444
- "associated": {
445
- "activitySubscription": {
446
- "allowSubscriptions": "followers",
447
- },
448
- "labeler": true,
449
- },
450
- "description": "The pretend version of mod.bsky.app",
451
- "did": "user(7)",
452
- "displayName": "Dev-env Moderation",
453
- "handle": "mod-authority.test",
454
- "indexedAt": "1970-01-01T00:00:00.000Z",
455
- "labels": [],
456
- "viewer": {
457
- "blockedBy": false,
458
- "muted": false,
459
- },
460
- },
461
- ]
462
- `;
463
-
464
- exports[`proxies view requests actor.searchActorTypeahead 1`] = `
465
- [
466
- {
467
- "associated": {
468
- "activitySubscription": {
469
- "allowSubscriptions": "followers",
470
- },
471
- },
472
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(0)",
473
- "createdAt": "1970-01-01T00:00:00.000Z",
474
- "did": "user(0)",
475
- "displayName": "ali",
476
- "handle": "alice.test",
477
- "labels": [
478
- {
479
- "cid": "cids(1)",
480
- "cts": "1970-01-01T00:00:00.000Z",
481
- "src": "user(0)",
482
- "uri": "record(0)",
483
- "val": "self-label-a",
484
- },
485
- {
486
- "cid": "cids(1)",
487
- "cts": "1970-01-01T00:00:00.000Z",
488
- "src": "user(0)",
489
- "uri": "record(0)",
490
- "val": "self-label-b",
491
- },
492
- ],
493
- "viewer": {
494
- "blockedBy": false,
495
- "muted": false,
496
- },
497
- },
498
- {
499
- "associated": {
500
- "activitySubscription": {
501
- "allowSubscriptions": "followers",
502
- },
503
- },
504
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(0)",
505
- "createdAt": "1970-01-01T00:00:00.000Z",
506
- "did": "user(2)",
507
- "displayName": "bobby",
508
- "handle": "bob.test",
509
- "labels": [],
510
- "viewer": {
511
- "blockedBy": false,
512
- "followedBy": "record(2)",
513
- "following": "record(1)",
514
- "muted": false,
515
- },
516
- },
517
- {
518
- "associated": {
519
- "activitySubscription": {
520
- "allowSubscriptions": "followers",
521
- },
522
- },
523
- "did": "user(4)",
524
- "handle": "carol.test",
525
- "labels": [],
526
- "viewer": {
527
- "blockedBy": false,
528
- "followedBy": "record(4)",
529
- "following": "record(3)",
530
- "muted": false,
531
- },
532
- },
533
- {
534
- "associated": {
535
- "activitySubscription": {
536
- "allowSubscriptions": "followers",
537
- },
538
- },
539
- "did": "user(5)",
540
- "handle": "dan.test",
541
- "labels": [
542
- {
543
- "cts": "1970-01-01T00:00:00.000Z",
544
- "src": "did:example:labeler",
545
- "uri": "user(5)",
546
- "val": "repo-action-label",
547
- },
548
- ],
549
- "viewer": {
550
- "blockedBy": false,
551
- "following": "record(5)",
552
- "muted": false,
553
- },
554
- },
555
- {
556
- "associated": {
557
- "activitySubscription": {
558
- "allowSubscriptions": "followers",
559
- },
560
- },
561
- "did": "user(6)",
562
- "displayName": "Lexicon Authority",
563
- "handle": "lex-authority.test",
564
- "labels": [],
565
- "viewer": {
566
- "blockedBy": false,
567
- "muted": false,
568
- },
569
- },
570
- {
571
- "associated": {
572
- "activitySubscription": {
573
- "allowSubscriptions": "followers",
574
- },
575
- "labeler": true,
576
- },
577
- "did": "user(7)",
578
- "displayName": "Dev-env Moderation",
579
- "handle": "mod-authority.test",
580
- "labels": [],
581
- "viewer": {
582
- "blockedBy": false,
583
- "muted": false,
584
- },
585
- },
586
- ]
587
- `;
588
-
589
- exports[`proxies view requests feed.getAuthorFeed 1`] = `
590
- {
591
- "cursor": "0000000000000::bafycid",
592
- "feed": [
593
- {
594
- "post": {
595
- "author": {
596
- "associated": {
597
- "activitySubscription": {
598
- "allowSubscriptions": "followers",
599
- },
600
- },
601
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
602
- "createdAt": "1970-01-01T00:00:00.000Z",
603
- "did": "user(0)",
604
- "displayName": "bobby",
605
- "handle": "bob.test",
606
- "labels": [],
607
- "viewer": {
608
- "blockedBy": false,
609
- "followedBy": "record(2)",
610
- "following": "record(1)",
611
- "muted": false,
612
- },
613
- },
614
- "bookmarkCount": 0,
615
- "cid": "cids(0)",
616
- "embed": {
617
- "$type": "app.bsky.embed.images#view",
618
- "images": [
619
- {
620
- "alt": "../dev-env/assets/key-landscape-small.jpg",
621
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(1)/cids(2)",
622
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(1)/cids(2)",
623
- },
624
- ],
625
- },
626
- "indexedAt": "1970-01-01T00:00:00.000Z",
627
- "labels": [],
628
- "likeCount": 0,
629
- "quoteCount": 0,
630
- "record": {
631
- "$type": "app.bsky.feed.post",
632
- "createdAt": "1970-01-01T00:00:00.000Z",
633
- "embed": {
634
- "$type": "app.bsky.embed.images",
635
- "images": [
636
- {
637
- "alt": "../dev-env/assets/key-landscape-small.jpg",
638
- "image": {
639
- "$type": "blob",
640
- "mimeType": "image/jpeg",
641
- "ref": {
642
- "$link": "cids(2)",
643
- },
644
- "size": 4114,
645
- },
646
- },
647
- ],
648
- },
649
- "reply": {
650
- "parent": {
651
- "cid": "cids(3)",
652
- "uri": "record(3)",
653
- },
654
- "root": {
655
- "cid": "cids(3)",
656
- "uri": "record(3)",
657
- },
658
- },
659
- "text": "hear that label_me label_me_2",
660
- },
661
- "replyCount": 1,
662
- "repostCount": 0,
663
- "uri": "record(0)",
664
- "viewer": {
665
- "bookmarked": false,
666
- "embeddingDisabled": false,
667
- "threadMuted": false,
668
- },
669
- },
670
- "reply": {
671
- "parent": {
672
- "$type": "app.bsky.feed.defs#postView",
673
- "author": {
674
- "associated": {
675
- "activitySubscription": {
676
- "allowSubscriptions": "followers",
677
- },
678
- },
679
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)",
680
- "createdAt": "1970-01-01T00:00:00.000Z",
681
- "did": "user(2)",
682
- "displayName": "ali",
683
- "handle": "alice.test",
684
- "labels": [
685
- {
686
- "cid": "cids(4)",
687
- "cts": "1970-01-01T00:00:00.000Z",
688
- "src": "user(2)",
689
- "uri": "record(4)",
690
- "val": "self-label-a",
691
- },
692
- {
693
- "cid": "cids(4)",
694
- "cts": "1970-01-01T00:00:00.000Z",
695
- "src": "user(2)",
696
- "uri": "record(4)",
697
- "val": "self-label-b",
698
- },
699
- ],
700
- "viewer": {
701
- "blockedBy": false,
702
- "muted": false,
703
- },
704
- },
705
- "bookmarkCount": 0,
706
- "cid": "cids(3)",
707
- "indexedAt": "1970-01-01T00:00:00.000Z",
708
- "labels": [],
709
- "likeCount": 3,
710
- "quoteCount": 0,
711
- "record": {
712
- "$type": "app.bsky.feed.post",
713
- "createdAt": "1970-01-01T00:00:00.000000Z",
714
- "text": "again",
715
- },
716
- "replyCount": 2,
717
- "repostCount": 1,
718
- "uri": "record(3)",
719
- "viewer": {
720
- "bookmarked": false,
721
- "embeddingDisabled": false,
722
- "threadMuted": false,
723
- },
724
- },
725
- "root": {
726
- "$type": "app.bsky.feed.defs#postView",
727
- "author": {
728
- "associated": {
729
- "activitySubscription": {
730
- "allowSubscriptions": "followers",
731
- },
732
- },
733
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)",
734
- "createdAt": "1970-01-01T00:00:00.000Z",
735
- "did": "user(2)",
736
- "displayName": "ali",
737
- "handle": "alice.test",
738
- "labels": [
739
- {
740
- "cid": "cids(4)",
741
- "cts": "1970-01-01T00:00:00.000Z",
742
- "src": "user(2)",
743
- "uri": "record(4)",
744
- "val": "self-label-a",
745
- },
746
- {
747
- "cid": "cids(4)",
748
- "cts": "1970-01-01T00:00:00.000Z",
749
- "src": "user(2)",
750
- "uri": "record(4)",
751
- "val": "self-label-b",
752
- },
753
- ],
754
- "viewer": {
755
- "blockedBy": false,
756
- "muted": false,
757
- },
758
- },
759
- "bookmarkCount": 0,
760
- "cid": "cids(3)",
761
- "indexedAt": "1970-01-01T00:00:00.000Z",
762
- "labels": [],
763
- "likeCount": 3,
764
- "quoteCount": 0,
765
- "record": {
766
- "$type": "app.bsky.feed.post",
767
- "createdAt": "1970-01-01T00:00:00.000000Z",
768
- "text": "again",
769
- },
770
- "replyCount": 2,
771
- "repostCount": 1,
772
- "uri": "record(3)",
773
- "viewer": {
774
- "bookmarked": false,
775
- "embeddingDisabled": false,
776
- "threadMuted": false,
777
- },
778
- },
779
- },
780
- },
781
- {
782
- "post": {
783
- "author": {
784
- "associated": {
785
- "activitySubscription": {
786
- "allowSubscriptions": "followers",
787
- },
788
- },
789
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
790
- "createdAt": "1970-01-01T00:00:00.000Z",
791
- "did": "user(0)",
792
- "displayName": "bobby",
793
- "handle": "bob.test",
794
- "labels": [],
795
- "viewer": {
796
- "blockedBy": false,
797
- "followedBy": "record(2)",
798
- "following": "record(1)",
799
- "muted": false,
800
- },
801
- },
802
- "bookmarkCount": 0,
803
- "cid": "cids(5)",
804
- "indexedAt": "1970-01-01T00:00:00.000Z",
805
- "labels": [],
806
- "likeCount": 0,
807
- "quoteCount": 0,
808
- "record": {
809
- "$type": "app.bsky.feed.post",
810
- "createdAt": "1970-01-01T00:00:00.000+00:00",
811
- "text": "bobby boy here",
812
- },
813
- "replyCount": 0,
814
- "repostCount": 0,
815
- "uri": "record(5)",
816
- "viewer": {
817
- "bookmarked": false,
818
- "embeddingDisabled": false,
819
- "threadMuted": false,
820
- },
821
- },
822
- },
823
- {
824
- "post": {
825
- "author": {
826
- "associated": {
827
- "activitySubscription": {
828
- "allowSubscriptions": "followers",
829
- },
830
- },
831
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
832
- "createdAt": "1970-01-01T00:00:00.000Z",
833
- "did": "user(0)",
834
- "displayName": "bobby",
835
- "handle": "bob.test",
836
- "labels": [],
837
- "viewer": {
838
- "blockedBy": false,
839
- "followedBy": "record(2)",
840
- "following": "record(1)",
841
- "muted": false,
842
- },
843
- },
844
- "bookmarkCount": 0,
845
- "cid": "cids(6)",
846
- "indexedAt": "1970-01-01T00:00:00.000Z",
847
- "labels": [],
848
- "likeCount": 0,
849
- "quoteCount": 1,
850
- "record": {
851
- "$type": "app.bsky.feed.post",
852
- "createdAt": "1970-01-01T00:00:00.000Z",
853
- "langs": [
854
- "en-US",
855
- "i-klingon",
856
- ],
857
- "text": "bob back at it again!",
858
- },
859
- "replyCount": 0,
860
- "repostCount": 0,
861
- "uri": "record(6)",
862
- "viewer": {
863
- "bookmarked": false,
864
- "embeddingDisabled": false,
865
- "threadMuted": false,
866
- },
867
- },
868
- },
869
- ],
870
- }
871
- `;
872
-
873
- exports[`proxies view requests feed.getFeedGenerator 1`] = `
874
- {
875
- "isOnline": true,
876
- "isValid": true,
877
- "view": {
878
- "cid": "cids(0)",
879
- "creator": {
880
- "associated": {
881
- "activitySubscription": {
882
- "allowSubscriptions": "followers",
883
- },
884
- },
885
- "avatar": "https://bsky.public.url/img/avatar/plain/user(2)/cids(1)",
886
- "createdAt": "1970-01-01T00:00:00.000Z",
887
- "description": "its me!",
888
- "did": "user(1)",
889
- "displayName": "ali",
890
- "handle": "alice.test",
891
- "indexedAt": "1970-01-01T00:00:00.000Z",
892
- "labels": [
893
- {
894
- "cid": "cids(2)",
895
- "cts": "1970-01-01T00:00:00.000Z",
896
- "src": "user(1)",
897
- "uri": "record(1)",
898
- "val": "self-label-a",
899
- },
900
- {
901
- "cid": "cids(2)",
902
- "cts": "1970-01-01T00:00:00.000Z",
903
- "src": "user(1)",
904
- "uri": "record(1)",
905
- "val": "self-label-b",
906
- },
907
- ],
908
- "viewer": {
909
- "blockedBy": false,
910
- "muted": false,
911
- },
912
- },
913
- "did": "user(0)",
914
- "displayName": "MyFeed",
915
- "indexedAt": "1970-01-01T00:00:00.000Z",
916
- "labels": [],
917
- "likeCount": 0,
918
- "uri": "record(0)",
919
- "viewer": {},
920
- },
921
- }
922
- `;
923
-
924
- exports[`proxies view requests feed.getFeedGenerators 1`] = `
925
- {
926
- "feeds": [
927
- {
928
- "cid": "cids(0)",
929
- "creator": {
930
- "associated": {
931
- "activitySubscription": {
932
- "allowSubscriptions": "followers",
933
- },
934
- },
935
- "avatar": "https://bsky.public.url/img/avatar/plain/user(2)/cids(1)",
936
- "createdAt": "1970-01-01T00:00:00.000Z",
937
- "description": "its me!",
938
- "did": "user(1)",
939
- "displayName": "ali",
940
- "handle": "alice.test",
941
- "indexedAt": "1970-01-01T00:00:00.000Z",
942
- "labels": [
943
- {
944
- "cid": "cids(2)",
945
- "cts": "1970-01-01T00:00:00.000Z",
946
- "src": "user(1)",
947
- "uri": "record(1)",
948
- "val": "self-label-a",
949
- },
950
- {
951
- "cid": "cids(2)",
952
- "cts": "1970-01-01T00:00:00.000Z",
953
- "src": "user(1)",
954
- "uri": "record(1)",
955
- "val": "self-label-b",
956
- },
957
- ],
958
- "viewer": {
959
- "blockedBy": false,
960
- "muted": false,
961
- },
962
- },
963
- "did": "user(0)",
964
- "displayName": "MyFeed",
965
- "indexedAt": "1970-01-01T00:00:00.000Z",
966
- "labels": [],
967
- "likeCount": 0,
968
- "uri": "record(0)",
969
- "viewer": {},
970
- },
971
- ],
972
- }
973
- `;
974
-
975
- exports[`proxies view requests feed.getLikes 1`] = `
976
- {
977
- "cursor": "0000000000000::bafycid",
978
- "likes": [
979
- {
980
- "actor": {
981
- "associated": {
982
- "activitySubscription": {
983
- "allowSubscriptions": "followers",
984
- },
985
- },
986
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(0)",
987
- "createdAt": "1970-01-01T00:00:00.000Z",
988
- "description": "hi im bob label_me",
989
- "did": "user(0)",
990
- "displayName": "bobby",
991
- "handle": "bob.test",
992
- "indexedAt": "1970-01-01T00:00:00.000Z",
993
- "labels": [],
994
- "viewer": {
995
- "blockedBy": false,
996
- "followedBy": "record(1)",
997
- "following": "record(0)",
998
- "muted": false,
999
- },
1000
- },
1001
- "createdAt": "1970-01-01T00:00:00.000Z",
1002
- "indexedAt": "1970-01-01T00:00:00.000Z",
1003
- },
1004
- {
1005
- "actor": {
1006
- "associated": {
1007
- "activitySubscription": {
1008
- "allowSubscriptions": "followers",
1009
- },
1010
- },
1011
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(0)",
1012
- "createdAt": "1970-01-01T00:00:00.000Z",
1013
- "description": "its me!",
1014
- "did": "user(2)",
1015
- "displayName": "ali",
1016
- "handle": "alice.test",
1017
- "indexedAt": "1970-01-01T00:00:00.000Z",
1018
- "labels": [
1019
- {
1020
- "cid": "cids(1)",
1021
- "cts": "1970-01-01T00:00:00.000Z",
1022
- "src": "user(2)",
1023
- "uri": "record(2)",
1024
- "val": "self-label-a",
1025
- },
1026
- {
1027
- "cid": "cids(1)",
1028
- "cts": "1970-01-01T00:00:00.000Z",
1029
- "src": "user(2)",
1030
- "uri": "record(2)",
1031
- "val": "self-label-b",
1032
- },
1033
- ],
1034
- "viewer": {
1035
- "blockedBy": false,
1036
- "muted": false,
1037
- },
1038
- },
1039
- "createdAt": "1970-01-01T00:00:00.000Z",
1040
- "indexedAt": "1970-01-01T00:00:00.000Z",
1041
- },
1042
- ],
1043
- "uri": "record(3)",
1044
- }
1045
- `;
1046
-
1047
- exports[`proxies view requests feed.getListFeed 1`] = `
1048
- {
1049
- "cursor": "0000000000000::bafycid",
1050
- "feed": [
1051
- {
1052
- "post": {
1053
- "author": {
1054
- "associated": {
1055
- "activitySubscription": {
1056
- "allowSubscriptions": "followers",
1057
- },
1058
- },
1059
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
1060
- "createdAt": "1970-01-01T00:00:00.000Z",
1061
- "did": "user(0)",
1062
- "displayName": "ali",
1063
- "handle": "alice.test",
1064
- "labels": [
1065
- {
1066
- "cid": "cids(2)",
1067
- "cts": "1970-01-01T00:00:00.000Z",
1068
- "src": "user(0)",
1069
- "uri": "record(1)",
1070
- "val": "self-label-a",
1071
- },
1072
- {
1073
- "cid": "cids(2)",
1074
- "cts": "1970-01-01T00:00:00.000Z",
1075
- "src": "user(0)",
1076
- "uri": "record(1)",
1077
- "val": "self-label-b",
1078
- },
1079
- ],
1080
- "viewer": {
1081
- "blockedBy": false,
1082
- "muted": false,
1083
- },
1084
- },
1085
- "bookmarkCount": 0,
1086
- "cid": "cids(0)",
1087
- "indexedAt": "1970-01-01T00:00:00.000Z",
1088
- "labels": [],
1089
- "likeCount": 0,
1090
- "quoteCount": 0,
1091
- "record": {
1092
- "$type": "app.bsky.feed.post",
1093
- "createdAt": "1970-01-01T00:00:00.000Z",
1094
- "reply": {
1095
- "parent": {
1096
- "cid": "cids(4)",
1097
- "uri": "record(3)",
1098
- },
1099
- "root": {
1100
- "cid": "cids(3)",
1101
- "uri": "record(2)",
1102
- },
1103
- },
1104
- "text": "thanks bob",
1105
- },
1106
- "replyCount": 0,
1107
- "repostCount": 1,
1108
- "uri": "record(0)",
1109
- "viewer": {
1110
- "bookmarked": false,
1111
- "embeddingDisabled": false,
1112
- "threadMuted": false,
1113
- },
1114
- },
1115
- "reply": {
1116
- "grandparentAuthor": {
1117
- "associated": {
1118
- "activitySubscription": {
1119
- "allowSubscriptions": "followers",
1120
- },
1121
- },
1122
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
1123
- "createdAt": "1970-01-01T00:00:00.000Z",
1124
- "did": "user(0)",
1125
- "displayName": "ali",
1126
- "handle": "alice.test",
1127
- "labels": [
1128
- {
1129
- "cid": "cids(2)",
1130
- "cts": "1970-01-01T00:00:00.000Z",
1131
- "src": "user(0)",
1132
- "uri": "record(1)",
1133
- "val": "self-label-a",
1134
- },
1135
- {
1136
- "cid": "cids(2)",
1137
- "cts": "1970-01-01T00:00:00.000Z",
1138
- "src": "user(0)",
1139
- "uri": "record(1)",
1140
- "val": "self-label-b",
1141
- },
1142
- ],
1143
- "viewer": {
1144
- "blockedBy": false,
1145
- "muted": false,
1146
- },
1147
- },
1148
- "parent": {
1149
- "$type": "app.bsky.feed.defs#postView",
1150
- "author": {
1151
- "associated": {
1152
- "activitySubscription": {
1153
- "allowSubscriptions": "followers",
1154
- },
1155
- },
1156
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)",
1157
- "createdAt": "1970-01-01T00:00:00.000Z",
1158
- "did": "user(2)",
1159
- "displayName": "bobby",
1160
- "handle": "bob.test",
1161
- "labels": [],
1162
- "viewer": {
1163
- "blockedBy": false,
1164
- "followedBy": "record(5)",
1165
- "following": "record(4)",
1166
- "muted": false,
1167
- },
1168
- },
1169
- "bookmarkCount": 0,
1170
- "cid": "cids(4)",
1171
- "embed": {
1172
- "$type": "app.bsky.embed.images#view",
1173
- "images": [
1174
- {
1175
- "alt": "../dev-env/assets/key-landscape-small.jpg",
1176
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(3)/cids(5)",
1177
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(3)/cids(5)",
1178
- },
1179
- ],
1180
- },
1181
- "indexedAt": "1970-01-01T00:00:00.000Z",
1182
- "labels": [],
1183
- "likeCount": 0,
1184
- "quoteCount": 0,
1185
- "record": {
1186
- "$type": "app.bsky.feed.post",
1187
- "createdAt": "1970-01-01T00:00:00.000Z",
1188
- "embed": {
1189
- "$type": "app.bsky.embed.images",
1190
- "images": [
1191
- {
1192
- "alt": "../dev-env/assets/key-landscape-small.jpg",
1193
- "image": {
1194
- "$type": "blob",
1195
- "mimeType": "image/jpeg",
1196
- "ref": {
1197
- "$link": "cids(5)",
1198
- },
1199
- "size": 4114,
1200
- },
1201
- },
1202
- ],
1203
- },
1204
- "reply": {
1205
- "parent": {
1206
- "cid": "cids(3)",
1207
- "uri": "record(2)",
1208
- },
1209
- "root": {
1210
- "cid": "cids(3)",
1211
- "uri": "record(2)",
1212
- },
1213
- },
1214
- "text": "hear that label_me label_me_2",
1215
- },
1216
- "replyCount": 1,
1217
- "repostCount": 0,
1218
- "uri": "record(3)",
1219
- "viewer": {
1220
- "bookmarked": false,
1221
- "embeddingDisabled": false,
1222
- "threadMuted": false,
1223
- },
1224
- },
1225
- "root": {
1226
- "$type": "app.bsky.feed.defs#postView",
1227
- "author": {
1228
- "associated": {
1229
- "activitySubscription": {
1230
- "allowSubscriptions": "followers",
1231
- },
1232
- },
1233
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
1234
- "createdAt": "1970-01-01T00:00:00.000Z",
1235
- "did": "user(0)",
1236
- "displayName": "ali",
1237
- "handle": "alice.test",
1238
- "labels": [
1239
- {
1240
- "cid": "cids(2)",
1241
- "cts": "1970-01-01T00:00:00.000Z",
1242
- "src": "user(0)",
1243
- "uri": "record(1)",
1244
- "val": "self-label-a",
1245
- },
1246
- {
1247
- "cid": "cids(2)",
1248
- "cts": "1970-01-01T00:00:00.000Z",
1249
- "src": "user(0)",
1250
- "uri": "record(1)",
1251
- "val": "self-label-b",
1252
- },
1253
- ],
1254
- "viewer": {
1255
- "blockedBy": false,
1256
- "muted": false,
1257
- },
1258
- },
1259
- "bookmarkCount": 0,
1260
- "cid": "cids(3)",
1261
- "indexedAt": "1970-01-01T00:00:00.000Z",
1262
- "labels": [],
1263
- "likeCount": 3,
1264
- "quoteCount": 0,
1265
- "record": {
1266
- "$type": "app.bsky.feed.post",
1267
- "createdAt": "1970-01-01T00:00:00.000000Z",
1268
- "text": "again",
1269
- },
1270
- "replyCount": 2,
1271
- "repostCount": 1,
1272
- "uri": "record(2)",
1273
- "viewer": {
1274
- "bookmarked": false,
1275
- "embeddingDisabled": false,
1276
- "threadMuted": false,
1277
- },
1278
- },
1279
- },
1280
- },
1281
- {
1282
- "post": {
1283
- "author": {
1284
- "associated": {
1285
- "activitySubscription": {
1286
- "allowSubscriptions": "followers",
1287
- },
1288
- },
1289
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)",
1290
- "createdAt": "1970-01-01T00:00:00.000Z",
1291
- "did": "user(2)",
1292
- "displayName": "bobby",
1293
- "handle": "bob.test",
1294
- "labels": [],
1295
- "viewer": {
1296
- "blockedBy": false,
1297
- "followedBy": "record(5)",
1298
- "following": "record(4)",
1299
- "muted": false,
1300
- },
1301
- },
1302
- "bookmarkCount": 0,
1303
- "cid": "cids(4)",
1304
- "embed": {
1305
- "$type": "app.bsky.embed.images#view",
1306
- "images": [
1307
- {
1308
- "alt": "../dev-env/assets/key-landscape-small.jpg",
1309
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(3)/cids(5)",
1310
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(3)/cids(5)",
1311
- },
1312
- ],
1313
- },
1314
- "indexedAt": "1970-01-01T00:00:00.000Z",
1315
- "labels": [],
1316
- "likeCount": 0,
1317
- "quoteCount": 0,
1318
- "record": {
1319
- "$type": "app.bsky.feed.post",
1320
- "createdAt": "1970-01-01T00:00:00.000Z",
1321
- "embed": {
1322
- "$type": "app.bsky.embed.images",
1323
- "images": [
1324
- {
1325
- "alt": "../dev-env/assets/key-landscape-small.jpg",
1326
- "image": {
1327
- "$type": "blob",
1328
- "mimeType": "image/jpeg",
1329
- "ref": {
1330
- "$link": "cids(5)",
1331
- },
1332
- "size": 4114,
1333
- },
1334
- },
1335
- ],
1336
- },
1337
- "reply": {
1338
- "parent": {
1339
- "cid": "cids(3)",
1340
- "uri": "record(2)",
1341
- },
1342
- "root": {
1343
- "cid": "cids(3)",
1344
- "uri": "record(2)",
1345
- },
1346
- },
1347
- "text": "hear that label_me label_me_2",
1348
- },
1349
- "replyCount": 1,
1350
- "repostCount": 0,
1351
- "uri": "record(3)",
1352
- "viewer": {
1353
- "bookmarked": false,
1354
- "embeddingDisabled": false,
1355
- "threadMuted": false,
1356
- },
1357
- },
1358
- "reply": {
1359
- "parent": {
1360
- "$type": "app.bsky.feed.defs#postView",
1361
- "author": {
1362
- "associated": {
1363
- "activitySubscription": {
1364
- "allowSubscriptions": "followers",
1365
- },
1366
- },
1367
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
1368
- "createdAt": "1970-01-01T00:00:00.000Z",
1369
- "did": "user(0)",
1370
- "displayName": "ali",
1371
- "handle": "alice.test",
1372
- "labels": [
1373
- {
1374
- "cid": "cids(2)",
1375
- "cts": "1970-01-01T00:00:00.000Z",
1376
- "src": "user(0)",
1377
- "uri": "record(1)",
1378
- "val": "self-label-a",
1379
- },
1380
- {
1381
- "cid": "cids(2)",
1382
- "cts": "1970-01-01T00:00:00.000Z",
1383
- "src": "user(0)",
1384
- "uri": "record(1)",
1385
- "val": "self-label-b",
1386
- },
1387
- ],
1388
- "viewer": {
1389
- "blockedBy": false,
1390
- "muted": false,
1391
- },
1392
- },
1393
- "bookmarkCount": 0,
1394
- "cid": "cids(3)",
1395
- "indexedAt": "1970-01-01T00:00:00.000Z",
1396
- "labels": [],
1397
- "likeCount": 3,
1398
- "quoteCount": 0,
1399
- "record": {
1400
- "$type": "app.bsky.feed.post",
1401
- "createdAt": "1970-01-01T00:00:00.000000Z",
1402
- "text": "again",
1403
- },
1404
- "replyCount": 2,
1405
- "repostCount": 1,
1406
- "uri": "record(2)",
1407
- "viewer": {
1408
- "bookmarked": false,
1409
- "embeddingDisabled": false,
1410
- "threadMuted": false,
1411
- },
1412
- },
1413
- "root": {
1414
- "$type": "app.bsky.feed.defs#postView",
1415
- "author": {
1416
- "associated": {
1417
- "activitySubscription": {
1418
- "allowSubscriptions": "followers",
1419
- },
1420
- },
1421
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
1422
- "createdAt": "1970-01-01T00:00:00.000Z",
1423
- "did": "user(0)",
1424
- "displayName": "ali",
1425
- "handle": "alice.test",
1426
- "labels": [
1427
- {
1428
- "cid": "cids(2)",
1429
- "cts": "1970-01-01T00:00:00.000Z",
1430
- "src": "user(0)",
1431
- "uri": "record(1)",
1432
- "val": "self-label-a",
1433
- },
1434
- {
1435
- "cid": "cids(2)",
1436
- "cts": "1970-01-01T00:00:00.000Z",
1437
- "src": "user(0)",
1438
- "uri": "record(1)",
1439
- "val": "self-label-b",
1440
- },
1441
- ],
1442
- "viewer": {
1443
- "blockedBy": false,
1444
- "muted": false,
1445
- },
1446
- },
1447
- "bookmarkCount": 0,
1448
- "cid": "cids(3)",
1449
- "indexedAt": "1970-01-01T00:00:00.000Z",
1450
- "labels": [],
1451
- "likeCount": 3,
1452
- "quoteCount": 0,
1453
- "record": {
1454
- "$type": "app.bsky.feed.post",
1455
- "createdAt": "1970-01-01T00:00:00.000000Z",
1456
- "text": "again",
1457
- },
1458
- "replyCount": 2,
1459
- "repostCount": 1,
1460
- "uri": "record(2)",
1461
- "viewer": {
1462
- "bookmarked": false,
1463
- "embeddingDisabled": false,
1464
- "threadMuted": false,
1465
- },
1466
- },
1467
- },
1468
- },
1469
- {
1470
- "post": {
1471
- "author": {
1472
- "associated": {
1473
- "activitySubscription": {
1474
- "allowSubscriptions": "followers",
1475
- },
1476
- },
1477
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
1478
- "createdAt": "1970-01-01T00:00:00.000Z",
1479
- "did": "user(0)",
1480
- "displayName": "ali",
1481
- "handle": "alice.test",
1482
- "labels": [
1483
- {
1484
- "cid": "cids(2)",
1485
- "cts": "1970-01-01T00:00:00.000Z",
1486
- "src": "user(0)",
1487
- "uri": "record(1)",
1488
- "val": "self-label-a",
1489
- },
1490
- {
1491
- "cid": "cids(2)",
1492
- "cts": "1970-01-01T00:00:00.000Z",
1493
- "src": "user(0)",
1494
- "uri": "record(1)",
1495
- "val": "self-label-b",
1496
- },
1497
- ],
1498
- "viewer": {
1499
- "blockedBy": false,
1500
- "muted": false,
1501
- },
1502
- },
1503
- "bookmarkCount": 0,
1504
- "cid": "cids(6)",
1505
- "embed": {
1506
- "$type": "app.bsky.embed.record#view",
1507
- "record": {
1508
- "$type": "app.bsky.embed.record#viewRecord",
1509
- "author": {
1510
- "associated": {
1511
- "activitySubscription": {
1512
- "allowSubscriptions": "followers",
1513
- },
1514
- },
1515
- "did": "user(4)",
1516
- "handle": "dan.test",
1517
- "labels": [
1518
- {
1519
- "cts": "1970-01-01T00:00:00.000Z",
1520
- "src": "did:example:labeler",
1521
- "uri": "user(4)",
1522
- "val": "repo-action-label",
1523
- },
1524
- ],
1525
- "viewer": {
1526
- "blockedBy": false,
1527
- "following": "record(8)",
1528
- "muted": false,
1529
- },
1530
- },
1531
- "cid": "cids(7)",
1532
- "embeds": [
1533
- {
1534
- "$type": "app.bsky.embed.record#view",
1535
- "record": {
1536
- "$type": "app.bsky.embed.record#viewRecord",
1537
- "author": {
1538
- "associated": {
1539
- "activitySubscription": {
1540
- "allowSubscriptions": "followers",
1541
- },
1542
- },
1543
- "did": "user(5)",
1544
- "handle": "carol.test",
1545
- "labels": [],
1546
- "viewer": {
1547
- "blockedBy": false,
1548
- "followedBy": "record(11)",
1549
- "following": "record(10)",
1550
- "muted": false,
1551
- },
1552
- },
1553
- "cid": "cids(8)",
1554
- "indexedAt": "1970-01-01T00:00:00.000Z",
1555
- "labels": [],
1556
- "likeCount": 2,
1557
- "quoteCount": 1,
1558
- "replyCount": 0,
1559
- "repostCount": 0,
1560
- "uri": "record(9)",
1561
- "value": {
1562
- "$type": "app.bsky.feed.post",
1563
- "createdAt": "1970-01-01T00:00:00.000Z",
1564
- "embed": {
1565
- "$type": "app.bsky.embed.recordWithMedia",
1566
- "media": {
1567
- "$type": "app.bsky.embed.images",
1568
- "images": [
1569
- {
1570
- "alt": "../dev-env/assets/key-landscape-small.jpg",
1571
- "image": {
1572
- "$type": "blob",
1573
- "mimeType": "image/jpeg",
1574
- "ref": {
1575
- "$link": "cids(5)",
1576
- },
1577
- "size": 4114,
1578
- },
1579
- },
1580
- {
1581
- "alt": "../dev-env/assets/key-alt.jpg",
1582
- "image": {
1583
- "$type": "blob",
1584
- "mimeType": "image/jpeg",
1585
- "ref": {
1586
- "$link": "cids(9)",
1587
- },
1588
- "size": 12736,
1589
- },
1590
- },
1591
- ],
1592
- },
1593
- "record": {
1594
- "record": {
1595
- "cid": "cids(10)",
1596
- "uri": "record(12)",
1597
- },
1598
- },
1599
- },
1600
- "text": "hi im carol",
1601
- },
1602
- },
1603
- },
1604
- ],
1605
- "indexedAt": "1970-01-01T00:00:00.000Z",
1606
- "labels": [],
1607
- "likeCount": 0,
1608
- "quoteCount": 1,
1609
- "replyCount": 0,
1610
- "repostCount": 1,
1611
- "uri": "record(7)",
1612
- "value": {
1613
- "$type": "app.bsky.feed.post",
1614
- "createdAt": "1970-01-01T00:00:00.000Z",
1615
- "embed": {
1616
- "$type": "app.bsky.embed.record",
1617
- "record": {
1618
- "cid": "cids(8)",
1619
- "uri": "record(9)",
1620
- },
1621
- },
1622
- "facets": [
1623
- {
1624
- "features": [
1625
- {
1626
- "$type": "app.bsky.richtext.facet#mention",
1627
- "did": "user(0)",
1628
- },
1629
- ],
1630
- "index": {
1631
- "byteEnd": 18,
1632
- "byteStart": 0,
1633
- },
1634
- },
1635
- ],
1636
- "text": "@alice.bluesky.xyz is the best",
1637
- },
1638
- },
1639
- },
1640
- "indexedAt": "1970-01-01T00:00:00.000Z",
1641
- "labels": [],
1642
- "likeCount": 2,
1643
- "quoteCount": 0,
1644
- "record": {
1645
- "$type": "app.bsky.feed.post",
1646
- "createdAt": "1970-01-01T00:00:00.000Z",
1647
- "embed": {
1648
- "$type": "app.bsky.embed.record",
1649
- "record": {
1650
- "cid": "cids(7)",
1651
- "uri": "record(7)",
1652
- },
1653
- },
1654
- "text": "yoohoo label_me",
1655
- },
1656
- "replyCount": 0,
1657
- "repostCount": 0,
1658
- "uri": "record(6)",
1659
- "viewer": {
1660
- "bookmarked": false,
1661
- "embeddingDisabled": false,
1662
- "threadMuted": false,
1663
- },
1664
- },
1665
- },
1666
- {
1667
- "post": {
1668
- "author": {
1669
- "associated": {
1670
- "activitySubscription": {
1671
- "allowSubscriptions": "followers",
1672
- },
1673
- },
1674
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)",
1675
- "createdAt": "1970-01-01T00:00:00.000Z",
1676
- "did": "user(2)",
1677
- "displayName": "bobby",
1678
- "handle": "bob.test",
1679
- "labels": [],
1680
- "viewer": {
1681
- "blockedBy": false,
1682
- "followedBy": "record(5)",
1683
- "following": "record(4)",
1684
- "muted": false,
1685
- },
1686
- },
1687
- "bookmarkCount": 0,
1688
- "cid": "cids(11)",
1689
- "indexedAt": "1970-01-01T00:00:00.000Z",
1690
- "labels": [],
1691
- "likeCount": 0,
1692
- "quoteCount": 0,
1693
- "record": {
1694
- "$type": "app.bsky.feed.post",
1695
- "createdAt": "1970-01-01T00:00:00.000+00:00",
1696
- "text": "bobby boy here",
1697
- },
1698
- "replyCount": 0,
1699
- "repostCount": 0,
1700
- "uri": "record(13)",
1701
- "viewer": {
1702
- "bookmarked": false,
1703
- "embeddingDisabled": false,
1704
- "threadMuted": false,
1705
- },
1706
- },
1707
- },
1708
- {
1709
- "post": {
1710
- "author": {
1711
- "associated": {
1712
- "activitySubscription": {
1713
- "allowSubscriptions": "followers",
1714
- },
1715
- },
1716
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
1717
- "createdAt": "1970-01-01T00:00:00.000Z",
1718
- "did": "user(0)",
1719
- "displayName": "ali",
1720
- "handle": "alice.test",
1721
- "labels": [
1722
- {
1723
- "cid": "cids(2)",
1724
- "cts": "1970-01-01T00:00:00.000Z",
1725
- "src": "user(0)",
1726
- "uri": "record(1)",
1727
- "val": "self-label-a",
1728
- },
1729
- {
1730
- "cid": "cids(2)",
1731
- "cts": "1970-01-01T00:00:00.000Z",
1732
- "src": "user(0)",
1733
- "uri": "record(1)",
1734
- "val": "self-label-b",
1735
- },
1736
- ],
1737
- "viewer": {
1738
- "blockedBy": false,
1739
- "muted": false,
1740
- },
1741
- },
1742
- "bookmarkCount": 0,
1743
- "cid": "cids(3)",
1744
- "indexedAt": "1970-01-01T00:00:00.000Z",
1745
- "labels": [],
1746
- "likeCount": 3,
1747
- "quoteCount": 0,
1748
- "record": {
1749
- "$type": "app.bsky.feed.post",
1750
- "createdAt": "1970-01-01T00:00:00.000000Z",
1751
- "text": "again",
1752
- },
1753
- "replyCount": 2,
1754
- "repostCount": 1,
1755
- "uri": "record(2)",
1756
- "viewer": {
1757
- "bookmarked": false,
1758
- "embeddingDisabled": false,
1759
- "threadMuted": false,
1760
- },
1761
- },
1762
- },
1763
- {
1764
- "post": {
1765
- "author": {
1766
- "associated": {
1767
- "activitySubscription": {
1768
- "allowSubscriptions": "followers",
1769
- },
1770
- },
1771
- "avatar": "https://bsky.public.url/img/avatar/plain/user(3)/cids(1)",
1772
- "createdAt": "1970-01-01T00:00:00.000Z",
1773
- "did": "user(2)",
1774
- "displayName": "bobby",
1775
- "handle": "bob.test",
1776
- "labels": [],
1777
- "viewer": {
1778
- "blockedBy": false,
1779
- "followedBy": "record(5)",
1780
- "following": "record(4)",
1781
- "muted": false,
1782
- },
1783
- },
1784
- "bookmarkCount": 0,
1785
- "cid": "cids(10)",
1786
- "indexedAt": "1970-01-01T00:00:00.000Z",
1787
- "labels": [],
1788
- "likeCount": 0,
1789
- "quoteCount": 1,
1790
- "record": {
1791
- "$type": "app.bsky.feed.post",
1792
- "createdAt": "1970-01-01T00:00:00.000Z",
1793
- "langs": [
1794
- "en-US",
1795
- "i-klingon",
1796
- ],
1797
- "text": "bob back at it again!",
1798
- },
1799
- "replyCount": 0,
1800
- "repostCount": 0,
1801
- "uri": "record(12)",
1802
- "viewer": {
1803
- "bookmarked": false,
1804
- "embeddingDisabled": false,
1805
- "threadMuted": false,
1806
- },
1807
- },
1808
- },
1809
- {
1810
- "post": {
1811
- "author": {
1812
- "associated": {
1813
- "activitySubscription": {
1814
- "allowSubscriptions": "followers",
1815
- },
1816
- },
1817
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
1818
- "createdAt": "1970-01-01T00:00:00.000Z",
1819
- "did": "user(0)",
1820
- "displayName": "ali",
1821
- "handle": "alice.test",
1822
- "labels": [
1823
- {
1824
- "cid": "cids(2)",
1825
- "cts": "1970-01-01T00:00:00.000Z",
1826
- "src": "user(0)",
1827
- "uri": "record(1)",
1828
- "val": "self-label-a",
1829
- },
1830
- {
1831
- "cid": "cids(2)",
1832
- "cts": "1970-01-01T00:00:00.000Z",
1833
- "src": "user(0)",
1834
- "uri": "record(1)",
1835
- "val": "self-label-b",
1836
- },
1837
- ],
1838
- "viewer": {
1839
- "blockedBy": false,
1840
- "muted": false,
1841
- },
1842
- },
1843
- "bookmarkCount": 0,
1844
- "cid": "cids(12)",
1845
- "indexedAt": "1970-01-01T00:00:00.000Z",
1846
- "labels": [
1847
- {
1848
- "cid": "cids(12)",
1849
- "cts": "1970-01-01T00:00:00.000Z",
1850
- "src": "user(0)",
1851
- "uri": "record(14)",
1852
- "val": "self-label",
1853
- },
1854
- ],
1855
- "likeCount": 0,
1856
- "quoteCount": 0,
1857
- "record": {
1858
- "$type": "app.bsky.feed.post",
1859
- "createdAt": "1970-01-01T00:00:00.000Z",
1860
- "labels": {
1861
- "$type": "com.atproto.label.defs#selfLabels",
1862
- "values": [
1863
- {
1864
- "val": "self-label",
1865
- },
1866
- ],
1867
- },
1868
- "text": "hey there",
1869
- },
1870
- "replyCount": 0,
1871
- "repostCount": 0,
1872
- "uri": "record(14)",
1873
- "viewer": {
1874
- "bookmarked": false,
1875
- "embeddingDisabled": false,
1876
- "threadMuted": false,
1877
- },
1878
- },
1879
- },
1880
- ],
1881
- }
1882
- `;
1883
-
1884
- exports[`proxies view requests feed.getPosts 1`] = `
1885
- {
1886
- "posts": [
1887
- {
1888
- "author": {
1889
- "associated": {
1890
- "activitySubscription": {
1891
- "allowSubscriptions": "followers",
1892
- },
1893
- },
1894
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
1895
- "createdAt": "1970-01-01T00:00:00.000Z",
1896
- "did": "user(0)",
1897
- "displayName": "bobby",
1898
- "handle": "bob.test",
1899
- "labels": [],
1900
- "viewer": {
1901
- "blockedBy": false,
1902
- "followedBy": "record(2)",
1903
- "following": "record(1)",
1904
- "muted": false,
1905
- },
1906
- },
1907
- "bookmarkCount": 0,
1908
- "cid": "cids(0)",
1909
- "indexedAt": "1970-01-01T00:00:00.000Z",
1910
- "labels": [],
1911
- "likeCount": 0,
1912
- "quoteCount": 1,
1913
- "record": {
1914
- "$type": "app.bsky.feed.post",
1915
- "createdAt": "1970-01-01T00:00:00.000Z",
1916
- "langs": [
1917
- "en-US",
1918
- "i-klingon",
1919
- ],
1920
- "text": "bob back at it again!",
1921
- },
1922
- "replyCount": 0,
1923
- "repostCount": 0,
1924
- "uri": "record(0)",
1925
- "viewer": {
1926
- "bookmarked": false,
1927
- "embeddingDisabled": false,
1928
- "threadMuted": false,
1929
- },
1930
- },
1931
- {
1932
- "author": {
1933
- "associated": {
1934
- "activitySubscription": {
1935
- "allowSubscriptions": "followers",
1936
- },
1937
- },
1938
- "did": "user(2)",
1939
- "handle": "carol.test",
1940
- "labels": [],
1941
- "viewer": {
1942
- "blockedBy": false,
1943
- "followedBy": "record(5)",
1944
- "following": "record(4)",
1945
- "muted": false,
1946
- },
1947
- },
1948
- "bookmarkCount": 0,
1949
- "cid": "cids(2)",
1950
- "embed": {
1951
- "$type": "app.bsky.embed.recordWithMedia#view",
1952
- "media": {
1953
- "$type": "app.bsky.embed.images#view",
1954
- "images": [
1955
- {
1956
- "alt": "../dev-env/assets/key-landscape-small.jpg",
1957
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(3)/cids(3)",
1958
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(3)/cids(3)",
1959
- },
1960
- {
1961
- "alt": "../dev-env/assets/key-alt.jpg",
1962
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(3)/cids(4)",
1963
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(3)/cids(4)",
1964
- },
1965
- ],
1966
- },
1967
- "record": {
1968
- "record": {
1969
- "$type": "app.bsky.embed.record#viewRecord",
1970
- "author": {
1971
- "associated": {
1972
- "activitySubscription": {
1973
- "allowSubscriptions": "followers",
1974
- },
1975
- },
1976
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
1977
- "createdAt": "1970-01-01T00:00:00.000Z",
1978
- "did": "user(0)",
1979
- "displayName": "bobby",
1980
- "handle": "bob.test",
1981
- "labels": [],
1982
- "viewer": {
1983
- "blockedBy": false,
1984
- "followedBy": "record(2)",
1985
- "following": "record(1)",
1986
- "muted": false,
1987
- },
1988
- },
1989
- "cid": "cids(0)",
1990
- "embeds": [],
1991
- "indexedAt": "1970-01-01T00:00:00.000Z",
1992
- "labels": [],
1993
- "likeCount": 0,
1994
- "quoteCount": 1,
1995
- "replyCount": 0,
1996
- "repostCount": 0,
1997
- "uri": "record(0)",
1998
- "value": {
1999
- "$type": "app.bsky.feed.post",
2000
- "createdAt": "1970-01-01T00:00:00.000Z",
2001
- "langs": [
2002
- "en-US",
2003
- "i-klingon",
2004
- ],
2005
- "text": "bob back at it again!",
2006
- },
2007
- },
2008
- },
2009
- },
2010
- "indexedAt": "1970-01-01T00:00:00.000Z",
2011
- "labels": [],
2012
- "likeCount": 2,
2013
- "quoteCount": 1,
2014
- "record": {
2015
- "$type": "app.bsky.feed.post",
2016
- "createdAt": "1970-01-01T00:00:00.000Z",
2017
- "embed": {
2018
- "$type": "app.bsky.embed.recordWithMedia",
2019
- "media": {
2020
- "$type": "app.bsky.embed.images",
2021
- "images": [
2022
- {
2023
- "alt": "../dev-env/assets/key-landscape-small.jpg",
2024
- "image": {
2025
- "$type": "blob",
2026
- "mimeType": "image/jpeg",
2027
- "ref": {
2028
- "$link": "cids(3)",
2029
- },
2030
- "size": 4114,
2031
- },
2032
- },
2033
- {
2034
- "alt": "../dev-env/assets/key-alt.jpg",
2035
- "image": {
2036
- "$type": "blob",
2037
- "mimeType": "image/jpeg",
2038
- "ref": {
2039
- "$link": "cids(4)",
2040
- },
2041
- "size": 12736,
2042
- },
2043
- },
2044
- ],
2045
- },
2046
- "record": {
2047
- "record": {
2048
- "cid": "cids(0)",
2049
- "uri": "record(0)",
2050
- },
2051
- },
2052
- },
2053
- "text": "hi im carol",
2054
- },
2055
- "replyCount": 0,
2056
- "repostCount": 0,
2057
- "uri": "record(3)",
2058
- "viewer": {
2059
- "bookmarked": false,
2060
- "embeddingDisabled": false,
2061
- "like": "record(6)",
2062
- "threadMuted": false,
2063
- },
2064
- },
2065
- ],
2066
- }
2067
- `;
2068
-
2069
- exports[`proxies view requests feed.getRepostedBy 1`] = `
2070
- {
2071
- "cursor": "0000000000000::bafycid",
2072
- "repostedBy": [
2073
- {
2074
- "associated": {
2075
- "activitySubscription": {
2076
- "allowSubscriptions": "followers",
2077
- },
2078
- },
2079
- "did": "user(0)",
2080
- "handle": "carol.test",
2081
- "labels": [],
2082
- "viewer": {
2083
- "blockedBy": false,
2084
- "followedBy": "record(1)",
2085
- "following": "record(0)",
2086
- "muted": false,
2087
- },
2088
- },
2089
- ],
2090
- "uri": "record(2)",
2091
- }
2092
- `;
2093
-
2094
- exports[`proxies view requests feed.getTimeline 1`] = `
2095
- {
2096
- "cursor": "0000000000000::bafycid",
2097
- "feed": [
2098
- {
2099
- "post": {
2100
- "author": {
2101
- "associated": {
2102
- "activitySubscription": {
2103
- "allowSubscriptions": "followers",
2104
- },
2105
- },
2106
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
2107
- "createdAt": "1970-01-01T00:00:00.000Z",
2108
- "did": "user(0)",
2109
- "displayName": "ali",
2110
- "handle": "alice.test",
2111
- "labels": [
2112
- {
2113
- "cid": "cids(2)",
2114
- "cts": "1970-01-01T00:00:00.000Z",
2115
- "src": "user(0)",
2116
- "uri": "record(1)",
2117
- "val": "self-label-a",
2118
- },
2119
- {
2120
- "cid": "cids(2)",
2121
- "cts": "1970-01-01T00:00:00.000Z",
2122
- "src": "user(0)",
2123
- "uri": "record(1)",
2124
- "val": "self-label-b",
2125
- },
2126
- ],
2127
- "viewer": {
2128
- "blockedBy": false,
2129
- "muted": false,
2130
- },
2131
- },
2132
- "bookmarkCount": 0,
2133
- "cid": "cids(0)",
2134
- "indexedAt": "1970-01-01T00:00:00.000Z",
2135
- "labels": [],
2136
- "likeCount": 0,
2137
- "quoteCount": 0,
2138
- "record": {
2139
- "$type": "app.bsky.feed.post",
2140
- "createdAt": "1970-01-01T00:00:00.000Z",
2141
- "reply": {
2142
- "parent": {
2143
- "cid": "cids(4)",
2144
- "uri": "record(3)",
2145
- },
2146
- "root": {
2147
- "cid": "cids(3)",
2148
- "uri": "record(2)",
2149
- },
2150
- },
2151
- "text": "thanks bob",
2152
- },
2153
- "replyCount": 0,
2154
- "repostCount": 1,
2155
- "uri": "record(0)",
2156
- "viewer": {
2157
- "bookmarked": false,
2158
- "embeddingDisabled": false,
2159
- "threadMuted": false,
2160
- },
2161
- },
2162
- "reason": {
2163
- "$type": "app.bsky.feed.defs#reasonRepost",
2164
- "by": {
2165
- "associated": {
2166
- "activitySubscription": {
2167
- "allowSubscriptions": "followers",
2168
- },
2169
- },
2170
- "did": "user(2)",
2171
- "handle": "dan.test",
2172
- "labels": [
2173
- {
2174
- "cts": "1970-01-01T00:00:00.000Z",
2175
- "src": "did:example:labeler",
2176
- "uri": "user(2)",
2177
- "val": "repo-action-label",
2178
- },
2179
- ],
2180
- "viewer": {
2181
- "blockedBy": false,
2182
- "following": "record(4)",
2183
- "muted": false,
2184
- },
2185
- },
2186
- "cid": "cids(5)",
2187
- "indexedAt": "1970-01-01T00:00:00.000Z",
2188
- "uri": "record(5)",
2189
- },
2190
- "reply": {
2191
- "grandparentAuthor": {
2192
- "associated": {
2193
- "activitySubscription": {
2194
- "allowSubscriptions": "followers",
2195
- },
2196
- },
2197
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
2198
- "createdAt": "1970-01-01T00:00:00.000Z",
2199
- "did": "user(0)",
2200
- "displayName": "ali",
2201
- "handle": "alice.test",
2202
- "labels": [
2203
- {
2204
- "cid": "cids(2)",
2205
- "cts": "1970-01-01T00:00:00.000Z",
2206
- "src": "user(0)",
2207
- "uri": "record(1)",
2208
- "val": "self-label-a",
2209
- },
2210
- {
2211
- "cid": "cids(2)",
2212
- "cts": "1970-01-01T00:00:00.000Z",
2213
- "src": "user(0)",
2214
- "uri": "record(1)",
2215
- "val": "self-label-b",
2216
- },
2217
- ],
2218
- "viewer": {
2219
- "blockedBy": false,
2220
- "muted": false,
2221
- },
2222
- },
2223
- "parent": {
2224
- "$type": "app.bsky.feed.defs#postView",
2225
- "author": {
2226
- "associated": {
2227
- "activitySubscription": {
2228
- "allowSubscriptions": "followers",
2229
- },
2230
- },
2231
- "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)",
2232
- "createdAt": "1970-01-01T00:00:00.000Z",
2233
- "did": "user(3)",
2234
- "displayName": "bobby",
2235
- "handle": "bob.test",
2236
- "labels": [],
2237
- "viewer": {
2238
- "blockedBy": false,
2239
- "followedBy": "record(7)",
2240
- "following": "record(6)",
2241
- "muted": false,
2242
- },
2243
- },
2244
- "bookmarkCount": 0,
2245
- "cid": "cids(4)",
2246
- "embed": {
2247
- "$type": "app.bsky.embed.images#view",
2248
- "images": [
2249
- {
2250
- "alt": "../dev-env/assets/key-landscape-small.jpg",
2251
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(6)",
2252
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(6)",
2253
- },
2254
- ],
2255
- },
2256
- "indexedAt": "1970-01-01T00:00:00.000Z",
2257
- "labels": [],
2258
- "likeCount": 0,
2259
- "quoteCount": 0,
2260
- "record": {
2261
- "$type": "app.bsky.feed.post",
2262
- "createdAt": "1970-01-01T00:00:00.000Z",
2263
- "embed": {
2264
- "$type": "app.bsky.embed.images",
2265
- "images": [
2266
- {
2267
- "alt": "../dev-env/assets/key-landscape-small.jpg",
2268
- "image": {
2269
- "$type": "blob",
2270
- "mimeType": "image/jpeg",
2271
- "ref": {
2272
- "$link": "cids(6)",
2273
- },
2274
- "size": 4114,
2275
- },
2276
- },
2277
- ],
2278
- },
2279
- "reply": {
2280
- "parent": {
2281
- "cid": "cids(3)",
2282
- "uri": "record(2)",
2283
- },
2284
- "root": {
2285
- "cid": "cids(3)",
2286
- "uri": "record(2)",
2287
- },
2288
- },
2289
- "text": "hear that label_me label_me_2",
2290
- },
2291
- "replyCount": 1,
2292
- "repostCount": 0,
2293
- "uri": "record(3)",
2294
- "viewer": {
2295
- "bookmarked": false,
2296
- "embeddingDisabled": false,
2297
- "threadMuted": false,
2298
- },
2299
- },
2300
- "root": {
2301
- "$type": "app.bsky.feed.defs#postView",
2302
- "author": {
2303
- "associated": {
2304
- "activitySubscription": {
2305
- "allowSubscriptions": "followers",
2306
- },
2307
- },
2308
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
2309
- "createdAt": "1970-01-01T00:00:00.000Z",
2310
- "did": "user(0)",
2311
- "displayName": "ali",
2312
- "handle": "alice.test",
2313
- "labels": [
2314
- {
2315
- "cid": "cids(2)",
2316
- "cts": "1970-01-01T00:00:00.000Z",
2317
- "src": "user(0)",
2318
- "uri": "record(1)",
2319
- "val": "self-label-a",
2320
- },
2321
- {
2322
- "cid": "cids(2)",
2323
- "cts": "1970-01-01T00:00:00.000Z",
2324
- "src": "user(0)",
2325
- "uri": "record(1)",
2326
- "val": "self-label-b",
2327
- },
2328
- ],
2329
- "viewer": {
2330
- "blockedBy": false,
2331
- "muted": false,
2332
- },
2333
- },
2334
- "bookmarkCount": 0,
2335
- "cid": "cids(3)",
2336
- "indexedAt": "1970-01-01T00:00:00.000Z",
2337
- "labels": [],
2338
- "likeCount": 3,
2339
- "quoteCount": 0,
2340
- "record": {
2341
- "$type": "app.bsky.feed.post",
2342
- "createdAt": "1970-01-01T00:00:00.000000Z",
2343
- "text": "again",
2344
- },
2345
- "replyCount": 2,
2346
- "repostCount": 1,
2347
- "uri": "record(2)",
2348
- "viewer": {
2349
- "bookmarked": false,
2350
- "embeddingDisabled": false,
2351
- "threadMuted": false,
2352
- },
2353
- },
2354
- },
2355
- },
2356
- {
2357
- "post": {
2358
- "author": {
2359
- "associated": {
2360
- "activitySubscription": {
2361
- "allowSubscriptions": "followers",
2362
- },
2363
- },
2364
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
2365
- "createdAt": "1970-01-01T00:00:00.000Z",
2366
- "did": "user(0)",
2367
- "displayName": "ali",
2368
- "handle": "alice.test",
2369
- "labels": [
2370
- {
2371
- "cid": "cids(2)",
2372
- "cts": "1970-01-01T00:00:00.000Z",
2373
- "src": "user(0)",
2374
- "uri": "record(1)",
2375
- "val": "self-label-a",
2376
- },
2377
- {
2378
- "cid": "cids(2)",
2379
- "cts": "1970-01-01T00:00:00.000Z",
2380
- "src": "user(0)",
2381
- "uri": "record(1)",
2382
- "val": "self-label-b",
2383
- },
2384
- ],
2385
- "viewer": {
2386
- "blockedBy": false,
2387
- "muted": false,
2388
- },
2389
- },
2390
- "bookmarkCount": 0,
2391
- "cid": "cids(3)",
2392
- "indexedAt": "1970-01-01T00:00:00.000Z",
2393
- "labels": [],
2394
- "likeCount": 3,
2395
- "quoteCount": 0,
2396
- "record": {
2397
- "$type": "app.bsky.feed.post",
2398
- "createdAt": "1970-01-01T00:00:00.000000Z",
2399
- "text": "again",
2400
- },
2401
- "replyCount": 2,
2402
- "repostCount": 1,
2403
- "uri": "record(2)",
2404
- "viewer": {
2405
- "bookmarked": false,
2406
- "embeddingDisabled": false,
2407
- "threadMuted": false,
2408
- },
2409
- },
2410
- "reason": {
2411
- "$type": "app.bsky.feed.defs#reasonRepost",
2412
- "by": {
2413
- "associated": {
2414
- "activitySubscription": {
2415
- "allowSubscriptions": "followers",
2416
- },
2417
- },
2418
- "did": "user(2)",
2419
- "handle": "dan.test",
2420
- "labels": [
2421
- {
2422
- "cts": "1970-01-01T00:00:00.000Z",
2423
- "src": "did:example:labeler",
2424
- "uri": "user(2)",
2425
- "val": "repo-action-label",
2426
- },
2427
- ],
2428
- "viewer": {
2429
- "blockedBy": false,
2430
- "following": "record(4)",
2431
- "muted": false,
2432
- },
2433
- },
2434
- "cid": "cids(7)",
2435
- "indexedAt": "1970-01-01T00:00:00.000Z",
2436
- "uri": "record(8)",
2437
- },
2438
- },
2439
- {
2440
- "post": {
2441
- "author": {
2442
- "associated": {
2443
- "activitySubscription": {
2444
- "allowSubscriptions": "followers",
2445
- },
2446
- },
2447
- "did": "user(2)",
2448
- "handle": "dan.test",
2449
- "labels": [
2450
- {
2451
- "cts": "1970-01-01T00:00:00.000Z",
2452
- "src": "did:example:labeler",
2453
- "uri": "user(2)",
2454
- "val": "repo-action-label",
2455
- },
2456
- ],
2457
- "viewer": {
2458
- "blockedBy": false,
2459
- "following": "record(4)",
2460
- "muted": false,
2461
- },
2462
- },
2463
- "bookmarkCount": 0,
2464
- "cid": "cids(8)",
2465
- "embed": {
2466
- "$type": "app.bsky.embed.record#view",
2467
- "record": {
2468
- "$type": "app.bsky.embed.record#viewRecord",
2469
- "author": {
2470
- "associated": {
2471
- "activitySubscription": {
2472
- "allowSubscriptions": "followers",
2473
- },
2474
- },
2475
- "did": "user(5)",
2476
- "handle": "carol.test",
2477
- "labels": [],
2478
- "viewer": {
2479
- "blockedBy": false,
2480
- "followedBy": "record(12)",
2481
- "following": "record(11)",
2482
- "muted": false,
2483
- },
2484
- },
2485
- "cid": "cids(9)",
2486
- "embeds": [
2487
- {
2488
- "$type": "app.bsky.embed.recordWithMedia#view",
2489
- "media": {
2490
- "$type": "app.bsky.embed.images#view",
2491
- "images": [
2492
- {
2493
- "alt": "../dev-env/assets/key-landscape-small.jpg",
2494
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(6)",
2495
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(6)",
2496
- },
2497
- {
2498
- "alt": "../dev-env/assets/key-alt.jpg",
2499
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(10)",
2500
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(10)",
2501
- },
2502
- ],
2503
- },
2504
- "record": {
2505
- "record": {
2506
- "$type": "app.bsky.embed.record#viewRecord",
2507
- "author": {
2508
- "associated": {
2509
- "activitySubscription": {
2510
- "allowSubscriptions": "followers",
2511
- },
2512
- },
2513
- "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)",
2514
- "createdAt": "1970-01-01T00:00:00.000Z",
2515
- "did": "user(3)",
2516
- "displayName": "bobby",
2517
- "handle": "bob.test",
2518
- "labels": [],
2519
- "viewer": {
2520
- "blockedBy": false,
2521
- "followedBy": "record(7)",
2522
- "following": "record(6)",
2523
- "muted": false,
2524
- },
2525
- },
2526
- "cid": "cids(11)",
2527
- "indexedAt": "1970-01-01T00:00:00.000Z",
2528
- "labels": [],
2529
- "likeCount": 0,
2530
- "quoteCount": 1,
2531
- "replyCount": 0,
2532
- "repostCount": 0,
2533
- "uri": "record(13)",
2534
- "value": {
2535
- "$type": "app.bsky.feed.post",
2536
- "createdAt": "1970-01-01T00:00:00.000Z",
2537
- "langs": [
2538
- "en-US",
2539
- "i-klingon",
2540
- ],
2541
- "text": "bob back at it again!",
2542
- },
2543
- },
2544
- },
2545
- },
2546
- ],
2547
- "indexedAt": "1970-01-01T00:00:00.000Z",
2548
- "labels": [],
2549
- "likeCount": 2,
2550
- "quoteCount": 1,
2551
- "replyCount": 0,
2552
- "repostCount": 0,
2553
- "uri": "record(10)",
2554
- "value": {
2555
- "$type": "app.bsky.feed.post",
2556
- "createdAt": "1970-01-01T00:00:00.000Z",
2557
- "embed": {
2558
- "$type": "app.bsky.embed.recordWithMedia",
2559
- "media": {
2560
- "$type": "app.bsky.embed.images",
2561
- "images": [
2562
- {
2563
- "alt": "../dev-env/assets/key-landscape-small.jpg",
2564
- "image": {
2565
- "$type": "blob",
2566
- "mimeType": "image/jpeg",
2567
- "ref": {
2568
- "$link": "cids(6)",
2569
- },
2570
- "size": 4114,
2571
- },
2572
- },
2573
- {
2574
- "alt": "../dev-env/assets/key-alt.jpg",
2575
- "image": {
2576
- "$type": "blob",
2577
- "mimeType": "image/jpeg",
2578
- "ref": {
2579
- "$link": "cids(10)",
2580
- },
2581
- "size": 12736,
2582
- },
2583
- },
2584
- ],
2585
- },
2586
- "record": {
2587
- "record": {
2588
- "cid": "cids(11)",
2589
- "uri": "record(13)",
2590
- },
2591
- },
2592
- },
2593
- "text": "hi im carol",
2594
- },
2595
- },
2596
- },
2597
- "indexedAt": "1970-01-01T00:00:00.000Z",
2598
- "labels": [],
2599
- "likeCount": 0,
2600
- "quoteCount": 1,
2601
- "record": {
2602
- "$type": "app.bsky.feed.post",
2603
- "createdAt": "1970-01-01T00:00:00.000Z",
2604
- "embed": {
2605
- "$type": "app.bsky.embed.record",
2606
- "record": {
2607
- "cid": "cids(9)",
2608
- "uri": "record(10)",
2609
- },
2610
- },
2611
- "facets": [
2612
- {
2613
- "features": [
2614
- {
2615
- "$type": "app.bsky.richtext.facet#mention",
2616
- "did": "user(0)",
2617
- },
2618
- ],
2619
- "index": {
2620
- "byteEnd": 18,
2621
- "byteStart": 0,
2622
- },
2623
- },
2624
- ],
2625
- "text": "@alice.bluesky.xyz is the best",
2626
- },
2627
- "replyCount": 0,
2628
- "repostCount": 1,
2629
- "uri": "record(9)",
2630
- "viewer": {
2631
- "bookmarked": false,
2632
- "embeddingDisabled": false,
2633
- "threadMuted": false,
2634
- },
2635
- },
2636
- "reason": {
2637
- "$type": "app.bsky.feed.defs#reasonRepost",
2638
- "by": {
2639
- "associated": {
2640
- "activitySubscription": {
2641
- "allowSubscriptions": "followers",
2642
- },
2643
- },
2644
- "did": "user(5)",
2645
- "handle": "carol.test",
2646
- "labels": [],
2647
- "viewer": {
2648
- "blockedBy": false,
2649
- "followedBy": "record(12)",
2650
- "following": "record(11)",
2651
- "muted": false,
2652
- },
2653
- },
2654
- "cid": "cids(12)",
2655
- "indexedAt": "1970-01-01T00:00:00.000Z",
2656
- "uri": "record(14)",
2657
- },
2658
- },
2659
- {
2660
- "post": {
2661
- "author": {
2662
- "associated": {
2663
- "activitySubscription": {
2664
- "allowSubscriptions": "followers",
2665
- },
2666
- },
2667
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
2668
- "createdAt": "1970-01-01T00:00:00.000Z",
2669
- "did": "user(0)",
2670
- "displayName": "ali",
2671
- "handle": "alice.test",
2672
- "labels": [
2673
- {
2674
- "cid": "cids(2)",
2675
- "cts": "1970-01-01T00:00:00.000Z",
2676
- "src": "user(0)",
2677
- "uri": "record(1)",
2678
- "val": "self-label-a",
2679
- },
2680
- {
2681
- "cid": "cids(2)",
2682
- "cts": "1970-01-01T00:00:00.000Z",
2683
- "src": "user(0)",
2684
- "uri": "record(1)",
2685
- "val": "self-label-b",
2686
- },
2687
- ],
2688
- "viewer": {
2689
- "blockedBy": false,
2690
- "muted": false,
2691
- },
2692
- },
2693
- "bookmarkCount": 0,
2694
- "cid": "cids(0)",
2695
- "indexedAt": "1970-01-01T00:00:00.000Z",
2696
- "labels": [],
2697
- "likeCount": 0,
2698
- "quoteCount": 0,
2699
- "record": {
2700
- "$type": "app.bsky.feed.post",
2701
- "createdAt": "1970-01-01T00:00:00.000Z",
2702
- "reply": {
2703
- "parent": {
2704
- "cid": "cids(4)",
2705
- "uri": "record(3)",
2706
- },
2707
- "root": {
2708
- "cid": "cids(3)",
2709
- "uri": "record(2)",
2710
- },
2711
- },
2712
- "text": "thanks bob",
2713
- },
2714
- "replyCount": 0,
2715
- "repostCount": 1,
2716
- "uri": "record(0)",
2717
- "viewer": {
2718
- "bookmarked": false,
2719
- "embeddingDisabled": false,
2720
- "threadMuted": false,
2721
- },
2722
- },
2723
- "reply": {
2724
- "grandparentAuthor": {
2725
- "associated": {
2726
- "activitySubscription": {
2727
- "allowSubscriptions": "followers",
2728
- },
2729
- },
2730
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
2731
- "createdAt": "1970-01-01T00:00:00.000Z",
2732
- "did": "user(0)",
2733
- "displayName": "ali",
2734
- "handle": "alice.test",
2735
- "labels": [
2736
- {
2737
- "cid": "cids(2)",
2738
- "cts": "1970-01-01T00:00:00.000Z",
2739
- "src": "user(0)",
2740
- "uri": "record(1)",
2741
- "val": "self-label-a",
2742
- },
2743
- {
2744
- "cid": "cids(2)",
2745
- "cts": "1970-01-01T00:00:00.000Z",
2746
- "src": "user(0)",
2747
- "uri": "record(1)",
2748
- "val": "self-label-b",
2749
- },
2750
- ],
2751
- "viewer": {
2752
- "blockedBy": false,
2753
- "muted": false,
2754
- },
2755
- },
2756
- "parent": {
2757
- "$type": "app.bsky.feed.defs#postView",
2758
- "author": {
2759
- "associated": {
2760
- "activitySubscription": {
2761
- "allowSubscriptions": "followers",
2762
- },
2763
- },
2764
- "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)",
2765
- "createdAt": "1970-01-01T00:00:00.000Z",
2766
- "did": "user(3)",
2767
- "displayName": "bobby",
2768
- "handle": "bob.test",
2769
- "labels": [],
2770
- "viewer": {
2771
- "blockedBy": false,
2772
- "followedBy": "record(7)",
2773
- "following": "record(6)",
2774
- "muted": false,
2775
- },
2776
- },
2777
- "bookmarkCount": 0,
2778
- "cid": "cids(4)",
2779
- "embed": {
2780
- "$type": "app.bsky.embed.images#view",
2781
- "images": [
2782
- {
2783
- "alt": "../dev-env/assets/key-landscape-small.jpg",
2784
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(6)",
2785
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(6)",
2786
- },
2787
- ],
2788
- },
2789
- "indexedAt": "1970-01-01T00:00:00.000Z",
2790
- "labels": [],
2791
- "likeCount": 0,
2792
- "quoteCount": 0,
2793
- "record": {
2794
- "$type": "app.bsky.feed.post",
2795
- "createdAt": "1970-01-01T00:00:00.000Z",
2796
- "embed": {
2797
- "$type": "app.bsky.embed.images",
2798
- "images": [
2799
- {
2800
- "alt": "../dev-env/assets/key-landscape-small.jpg",
2801
- "image": {
2802
- "$type": "blob",
2803
- "mimeType": "image/jpeg",
2804
- "ref": {
2805
- "$link": "cids(6)",
2806
- },
2807
- "size": 4114,
2808
- },
2809
- },
2810
- ],
2811
- },
2812
- "reply": {
2813
- "parent": {
2814
- "cid": "cids(3)",
2815
- "uri": "record(2)",
2816
- },
2817
- "root": {
2818
- "cid": "cids(3)",
2819
- "uri": "record(2)",
2820
- },
2821
- },
2822
- "text": "hear that label_me label_me_2",
2823
- },
2824
- "replyCount": 1,
2825
- "repostCount": 0,
2826
- "uri": "record(3)",
2827
- "viewer": {
2828
- "bookmarked": false,
2829
- "embeddingDisabled": false,
2830
- "threadMuted": false,
2831
- },
2832
- },
2833
- "root": {
2834
- "$type": "app.bsky.feed.defs#postView",
2835
- "author": {
2836
- "associated": {
2837
- "activitySubscription": {
2838
- "allowSubscriptions": "followers",
2839
- },
2840
- },
2841
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
2842
- "createdAt": "1970-01-01T00:00:00.000Z",
2843
- "did": "user(0)",
2844
- "displayName": "ali",
2845
- "handle": "alice.test",
2846
- "labels": [
2847
- {
2848
- "cid": "cids(2)",
2849
- "cts": "1970-01-01T00:00:00.000Z",
2850
- "src": "user(0)",
2851
- "uri": "record(1)",
2852
- "val": "self-label-a",
2853
- },
2854
- {
2855
- "cid": "cids(2)",
2856
- "cts": "1970-01-01T00:00:00.000Z",
2857
- "src": "user(0)",
2858
- "uri": "record(1)",
2859
- "val": "self-label-b",
2860
- },
2861
- ],
2862
- "viewer": {
2863
- "blockedBy": false,
2864
- "muted": false,
2865
- },
2866
- },
2867
- "bookmarkCount": 0,
2868
- "cid": "cids(3)",
2869
- "indexedAt": "1970-01-01T00:00:00.000Z",
2870
- "labels": [],
2871
- "likeCount": 3,
2872
- "quoteCount": 0,
2873
- "record": {
2874
- "$type": "app.bsky.feed.post",
2875
- "createdAt": "1970-01-01T00:00:00.000000Z",
2876
- "text": "again",
2877
- },
2878
- "replyCount": 2,
2879
- "repostCount": 1,
2880
- "uri": "record(2)",
2881
- "viewer": {
2882
- "bookmarked": false,
2883
- "embeddingDisabled": false,
2884
- "threadMuted": false,
2885
- },
2886
- },
2887
- },
2888
- },
2889
- {
2890
- "post": {
2891
- "author": {
2892
- "associated": {
2893
- "activitySubscription": {
2894
- "allowSubscriptions": "followers",
2895
- },
2896
- },
2897
- "did": "user(5)",
2898
- "handle": "carol.test",
2899
- "labels": [],
2900
- "viewer": {
2901
- "blockedBy": false,
2902
- "followedBy": "record(12)",
2903
- "following": "record(11)",
2904
- "muted": false,
2905
- },
2906
- },
2907
- "bookmarkCount": 0,
2908
- "cid": "cids(13)",
2909
- "indexedAt": "1970-01-01T00:00:00.000Z",
2910
- "labels": [],
2911
- "likeCount": 0,
2912
- "quoteCount": 0,
2913
- "record": {
2914
- "$type": "app.bsky.feed.post",
2915
- "createdAt": "1970-01-01T00:00:00.000Z",
2916
- "reply": {
2917
- "parent": {
2918
- "cid": "cids(3)",
2919
- "uri": "record(2)",
2920
- },
2921
- "root": {
2922
- "cid": "cids(3)",
2923
- "uri": "record(2)",
2924
- },
2925
- },
2926
- "text": "of course",
2927
- },
2928
- "replyCount": 0,
2929
- "repostCount": 0,
2930
- "uri": "record(15)",
2931
- "viewer": {
2932
- "bookmarked": false,
2933
- "embeddingDisabled": false,
2934
- "threadMuted": false,
2935
- },
2936
- },
2937
- "reply": {
2938
- "parent": {
2939
- "$type": "app.bsky.feed.defs#postView",
2940
- "author": {
2941
- "associated": {
2942
- "activitySubscription": {
2943
- "allowSubscriptions": "followers",
2944
- },
2945
- },
2946
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
2947
- "createdAt": "1970-01-01T00:00:00.000Z",
2948
- "did": "user(0)",
2949
- "displayName": "ali",
2950
- "handle": "alice.test",
2951
- "labels": [
2952
- {
2953
- "cid": "cids(2)",
2954
- "cts": "1970-01-01T00:00:00.000Z",
2955
- "src": "user(0)",
2956
- "uri": "record(1)",
2957
- "val": "self-label-a",
2958
- },
2959
- {
2960
- "cid": "cids(2)",
2961
- "cts": "1970-01-01T00:00:00.000Z",
2962
- "src": "user(0)",
2963
- "uri": "record(1)",
2964
- "val": "self-label-b",
2965
- },
2966
- ],
2967
- "viewer": {
2968
- "blockedBy": false,
2969
- "muted": false,
2970
- },
2971
- },
2972
- "bookmarkCount": 0,
2973
- "cid": "cids(3)",
2974
- "indexedAt": "1970-01-01T00:00:00.000Z",
2975
- "labels": [],
2976
- "likeCount": 3,
2977
- "quoteCount": 0,
2978
- "record": {
2979
- "$type": "app.bsky.feed.post",
2980
- "createdAt": "1970-01-01T00:00:00.000000Z",
2981
- "text": "again",
2982
- },
2983
- "replyCount": 2,
2984
- "repostCount": 1,
2985
- "uri": "record(2)",
2986
- "viewer": {
2987
- "bookmarked": false,
2988
- "embeddingDisabled": false,
2989
- "threadMuted": false,
2990
- },
2991
- },
2992
- "root": {
2993
- "$type": "app.bsky.feed.defs#postView",
2994
- "author": {
2995
- "associated": {
2996
- "activitySubscription": {
2997
- "allowSubscriptions": "followers",
2998
- },
2999
- },
3000
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
3001
- "createdAt": "1970-01-01T00:00:00.000Z",
3002
- "did": "user(0)",
3003
- "displayName": "ali",
3004
- "handle": "alice.test",
3005
- "labels": [
3006
- {
3007
- "cid": "cids(2)",
3008
- "cts": "1970-01-01T00:00:00.000Z",
3009
- "src": "user(0)",
3010
- "uri": "record(1)",
3011
- "val": "self-label-a",
3012
- },
3013
- {
3014
- "cid": "cids(2)",
3015
- "cts": "1970-01-01T00:00:00.000Z",
3016
- "src": "user(0)",
3017
- "uri": "record(1)",
3018
- "val": "self-label-b",
3019
- },
3020
- ],
3021
- "viewer": {
3022
- "blockedBy": false,
3023
- "muted": false,
3024
- },
3025
- },
3026
- "bookmarkCount": 0,
3027
- "cid": "cids(3)",
3028
- "indexedAt": "1970-01-01T00:00:00.000Z",
3029
- "labels": [],
3030
- "likeCount": 3,
3031
- "quoteCount": 0,
3032
- "record": {
3033
- "$type": "app.bsky.feed.post",
3034
- "createdAt": "1970-01-01T00:00:00.000000Z",
3035
- "text": "again",
3036
- },
3037
- "replyCount": 2,
3038
- "repostCount": 1,
3039
- "uri": "record(2)",
3040
- "viewer": {
3041
- "bookmarked": false,
3042
- "embeddingDisabled": false,
3043
- "threadMuted": false,
3044
- },
3045
- },
3046
- },
3047
- },
3048
- {
3049
- "post": {
3050
- "author": {
3051
- "associated": {
3052
- "activitySubscription": {
3053
- "allowSubscriptions": "followers",
3054
- },
3055
- },
3056
- "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)",
3057
- "createdAt": "1970-01-01T00:00:00.000Z",
3058
- "did": "user(3)",
3059
- "displayName": "bobby",
3060
- "handle": "bob.test",
3061
- "labels": [],
3062
- "viewer": {
3063
- "blockedBy": false,
3064
- "followedBy": "record(7)",
3065
- "following": "record(6)",
3066
- "muted": false,
3067
- },
3068
- },
3069
- "bookmarkCount": 0,
3070
- "cid": "cids(4)",
3071
- "embed": {
3072
- "$type": "app.bsky.embed.images#view",
3073
- "images": [
3074
- {
3075
- "alt": "../dev-env/assets/key-landscape-small.jpg",
3076
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(4)/cids(6)",
3077
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(4)/cids(6)",
3078
- },
3079
- ],
3080
- },
3081
- "indexedAt": "1970-01-01T00:00:00.000Z",
3082
- "labels": [],
3083
- "likeCount": 0,
3084
- "quoteCount": 0,
3085
- "record": {
3086
- "$type": "app.bsky.feed.post",
3087
- "createdAt": "1970-01-01T00:00:00.000Z",
3088
- "embed": {
3089
- "$type": "app.bsky.embed.images",
3090
- "images": [
3091
- {
3092
- "alt": "../dev-env/assets/key-landscape-small.jpg",
3093
- "image": {
3094
- "$type": "blob",
3095
- "mimeType": "image/jpeg",
3096
- "ref": {
3097
- "$link": "cids(6)",
3098
- },
3099
- "size": 4114,
3100
- },
3101
- },
3102
- ],
3103
- },
3104
- "reply": {
3105
- "parent": {
3106
- "cid": "cids(3)",
3107
- "uri": "record(2)",
3108
- },
3109
- "root": {
3110
- "cid": "cids(3)",
3111
- "uri": "record(2)",
3112
- },
3113
- },
3114
- "text": "hear that label_me label_me_2",
3115
- },
3116
- "replyCount": 1,
3117
- "repostCount": 0,
3118
- "uri": "record(3)",
3119
- "viewer": {
3120
- "bookmarked": false,
3121
- "embeddingDisabled": false,
3122
- "threadMuted": false,
3123
- },
3124
- },
3125
- "reply": {
3126
- "parent": {
3127
- "$type": "app.bsky.feed.defs#postView",
3128
- "author": {
3129
- "associated": {
3130
- "activitySubscription": {
3131
- "allowSubscriptions": "followers",
3132
- },
3133
- },
3134
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
3135
- "createdAt": "1970-01-01T00:00:00.000Z",
3136
- "did": "user(0)",
3137
- "displayName": "ali",
3138
- "handle": "alice.test",
3139
- "labels": [
3140
- {
3141
- "cid": "cids(2)",
3142
- "cts": "1970-01-01T00:00:00.000Z",
3143
- "src": "user(0)",
3144
- "uri": "record(1)",
3145
- "val": "self-label-a",
3146
- },
3147
- {
3148
- "cid": "cids(2)",
3149
- "cts": "1970-01-01T00:00:00.000Z",
3150
- "src": "user(0)",
3151
- "uri": "record(1)",
3152
- "val": "self-label-b",
3153
- },
3154
- ],
3155
- "viewer": {
3156
- "blockedBy": false,
3157
- "muted": false,
3158
- },
3159
- },
3160
- "bookmarkCount": 0,
3161
- "cid": "cids(3)",
3162
- "indexedAt": "1970-01-01T00:00:00.000Z",
3163
- "labels": [],
3164
- "likeCount": 3,
3165
- "quoteCount": 0,
3166
- "record": {
3167
- "$type": "app.bsky.feed.post",
3168
- "createdAt": "1970-01-01T00:00:00.000000Z",
3169
- "text": "again",
3170
- },
3171
- "replyCount": 2,
3172
- "repostCount": 1,
3173
- "uri": "record(2)",
3174
- "viewer": {
3175
- "bookmarked": false,
3176
- "embeddingDisabled": false,
3177
- "threadMuted": false,
3178
- },
3179
- },
3180
- "root": {
3181
- "$type": "app.bsky.feed.defs#postView",
3182
- "author": {
3183
- "associated": {
3184
- "activitySubscription": {
3185
- "allowSubscriptions": "followers",
3186
- },
3187
- },
3188
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
3189
- "createdAt": "1970-01-01T00:00:00.000Z",
3190
- "did": "user(0)",
3191
- "displayName": "ali",
3192
- "handle": "alice.test",
3193
- "labels": [
3194
- {
3195
- "cid": "cids(2)",
3196
- "cts": "1970-01-01T00:00:00.000Z",
3197
- "src": "user(0)",
3198
- "uri": "record(1)",
3199
- "val": "self-label-a",
3200
- },
3201
- {
3202
- "cid": "cids(2)",
3203
- "cts": "1970-01-01T00:00:00.000Z",
3204
- "src": "user(0)",
3205
- "uri": "record(1)",
3206
- "val": "self-label-b",
3207
- },
3208
- ],
3209
- "viewer": {
3210
- "blockedBy": false,
3211
- "muted": false,
3212
- },
3213
- },
3214
- "bookmarkCount": 0,
3215
- "cid": "cids(3)",
3216
- "indexedAt": "1970-01-01T00:00:00.000Z",
3217
- "labels": [],
3218
- "likeCount": 3,
3219
- "quoteCount": 0,
3220
- "record": {
3221
- "$type": "app.bsky.feed.post",
3222
- "createdAt": "1970-01-01T00:00:00.000000Z",
3223
- "text": "again",
3224
- },
3225
- "replyCount": 2,
3226
- "repostCount": 1,
3227
- "uri": "record(2)",
3228
- "viewer": {
3229
- "bookmarked": false,
3230
- "embeddingDisabled": false,
3231
- "threadMuted": false,
3232
- },
3233
- },
3234
- },
3235
- },
3236
- {
3237
- "post": {
3238
- "author": {
3239
- "associated": {
3240
- "activitySubscription": {
3241
- "allowSubscriptions": "followers",
3242
- },
3243
- },
3244
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
3245
- "createdAt": "1970-01-01T00:00:00.000Z",
3246
- "did": "user(0)",
3247
- "displayName": "ali",
3248
- "handle": "alice.test",
3249
- "labels": [
3250
- {
3251
- "cid": "cids(2)",
3252
- "cts": "1970-01-01T00:00:00.000Z",
3253
- "src": "user(0)",
3254
- "uri": "record(1)",
3255
- "val": "self-label-a",
3256
- },
3257
- {
3258
- "cid": "cids(2)",
3259
- "cts": "1970-01-01T00:00:00.000Z",
3260
- "src": "user(0)",
3261
- "uri": "record(1)",
3262
- "val": "self-label-b",
3263
- },
3264
- ],
3265
- "viewer": {
3266
- "blockedBy": false,
3267
- "muted": false,
3268
- },
3269
- },
3270
- "bookmarkCount": 0,
3271
- "cid": "cids(14)",
3272
- "embed": {
3273
- "$type": "app.bsky.embed.record#view",
3274
- "record": {
3275
- "$type": "app.bsky.embed.record#viewRecord",
3276
- "author": {
3277
- "associated": {
3278
- "activitySubscription": {
3279
- "allowSubscriptions": "followers",
3280
- },
3281
- },
3282
- "did": "user(2)",
3283
- "handle": "dan.test",
3284
- "labels": [
3285
- {
3286
- "cts": "1970-01-01T00:00:00.000Z",
3287
- "src": "did:example:labeler",
3288
- "uri": "user(2)",
3289
- "val": "repo-action-label",
3290
- },
3291
- ],
3292
- "viewer": {
3293
- "blockedBy": false,
3294
- "following": "record(4)",
3295
- "muted": false,
3296
- },
3297
- },
3298
- "cid": "cids(8)",
3299
- "embeds": [
3300
- {
3301
- "$type": "app.bsky.embed.record#view",
3302
- "record": {
3303
- "$type": "app.bsky.embed.record#viewRecord",
3304
- "author": {
3305
- "associated": {
3306
- "activitySubscription": {
3307
- "allowSubscriptions": "followers",
3308
- },
3309
- },
3310
- "did": "user(5)",
3311
- "handle": "carol.test",
3312
- "labels": [],
3313
- "viewer": {
3314
- "blockedBy": false,
3315
- "followedBy": "record(12)",
3316
- "following": "record(11)",
3317
- "muted": false,
3318
- },
3319
- },
3320
- "cid": "cids(9)",
3321
- "indexedAt": "1970-01-01T00:00:00.000Z",
3322
- "labels": [],
3323
- "likeCount": 2,
3324
- "quoteCount": 1,
3325
- "replyCount": 0,
3326
- "repostCount": 0,
3327
- "uri": "record(10)",
3328
- "value": {
3329
- "$type": "app.bsky.feed.post",
3330
- "createdAt": "1970-01-01T00:00:00.000Z",
3331
- "embed": {
3332
- "$type": "app.bsky.embed.recordWithMedia",
3333
- "media": {
3334
- "$type": "app.bsky.embed.images",
3335
- "images": [
3336
- {
3337
- "alt": "../dev-env/assets/key-landscape-small.jpg",
3338
- "image": {
3339
- "$type": "blob",
3340
- "mimeType": "image/jpeg",
3341
- "ref": {
3342
- "$link": "cids(6)",
3343
- },
3344
- "size": 4114,
3345
- },
3346
- },
3347
- {
3348
- "alt": "../dev-env/assets/key-alt.jpg",
3349
- "image": {
3350
- "$type": "blob",
3351
- "mimeType": "image/jpeg",
3352
- "ref": {
3353
- "$link": "cids(10)",
3354
- },
3355
- "size": 12736,
3356
- },
3357
- },
3358
- ],
3359
- },
3360
- "record": {
3361
- "record": {
3362
- "cid": "cids(11)",
3363
- "uri": "record(13)",
3364
- },
3365
- },
3366
- },
3367
- "text": "hi im carol",
3368
- },
3369
- },
3370
- },
3371
- ],
3372
- "indexedAt": "1970-01-01T00:00:00.000Z",
3373
- "labels": [],
3374
- "likeCount": 0,
3375
- "quoteCount": 1,
3376
- "replyCount": 0,
3377
- "repostCount": 1,
3378
- "uri": "record(9)",
3379
- "value": {
3380
- "$type": "app.bsky.feed.post",
3381
- "createdAt": "1970-01-01T00:00:00.000Z",
3382
- "embed": {
3383
- "$type": "app.bsky.embed.record",
3384
- "record": {
3385
- "cid": "cids(9)",
3386
- "uri": "record(10)",
3387
- },
3388
- },
3389
- "facets": [
3390
- {
3391
- "features": [
3392
- {
3393
- "$type": "app.bsky.richtext.facet#mention",
3394
- "did": "user(0)",
3395
- },
3396
- ],
3397
- "index": {
3398
- "byteEnd": 18,
3399
- "byteStart": 0,
3400
- },
3401
- },
3402
- ],
3403
- "text": "@alice.bluesky.xyz is the best",
3404
- },
3405
- },
3406
- },
3407
- "indexedAt": "1970-01-01T00:00:00.000Z",
3408
- "labels": [],
3409
- "likeCount": 2,
3410
- "quoteCount": 0,
3411
- "record": {
3412
- "$type": "app.bsky.feed.post",
3413
- "createdAt": "1970-01-01T00:00:00.000Z",
3414
- "embed": {
3415
- "$type": "app.bsky.embed.record",
3416
- "record": {
3417
- "cid": "cids(8)",
3418
- "uri": "record(9)",
3419
- },
3420
- },
3421
- "text": "yoohoo label_me",
3422
- },
3423
- "replyCount": 0,
3424
- "repostCount": 0,
3425
- "uri": "record(16)",
3426
- "viewer": {
3427
- "bookmarked": false,
3428
- "embeddingDisabled": false,
3429
- "threadMuted": false,
3430
- },
3431
- },
3432
- },
3433
- {
3434
- "post": {
3435
- "author": {
3436
- "associated": {
3437
- "activitySubscription": {
3438
- "allowSubscriptions": "followers",
3439
- },
3440
- },
3441
- "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)",
3442
- "createdAt": "1970-01-01T00:00:00.000Z",
3443
- "did": "user(3)",
3444
- "displayName": "bobby",
3445
- "handle": "bob.test",
3446
- "labels": [],
3447
- "viewer": {
3448
- "blockedBy": false,
3449
- "followedBy": "record(7)",
3450
- "following": "record(6)",
3451
- "muted": false,
3452
- },
3453
- },
3454
- "bookmarkCount": 0,
3455
- "cid": "cids(15)",
3456
- "indexedAt": "1970-01-01T00:00:00.000Z",
3457
- "labels": [],
3458
- "likeCount": 0,
3459
- "quoteCount": 0,
3460
- "record": {
3461
- "$type": "app.bsky.feed.post",
3462
- "createdAt": "1970-01-01T00:00:00.000+00:00",
3463
- "text": "bobby boy here",
3464
- },
3465
- "replyCount": 0,
3466
- "repostCount": 0,
3467
- "uri": "record(17)",
3468
- "viewer": {
3469
- "bookmarked": false,
3470
- "embeddingDisabled": false,
3471
- "threadMuted": false,
3472
- },
3473
- },
3474
- },
3475
- {
3476
- "post": {
3477
- "author": {
3478
- "associated": {
3479
- "activitySubscription": {
3480
- "allowSubscriptions": "followers",
3481
- },
3482
- },
3483
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
3484
- "createdAt": "1970-01-01T00:00:00.000Z",
3485
- "did": "user(0)",
3486
- "displayName": "ali",
3487
- "handle": "alice.test",
3488
- "labels": [
3489
- {
3490
- "cid": "cids(2)",
3491
- "cts": "1970-01-01T00:00:00.000Z",
3492
- "src": "user(0)",
3493
- "uri": "record(1)",
3494
- "val": "self-label-a",
3495
- },
3496
- {
3497
- "cid": "cids(2)",
3498
- "cts": "1970-01-01T00:00:00.000Z",
3499
- "src": "user(0)",
3500
- "uri": "record(1)",
3501
- "val": "self-label-b",
3502
- },
3503
- ],
3504
- "viewer": {
3505
- "blockedBy": false,
3506
- "muted": false,
3507
- },
3508
- },
3509
- "bookmarkCount": 0,
3510
- "cid": "cids(3)",
3511
- "indexedAt": "1970-01-01T00:00:00.000Z",
3512
- "labels": [],
3513
- "likeCount": 3,
3514
- "quoteCount": 0,
3515
- "record": {
3516
- "$type": "app.bsky.feed.post",
3517
- "createdAt": "1970-01-01T00:00:00.000000Z",
3518
- "text": "again",
3519
- },
3520
- "replyCount": 2,
3521
- "repostCount": 1,
3522
- "uri": "record(2)",
3523
- "viewer": {
3524
- "bookmarked": false,
3525
- "embeddingDisabled": false,
3526
- "threadMuted": false,
3527
- },
3528
- },
3529
- },
3530
- {
3531
- "post": {
3532
- "author": {
3533
- "associated": {
3534
- "activitySubscription": {
3535
- "allowSubscriptions": "followers",
3536
- },
3537
- },
3538
- "did": "user(2)",
3539
- "handle": "dan.test",
3540
- "labels": [
3541
- {
3542
- "cts": "1970-01-01T00:00:00.000Z",
3543
- "src": "did:example:labeler",
3544
- "uri": "user(2)",
3545
- "val": "repo-action-label",
3546
- },
3547
- ],
3548
- "viewer": {
3549
- "blockedBy": false,
3550
- "following": "record(4)",
3551
- "muted": false,
3552
- },
3553
- },
3554
- "bookmarkCount": 0,
3555
- "cid": "cids(8)",
3556
- "embed": {
3557
- "$type": "app.bsky.embed.record#view",
3558
- "record": {
3559
- "$type": "app.bsky.embed.record#viewRecord",
3560
- "author": {
3561
- "associated": {
3562
- "activitySubscription": {
3563
- "allowSubscriptions": "followers",
3564
- },
3565
- },
3566
- "did": "user(5)",
3567
- "handle": "carol.test",
3568
- "labels": [],
3569
- "viewer": {
3570
- "blockedBy": false,
3571
- "followedBy": "record(12)",
3572
- "following": "record(11)",
3573
- "muted": false,
3574
- },
3575
- },
3576
- "cid": "cids(9)",
3577
- "embeds": [
3578
- {
3579
- "$type": "app.bsky.embed.recordWithMedia#view",
3580
- "media": {
3581
- "$type": "app.bsky.embed.images#view",
3582
- "images": [
3583
- {
3584
- "alt": "../dev-env/assets/key-landscape-small.jpg",
3585
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(6)",
3586
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(6)",
3587
- },
3588
- {
3589
- "alt": "../dev-env/assets/key-alt.jpg",
3590
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(10)",
3591
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(10)",
3592
- },
3593
- ],
3594
- },
3595
- "record": {
3596
- "record": {
3597
- "$type": "app.bsky.embed.record#viewRecord",
3598
- "author": {
3599
- "associated": {
3600
- "activitySubscription": {
3601
- "allowSubscriptions": "followers",
3602
- },
3603
- },
3604
- "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)",
3605
- "createdAt": "1970-01-01T00:00:00.000Z",
3606
- "did": "user(3)",
3607
- "displayName": "bobby",
3608
- "handle": "bob.test",
3609
- "labels": [],
3610
- "viewer": {
3611
- "blockedBy": false,
3612
- "followedBy": "record(7)",
3613
- "following": "record(6)",
3614
- "muted": false,
3615
- },
3616
- },
3617
- "cid": "cids(11)",
3618
- "indexedAt": "1970-01-01T00:00:00.000Z",
3619
- "labels": [],
3620
- "likeCount": 0,
3621
- "quoteCount": 1,
3622
- "replyCount": 0,
3623
- "repostCount": 0,
3624
- "uri": "record(13)",
3625
- "value": {
3626
- "$type": "app.bsky.feed.post",
3627
- "createdAt": "1970-01-01T00:00:00.000Z",
3628
- "langs": [
3629
- "en-US",
3630
- "i-klingon",
3631
- ],
3632
- "text": "bob back at it again!",
3633
- },
3634
- },
3635
- },
3636
- },
3637
- ],
3638
- "indexedAt": "1970-01-01T00:00:00.000Z",
3639
- "labels": [],
3640
- "likeCount": 2,
3641
- "quoteCount": 1,
3642
- "replyCount": 0,
3643
- "repostCount": 0,
3644
- "uri": "record(10)",
3645
- "value": {
3646
- "$type": "app.bsky.feed.post",
3647
- "createdAt": "1970-01-01T00:00:00.000Z",
3648
- "embed": {
3649
- "$type": "app.bsky.embed.recordWithMedia",
3650
- "media": {
3651
- "$type": "app.bsky.embed.images",
3652
- "images": [
3653
- {
3654
- "alt": "../dev-env/assets/key-landscape-small.jpg",
3655
- "image": {
3656
- "$type": "blob",
3657
- "mimeType": "image/jpeg",
3658
- "ref": {
3659
- "$link": "cids(6)",
3660
- },
3661
- "size": 4114,
3662
- },
3663
- },
3664
- {
3665
- "alt": "../dev-env/assets/key-alt.jpg",
3666
- "image": {
3667
- "$type": "blob",
3668
- "mimeType": "image/jpeg",
3669
- "ref": {
3670
- "$link": "cids(10)",
3671
- },
3672
- "size": 12736,
3673
- },
3674
- },
3675
- ],
3676
- },
3677
- "record": {
3678
- "record": {
3679
- "cid": "cids(11)",
3680
- "uri": "record(13)",
3681
- },
3682
- },
3683
- },
3684
- "text": "hi im carol",
3685
- },
3686
- },
3687
- },
3688
- "indexedAt": "1970-01-01T00:00:00.000Z",
3689
- "labels": [],
3690
- "likeCount": 0,
3691
- "quoteCount": 1,
3692
- "record": {
3693
- "$type": "app.bsky.feed.post",
3694
- "createdAt": "1970-01-01T00:00:00.000Z",
3695
- "embed": {
3696
- "$type": "app.bsky.embed.record",
3697
- "record": {
3698
- "cid": "cids(9)",
3699
- "uri": "record(10)",
3700
- },
3701
- },
3702
- "facets": [
3703
- {
3704
- "features": [
3705
- {
3706
- "$type": "app.bsky.richtext.facet#mention",
3707
- "did": "user(0)",
3708
- },
3709
- ],
3710
- "index": {
3711
- "byteEnd": 18,
3712
- "byteStart": 0,
3713
- },
3714
- },
3715
- ],
3716
- "text": "@alice.bluesky.xyz is the best",
3717
- },
3718
- "replyCount": 0,
3719
- "repostCount": 1,
3720
- "uri": "record(9)",
3721
- "viewer": {
3722
- "bookmarked": false,
3723
- "embeddingDisabled": false,
3724
- "threadMuted": false,
3725
- },
3726
- },
3727
- },
3728
- {
3729
- "post": {
3730
- "author": {
3731
- "associated": {
3732
- "activitySubscription": {
3733
- "allowSubscriptions": "followers",
3734
- },
3735
- },
3736
- "did": "user(2)",
3737
- "handle": "dan.test",
3738
- "labels": [
3739
- {
3740
- "cts": "1970-01-01T00:00:00.000Z",
3741
- "src": "did:example:labeler",
3742
- "uri": "user(2)",
3743
- "val": "repo-action-label",
3744
- },
3745
- ],
3746
- "viewer": {
3747
- "blockedBy": false,
3748
- "following": "record(4)",
3749
- "muted": false,
3750
- },
3751
- },
3752
- "bookmarkCount": 0,
3753
- "cid": "cids(16)",
3754
- "indexedAt": "1970-01-01T00:00:00.000Z",
3755
- "labels": [],
3756
- "likeCount": 0,
3757
- "quoteCount": 0,
3758
- "record": {
3759
- "$type": "app.bsky.feed.post",
3760
- "createdAt": "1970-01-01T00:00:00.000Z",
3761
- "text": "dan here!",
3762
- },
3763
- "replyCount": 0,
3764
- "repostCount": 0,
3765
- "uri": "record(18)",
3766
- "viewer": {
3767
- "bookmarked": false,
3768
- "embeddingDisabled": false,
3769
- "threadMuted": false,
3770
- },
3771
- },
3772
- },
3773
- {
3774
- "post": {
3775
- "author": {
3776
- "associated": {
3777
- "activitySubscription": {
3778
- "allowSubscriptions": "followers",
3779
- },
3780
- },
3781
- "did": "user(5)",
3782
- "handle": "carol.test",
3783
- "labels": [],
3784
- "viewer": {
3785
- "blockedBy": false,
3786
- "followedBy": "record(12)",
3787
- "following": "record(11)",
3788
- "muted": false,
3789
- },
3790
- },
3791
- "bookmarkCount": 0,
3792
- "cid": "cids(9)",
3793
- "embed": {
3794
- "$type": "app.bsky.embed.recordWithMedia#view",
3795
- "media": {
3796
- "$type": "app.bsky.embed.images#view",
3797
- "images": [
3798
- {
3799
- "alt": "../dev-env/assets/key-landscape-small.jpg",
3800
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(6)",
3801
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(6)",
3802
- },
3803
- {
3804
- "alt": "../dev-env/assets/key-alt.jpg",
3805
- "fullsize": "https://bsky.public.url/img/feed_fullsize/plain/user(6)/cids(10)",
3806
- "thumb": "https://bsky.public.url/img/feed_thumbnail/plain/user(6)/cids(10)",
3807
- },
3808
- ],
3809
- },
3810
- "record": {
3811
- "record": {
3812
- "$type": "app.bsky.embed.record#viewRecord",
3813
- "author": {
3814
- "associated": {
3815
- "activitySubscription": {
3816
- "allowSubscriptions": "followers",
3817
- },
3818
- },
3819
- "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)",
3820
- "createdAt": "1970-01-01T00:00:00.000Z",
3821
- "did": "user(3)",
3822
- "displayName": "bobby",
3823
- "handle": "bob.test",
3824
- "labels": [],
3825
- "viewer": {
3826
- "blockedBy": false,
3827
- "followedBy": "record(7)",
3828
- "following": "record(6)",
3829
- "muted": false,
3830
- },
3831
- },
3832
- "cid": "cids(11)",
3833
- "embeds": [],
3834
- "indexedAt": "1970-01-01T00:00:00.000Z",
3835
- "labels": [],
3836
- "likeCount": 0,
3837
- "quoteCount": 1,
3838
- "replyCount": 0,
3839
- "repostCount": 0,
3840
- "uri": "record(13)",
3841
- "value": {
3842
- "$type": "app.bsky.feed.post",
3843
- "createdAt": "1970-01-01T00:00:00.000Z",
3844
- "langs": [
3845
- "en-US",
3846
- "i-klingon",
3847
- ],
3848
- "text": "bob back at it again!",
3849
- },
3850
- },
3851
- },
3852
- },
3853
- "indexedAt": "1970-01-01T00:00:00.000Z",
3854
- "labels": [],
3855
- "likeCount": 2,
3856
- "quoteCount": 1,
3857
- "record": {
3858
- "$type": "app.bsky.feed.post",
3859
- "createdAt": "1970-01-01T00:00:00.000Z",
3860
- "embed": {
3861
- "$type": "app.bsky.embed.recordWithMedia",
3862
- "media": {
3863
- "$type": "app.bsky.embed.images",
3864
- "images": [
3865
- {
3866
- "alt": "../dev-env/assets/key-landscape-small.jpg",
3867
- "image": {
3868
- "$type": "blob",
3869
- "mimeType": "image/jpeg",
3870
- "ref": {
3871
- "$link": "cids(6)",
3872
- },
3873
- "size": 4114,
3874
- },
3875
- },
3876
- {
3877
- "alt": "../dev-env/assets/key-alt.jpg",
3878
- "image": {
3879
- "$type": "blob",
3880
- "mimeType": "image/jpeg",
3881
- "ref": {
3882
- "$link": "cids(10)",
3883
- },
3884
- "size": 12736,
3885
- },
3886
- },
3887
- ],
3888
- },
3889
- "record": {
3890
- "record": {
3891
- "cid": "cids(11)",
3892
- "uri": "record(13)",
3893
- },
3894
- },
3895
- },
3896
- "text": "hi im carol",
3897
- },
3898
- "replyCount": 0,
3899
- "repostCount": 0,
3900
- "uri": "record(10)",
3901
- "viewer": {
3902
- "bookmarked": false,
3903
- "embeddingDisabled": false,
3904
- "like": "record(19)",
3905
- "threadMuted": false,
3906
- },
3907
- },
3908
- },
3909
- {
3910
- "post": {
3911
- "author": {
3912
- "associated": {
3913
- "activitySubscription": {
3914
- "allowSubscriptions": "followers",
3915
- },
3916
- },
3917
- "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)",
3918
- "createdAt": "1970-01-01T00:00:00.000Z",
3919
- "did": "user(3)",
3920
- "displayName": "bobby",
3921
- "handle": "bob.test",
3922
- "labels": [],
3923
- "viewer": {
3924
- "blockedBy": false,
3925
- "followedBy": "record(7)",
3926
- "following": "record(6)",
3927
- "muted": false,
3928
- },
3929
- },
3930
- "bookmarkCount": 0,
3931
- "cid": "cids(11)",
3932
- "indexedAt": "1970-01-01T00:00:00.000Z",
3933
- "labels": [],
3934
- "likeCount": 0,
3935
- "quoteCount": 1,
3936
- "record": {
3937
- "$type": "app.bsky.feed.post",
3938
- "createdAt": "1970-01-01T00:00:00.000Z",
3939
- "langs": [
3940
- "en-US",
3941
- "i-klingon",
3942
- ],
3943
- "text": "bob back at it again!",
3944
- },
3945
- "replyCount": 0,
3946
- "repostCount": 0,
3947
- "uri": "record(13)",
3948
- "viewer": {
3949
- "bookmarked": false,
3950
- "embeddingDisabled": false,
3951
- "threadMuted": false,
3952
- },
3953
- },
3954
- },
3955
- {
3956
- "post": {
3957
- "author": {
3958
- "associated": {
3959
- "activitySubscription": {
3960
- "allowSubscriptions": "followers",
3961
- },
3962
- },
3963
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
3964
- "createdAt": "1970-01-01T00:00:00.000Z",
3965
- "did": "user(0)",
3966
- "displayName": "ali",
3967
- "handle": "alice.test",
3968
- "labels": [
3969
- {
3970
- "cid": "cids(2)",
3971
- "cts": "1970-01-01T00:00:00.000Z",
3972
- "src": "user(0)",
3973
- "uri": "record(1)",
3974
- "val": "self-label-a",
3975
- },
3976
- {
3977
- "cid": "cids(2)",
3978
- "cts": "1970-01-01T00:00:00.000Z",
3979
- "src": "user(0)",
3980
- "uri": "record(1)",
3981
- "val": "self-label-b",
3982
- },
3983
- ],
3984
- "viewer": {
3985
- "blockedBy": false,
3986
- "muted": false,
3987
- },
3988
- },
3989
- "bookmarkCount": 0,
3990
- "cid": "cids(17)",
3991
- "indexedAt": "1970-01-01T00:00:00.000Z",
3992
- "labels": [
3993
- {
3994
- "cid": "cids(17)",
3995
- "cts": "1970-01-01T00:00:00.000Z",
3996
- "src": "user(0)",
3997
- "uri": "record(20)",
3998
- "val": "self-label",
3999
- },
4000
- ],
4001
- "likeCount": 0,
4002
- "quoteCount": 0,
4003
- "record": {
4004
- "$type": "app.bsky.feed.post",
4005
- "createdAt": "1970-01-01T00:00:00.000Z",
4006
- "labels": {
4007
- "$type": "com.atproto.label.defs#selfLabels",
4008
- "values": [
4009
- {
4010
- "val": "self-label",
4011
- },
4012
- ],
4013
- },
4014
- "text": "hey there",
4015
- },
4016
- "replyCount": 0,
4017
- "repostCount": 0,
4018
- "uri": "record(20)",
4019
- "viewer": {
4020
- "bookmarked": false,
4021
- "embeddingDisabled": false,
4022
- "threadMuted": false,
4023
- },
4024
- },
4025
- },
4026
- ],
4027
- }
4028
- `;
4029
-
4030
- exports[`proxies view requests graph.getBlocks 1`] = `
4031
- {
4032
- "blocks": [
4033
- {
4034
- "associated": {
4035
- "activitySubscription": {
4036
- "allowSubscriptions": "followers",
4037
- },
4038
- },
4039
- "did": "user(0)",
4040
- "handle": "carol.test",
4041
- "labels": [],
4042
- "viewer": {
4043
- "blockedBy": false,
4044
- "blocking": "record(0)",
4045
- "muted": false,
4046
- },
4047
- },
4048
- {
4049
- "associated": {
4050
- "activitySubscription": {
4051
- "allowSubscriptions": "followers",
4052
- },
4053
- },
4054
- "avatar": "https://bsky.public.url/img/avatar/plain/user(2)/cids(0)",
4055
- "createdAt": "1970-01-01T00:00:00.000Z",
4056
- "description": "hi im bob label_me",
4057
- "did": "user(1)",
4058
- "displayName": "bobby",
4059
- "handle": "bob.test",
4060
- "indexedAt": "1970-01-01T00:00:00.000Z",
4061
- "labels": [],
4062
- "viewer": {
4063
- "blockedBy": false,
4064
- "blocking": "record(1)",
4065
- "muted": false,
4066
- },
4067
- },
4068
- ],
4069
- "cursor": "0000000000000::bafycid",
4070
- }
4071
- `;
4072
-
4073
- exports[`proxies view requests graph.getFollowers 1`] = `
4074
- {
4075
- "cursor": "0000000000000::bafycid",
4076
- "followers": [
4077
- {
4078
- "associated": {
4079
- "activitySubscription": {
4080
- "allowSubscriptions": "followers",
4081
- },
4082
- },
4083
- "did": "user(0)",
4084
- "handle": "dan.test",
4085
- "labels": [
4086
- {
4087
- "cts": "1970-01-01T00:00:00.000Z",
4088
- "src": "did:example:labeler",
4089
- "uri": "user(0)",
4090
- "val": "repo-action-label",
4091
- },
4092
- ],
4093
- "viewer": {
4094
- "blockedBy": false,
4095
- "following": "record(0)",
4096
- "muted": false,
4097
- },
4098
- },
4099
- {
4100
- "associated": {
4101
- "activitySubscription": {
4102
- "allowSubscriptions": "followers",
4103
- },
4104
- },
4105
- "avatar": "https://bsky.public.url/img/avatar/plain/user(2)/cids(0)",
4106
- "createdAt": "1970-01-01T00:00:00.000Z",
4107
- "description": "its me!",
4108
- "did": "user(1)",
4109
- "displayName": "ali",
4110
- "handle": "alice.test",
4111
- "indexedAt": "1970-01-01T00:00:00.000Z",
4112
- "labels": [
4113
- {
4114
- "cid": "cids(1)",
4115
- "cts": "1970-01-01T00:00:00.000Z",
4116
- "src": "user(1)",
4117
- "uri": "record(1)",
4118
- "val": "self-label-a",
4119
- },
4120
- {
4121
- "cid": "cids(1)",
4122
- "cts": "1970-01-01T00:00:00.000Z",
4123
- "src": "user(1)",
4124
- "uri": "record(1)",
4125
- "val": "self-label-b",
4126
- },
4127
- ],
4128
- "viewer": {
4129
- "blockedBy": false,
4130
- "muted": false,
4131
- },
4132
- },
4133
- ],
4134
- "subject": {
4135
- "associated": {
4136
- "activitySubscription": {
4137
- "allowSubscriptions": "followers",
4138
- },
4139
- },
4140
- "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(0)",
4141
- "createdAt": "1970-01-01T00:00:00.000Z",
4142
- "description": "hi im bob label_me",
4143
- "did": "user(3)",
4144
- "displayName": "bobby",
4145
- "handle": "bob.test",
4146
- "indexedAt": "1970-01-01T00:00:00.000Z",
4147
- "labels": [],
4148
- "viewer": {
4149
- "blockedBy": false,
4150
- "followedBy": "record(3)",
4151
- "following": "record(2)",
4152
- "muted": false,
4153
- },
4154
- },
4155
- }
4156
- `;
4157
-
4158
- exports[`proxies view requests graph.getFollows 1`] = `
4159
- {
4160
- "cursor": "0000000000000::bafycid",
4161
- "follows": [
4162
- {
4163
- "associated": {
4164
- "activitySubscription": {
4165
- "allowSubscriptions": "followers",
4166
- },
4167
- },
4168
- "did": "user(0)",
4169
- "handle": "carol.test",
4170
- "labels": [],
4171
- "viewer": {
4172
- "blockedBy": false,
4173
- "followedBy": "record(1)",
4174
- "following": "record(0)",
4175
- "muted": false,
4176
- },
4177
- },
4178
- {
4179
- "associated": {
4180
- "activitySubscription": {
4181
- "allowSubscriptions": "followers",
4182
- },
4183
- },
4184
- "avatar": "https://bsky.public.url/img/avatar/plain/user(2)/cids(0)",
4185
- "createdAt": "1970-01-01T00:00:00.000Z",
4186
- "description": "its me!",
4187
- "did": "user(1)",
4188
- "displayName": "ali",
4189
- "handle": "alice.test",
4190
- "indexedAt": "1970-01-01T00:00:00.000Z",
4191
- "labels": [
4192
- {
4193
- "cid": "cids(1)",
4194
- "cts": "1970-01-01T00:00:00.000Z",
4195
- "src": "user(1)",
4196
- "uri": "record(2)",
4197
- "val": "self-label-a",
4198
- },
4199
- {
4200
- "cid": "cids(1)",
4201
- "cts": "1970-01-01T00:00:00.000Z",
4202
- "src": "user(1)",
4203
- "uri": "record(2)",
4204
- "val": "self-label-b",
4205
- },
4206
- ],
4207
- "viewer": {
4208
- "blockedBy": false,
4209
- "muted": false,
4210
- },
4211
- },
4212
- ],
4213
- "subject": {
4214
- "associated": {
4215
- "activitySubscription": {
4216
- "allowSubscriptions": "followers",
4217
- },
4218
- },
4219
- "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(0)",
4220
- "createdAt": "1970-01-01T00:00:00.000Z",
4221
- "description": "hi im bob label_me",
4222
- "did": "user(3)",
4223
- "displayName": "bobby",
4224
- "handle": "bob.test",
4225
- "indexedAt": "1970-01-01T00:00:00.000Z",
4226
- "labels": [],
4227
- "viewer": {
4228
- "blockedBy": false,
4229
- "followedBy": "record(4)",
4230
- "following": "record(3)",
4231
- "muted": false,
4232
- },
4233
- },
4234
- }
4235
- `;
4236
-
4237
- exports[`proxies view requests graph.getList 1`] = `
4238
- {
4239
- "cursor": "0000000000000::bafycid",
4240
- "items": [
4241
- {
4242
- "subject": {
4243
- "associated": {
4244
- "activitySubscription": {
4245
- "allowSubscriptions": "followers",
4246
- },
4247
- },
4248
- "did": "user(2)",
4249
- "handle": "carol.test",
4250
- "labels": [],
4251
- "viewer": {
4252
- "blockedBy": false,
4253
- "followedBy": "record(5)",
4254
- "following": "record(4)",
4255
- "muted": false,
4256
- },
4257
- },
4258
- "uri": "record(3)",
4259
- },
4260
- {
4261
- "subject": {
4262
- "associated": {
4263
- "activitySubscription": {
4264
- "allowSubscriptions": "followers",
4265
- },
4266
- },
4267
- "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)",
4268
- "createdAt": "1970-01-01T00:00:00.000Z",
4269
- "description": "its me!",
4270
- "did": "user(3)",
4271
- "displayName": "ali",
4272
- "handle": "alice.test",
4273
- "indexedAt": "1970-01-01T00:00:00.000Z",
4274
- "labels": [
4275
- {
4276
- "cid": "cids(2)",
4277
- "cts": "1970-01-01T00:00:00.000Z",
4278
- "src": "user(3)",
4279
- "uri": "record(7)",
4280
- "val": "self-label-a",
4281
- },
4282
- {
4283
- "cid": "cids(2)",
4284
- "cts": "1970-01-01T00:00:00.000Z",
4285
- "src": "user(3)",
4286
- "uri": "record(7)",
4287
- "val": "self-label-b",
4288
- },
4289
- ],
4290
- "viewer": {
4291
- "blockedBy": false,
4292
- "muted": false,
4293
- },
4294
- },
4295
- "uri": "record(6)",
4296
- },
4297
- ],
4298
- "list": {
4299
- "cid": "cids(0)",
4300
- "creator": {
4301
- "associated": {
4302
- "activitySubscription": {
4303
- "allowSubscriptions": "followers",
4304
- },
4305
- },
4306
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
4307
- "createdAt": "1970-01-01T00:00:00.000Z",
4308
- "description": "hi im bob label_me",
4309
- "did": "user(0)",
4310
- "displayName": "bobby",
4311
- "handle": "bob.test",
4312
- "indexedAt": "1970-01-01T00:00:00.000Z",
4313
- "labels": [],
4314
- "viewer": {
4315
- "blockedBy": false,
4316
- "followedBy": "record(2)",
4317
- "following": "record(1)",
4318
- "muted": false,
4319
- },
4320
- },
4321
- "description": "bob's list of mutes",
4322
- "indexedAt": "1970-01-01T00:00:00.000Z",
4323
- "labels": [],
4324
- "listItemCount": 2,
4325
- "name": "bob mutes",
4326
- "purpose": "app.bsky.graph.defs#modlist",
4327
- "uri": "record(0)",
4328
- "viewer": {
4329
- "muted": false,
4330
- },
4331
- },
4332
- }
4333
- `;
4334
-
4335
- exports[`proxies view requests graph.getListBlocks 1`] = `
4336
- {
4337
- "cursor": "0000000000000::bafycid",
4338
- "lists": [
4339
- {
4340
- "cid": "cids(0)",
4341
- "creator": {
4342
- "associated": {
4343
- "activitySubscription": {
4344
- "allowSubscriptions": "followers",
4345
- },
4346
- },
4347
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
4348
- "createdAt": "1970-01-01T00:00:00.000Z",
4349
- "description": "hi im bob label_me",
4350
- "did": "user(0)",
4351
- "displayName": "bobby",
4352
- "handle": "bob.test",
4353
- "indexedAt": "1970-01-01T00:00:00.000Z",
4354
- "labels": [],
4355
- "viewer": {
4356
- "blockedBy": false,
4357
- "muted": false,
4358
- },
4359
- },
4360
- "description": "bob's list of mutes",
4361
- "indexedAt": "1970-01-01T00:00:00.000Z",
4362
- "labels": [],
4363
- "listItemCount": 2,
4364
- "name": "bob mutes",
4365
- "purpose": "app.bsky.graph.defs#modlist",
4366
- "uri": "record(0)",
4367
- "viewer": {
4368
- "blocked": "record(1)",
4369
- "muted": false,
4370
- },
4371
- },
4372
- ],
4373
- }
4374
- `;
4375
-
4376
- exports[`proxies view requests graph.getLists 1`] = `
4377
- {
4378
- "cursor": "0000000000000::bafycid",
4379
- "lists": [
4380
- {
4381
- "cid": "cids(0)",
4382
- "creator": {
4383
- "associated": {
4384
- "activitySubscription": {
4385
- "allowSubscriptions": "followers",
4386
- },
4387
- },
4388
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
4389
- "createdAt": "1970-01-01T00:00:00.000Z",
4390
- "description": "hi im bob label_me",
4391
- "did": "user(0)",
4392
- "displayName": "bobby",
4393
- "handle": "bob.test",
4394
- "indexedAt": "1970-01-01T00:00:00.000Z",
4395
- "labels": [],
4396
- "viewer": {
4397
- "blockedBy": false,
4398
- "followedBy": "record(2)",
4399
- "following": "record(1)",
4400
- "muted": false,
4401
- },
4402
- },
4403
- "description": "a second list",
4404
- "indexedAt": "1970-01-01T00:00:00.000Z",
4405
- "labels": [],
4406
- "listItemCount": 0,
4407
- "name": "another list",
4408
- "purpose": "app.bsky.graph.defs#modlist",
4409
- "uri": "record(0)",
4410
- "viewer": {
4411
- "muted": false,
4412
- },
4413
- },
4414
- {
4415
- "cid": "cids(2)",
4416
- "creator": {
4417
- "associated": {
4418
- "activitySubscription": {
4419
- "allowSubscriptions": "followers",
4420
- },
4421
- },
4422
- "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)",
4423
- "createdAt": "1970-01-01T00:00:00.000Z",
4424
- "description": "hi im bob label_me",
4425
- "did": "user(0)",
4426
- "displayName": "bobby",
4427
- "handle": "bob.test",
4428
- "indexedAt": "1970-01-01T00:00:00.000Z",
4429
- "labels": [],
4430
- "viewer": {
4431
- "blockedBy": false,
4432
- "followedBy": "record(2)",
4433
- "following": "record(1)",
4434
- "muted": false,
4435
- },
4436
- },
4437
- "description": "bob's list of mutes",
4438
- "indexedAt": "1970-01-01T00:00:00.000Z",
4439
- "labels": [],
4440
- "listItemCount": 2,
4441
- "name": "bob mutes",
4442
- "purpose": "app.bsky.graph.defs#modlist",
4443
- "uri": "record(3)",
4444
- "viewer": {
4445
- "muted": false,
4446
- },
4447
- },
4448
- ],
4449
- }
4450
- `;
4451
-
4452
- exports[`proxies view requests unspecced.getPopularFeedGenerators 1`] = `
4453
- {
4454
- "feeds": [],
4455
- }
4456
- `;