Commit 02f06c21 authored by Hasang Cho's avatar Hasang Cho
Browse files

refactor(cli/inbox): remove unused import and test files

parent 7866ce2c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ import { ActivityEntryPage, ActivityListPage } from "./inbox/view.tsx";
import { recordingSink } from "./log.ts";
import { tableStyle } from "./table.ts";
import { spawnTemporaryServer, type TemporaryServer } from "./tempserver.ts";
import { colorEnabled } from "./utils.ts";

/**
 * Context data for the ephemeral ActivityPub inbox server.

inbox.txt

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
╭───────────────┬─────────────────────────────────────────╮
│ Actor handle: │ i@e5f976b66cda3b.lhr.life               │
├───────────────┼─────────────────────────────────────────┤
│    Actor URI: │ https://e5f976b66cda3b.lhr.life/i       │
├───────────────┼─────────────────────────────────────────┤
│  Actor inbox: │ https://e5f976b66cda3b.lhr.life/i/inbox │
├───────────────┼─────────────────────────────────────────┤
│ Shared inbox: │ https://e5f976b66cda3b.lhr.life/inbox   │
╰───────────────┴─────────────────────────────────────────╯

lookup.txt

deleted100644 → 0
+0 −60
Original line number Diff line number Diff line
Person {
  id: URL "https://hackers.pub/ap/actors/0197d95b-6c5d-713e-88af-7bea53091a0e",
  name: "크롸상",
  icon: Image {
    url: URL "https://media.hackers.pub/avatars/5dc3abd1-0205-4ee8-a764-e49a9e87ff31.jpg"
  },
  published: 2025-07-05T06:52:16.864Z,
  summary: "",
  url: URL "https://hackers.pub/@crohasang",
  preferredUsername: "crohasang",
  publicKey: CryptographicKey {
    id: URL "https://hackers.pub/ap/actors/0197d95b-6c5d-713e-88af-7bea53091a0e#main-key",
    owner: URL "https://hackers.pub/ap/actors/0197d95b-6c5d-713e-88af-7bea53091a0e",
    publicKey: CryptoKey {
      type: "public",
      extractable: true,
      algorithm: {
        name: "RSASSA-PKCS1-v1_5",
        modulusLength: 4096,
        publicExponent: Uint8Array(3) [ 1, 0, 1 ],
        hash: { name: "SHA-256" }
      },
      usages: [ "verify" ]
    }
  },
  assertionMethods: [
    Multikey {
      id: URL "https://hackers.pub/ap/actors/0197d95b-6c5d-713e-88af-7bea53091a0e#main-key",
      controller: URL "https://hackers.pub/ap/actors/0197d95b-6c5d-713e-88af-7bea53091a0e",
      publicKey: CryptoKey {
        type: "public",
        extractable: true,
        algorithm: {
          name: "RSASSA-PKCS1-v1_5",
          modulusLength: 4096,
          publicExponent: Uint8Array(3) [ 1, 0, 1 ],
          hash: { name: "SHA-256" }
        },
        usages: [ "verify" ]
      }
    },
    Multikey {
      id: URL "https://hackers.pub/ap/actors/0197d95b-6c5d-713e-88af-7bea53091a0e#key-2",
      controller: URL "https://hackers.pub/ap/actors/0197d95b-6c5d-713e-88af-7bea53091a0e",
      publicKey: CryptoKey {
        type: "public",
        extractable: true,
        algorithm: { name: "Ed25519" },
        usages: [ "verify" ]
      }
    }
  ],
  manuallyApprovesFollowers: false,
  inbox: URL "https://hackers.pub/ap/actors/0197d95b-6c5d-713e-88af-7bea53091a0e/inbox",
  outbox: URL "https://hackers.pub/ap/actors/0197d95b-6c5d-713e-88af-7bea53091a0e/outbox",
  following: URL "https://hackers.pub/ap/actors/0197d95b-6c5d-713e-88af-7bea53091a0e/followees",
  followers: URL "https://hackers.pub/ap/actors/0197d95b-6c5d-713e-88af-7bea53091a0e/followers",
  endpoints: Endpoints { sharedInbox: URL "https://hackers.pub/ap/inbox" }
}
Successfully fetched the object.