Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add more posts

authored by

Samuel Newman and committed by
Eric Bailey
f3edd6df 91f9bc7c

+119
+119
src/lib/demo.ts
··· 510 510 labels: [], 511 511 }, 512 512 }, 513 + { 514 + post: { 515 + uri: 'at://did:plc:fpruhuo22xkm5o7ttr2ktxdo/app.bsky.feed.post/3lng5izl7kc2c', 516 + cid: 'bafyreicsich65s4rq526rek5jmvd6djtcmr7kdavw26rrnf424awgvia7i', 517 + author: { 518 + did: 'did:plc:fpruhuo22xkm5o7ttr2ktxdo', 519 + handle: 'danabra.mov', 520 + displayName: 'dan', 521 + avatar: 522 + 'https://cdn.bsky.app/img/avatar/plain/did:plc:fpruhuo22xkm5o7ttr2ktxdo/bafkreif43mhqajnbnl62u3ezf37g6x22nd762im54thxbil4ga46eugcga@jpeg', 523 + associated: { 524 + chat: { 525 + allowIncoming: 'all', 526 + }, 527 + }, 528 + viewer: { 529 + muted: false, 530 + blockedBy: false, 531 + following: 532 + 'at://did:plc:p2cp5gopk7mgjegy6wadk3ep/app.bsky.graph.follow/3jtdzgbbysa2y', 533 + followedBy: 534 + 'at://did:plc:fpruhuo22xkm5o7ttr2ktxdo/app.bsky.graph.follow/3k7ht6lwu6t2a', 535 + }, 536 + labels: [], 537 + createdAt: '2023-04-08T20:19:22.589Z', 538 + verification: { 539 + verifications: [ 540 + { 541 + issuer: 'did:plc:z72i7hdynmk6r22z27h6tvur', 542 + uri: 'at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.graph.verification/3lndpxompy32z', 543 + isValid: true, 544 + createdAt: '2025-04-21T10:48:53.876Z', 545 + }, 546 + ], 547 + verifiedStatus: 'valid', 548 + trustedVerifierStatus: 'none', 549 + }, 550 + }, 551 + record: { 552 + $type: 'app.bsky.feed.post', 553 + createdAt: '2025-04-22T16:56:34.198Z', 554 + langs: ['en'], 555 + text: 'maybe i should write something about vercel at some point', 556 + }, 557 + replyCount: 10, 558 + repostCount: 1, 559 + likeCount: 84, 560 + quoteCount: 1, 561 + indexedAt: '2025-04-22T16:56:34.356Z', 562 + viewer: { 563 + threadMuted: false, 564 + replyDisabled: false, 565 + embeddingDisabled: false, 566 + }, 567 + labels: [], 568 + threadgate: { 569 + uri: 'at://did:plc:fpruhuo22xkm5o7ttr2ktxdo/app.bsky.feed.threadgate/3lng5izl7kc2c', 570 + cid: 'bafyreic4wpsh5wrmjvbngt7som5436xzjhdnld3mxnkzyhj2i4vh6lpefa', 571 + record: { 572 + $type: 'app.bsky.feed.threadgate', 573 + allow: [ 574 + { 575 + $type: 'app.bsky.feed.threadgate#followerRule', 576 + }, 577 + { 578 + $type: 'app.bsky.feed.threadgate#followingRule', 579 + }, 580 + { 581 + $type: 'app.bsky.feed.threadgate#mentionRule', 582 + }, 583 + ], 584 + createdAt: '2025-04-22T16:56:34.200Z', 585 + hiddenReplies: [], 586 + post: 'at://did:plc:fpruhuo22xkm5o7ttr2ktxdo/app.bsky.feed.post/3lng5izl7kc2c', 587 + }, 588 + lists: [], 589 + }, 590 + }, 591 + }, 592 + { 593 + post: { 594 + uri: 'at://did:plc:77tdak46psveqneyegsdyc7l/app.bsky.feed.post/3lnft75ivlc27', 595 + cid: 'bafyreic24reeweaymcfe6hdsuhmffazdpa5hoqyculxrdp2sr7xkoehgay', 596 + author: { 597 + did: 'did:plc:77tdak46psveqneyegsdyc7l', 598 + handle: 'werd.io', 599 + displayName: 'Ben Werdmuller', 600 + avatar: 601 + 'https://cdn.bsky.app/img/avatar/plain/did:plc:77tdak46psveqneyegsdyc7l/bafkreicoqtayuefjlw73nrx4c7sioc3ujq74uisgbh4ddmuamevjwzt4fu@jpeg', 602 + associated: { 603 + chat: { 604 + allowIncoming: 'following', 605 + }, 606 + }, 607 + viewer: { 608 + muted: false, 609 + blockedBy: false, 610 + }, 611 + labels: [], 612 + createdAt: '2023-03-07T15:40:54.229Z', 613 + }, 614 + record: { 615 + $type: 'app.bsky.feed.post', 616 + createdAt: '2025-04-22T13:52:05.353Z', 617 + langs: ['en'], 618 + text: 'This is obvious, but if people broadly rely on a black box to give them answers that help them understand the world, whoever controls the black box controls those answers and therefore the understanding that comes from them.\n\nOpenness is safety.', 619 + }, 620 + replyCount: 10, 621 + repostCount: 84, 622 + likeCount: 432, 623 + quoteCount: 2, 624 + indexedAt: '2025-04-22T13:52:05.755Z', 625 + viewer: { 626 + threadMuted: false, 627 + embeddingDisabled: false, 628 + }, 629 + labels: [], 630 + }, 631 + }, 513 632 ], 514 633 } satisfies AppBskyFeedGetFeed.OutputSchema 515 634