@@ -3465,7 +3465,7 @@ Open *server/federation.ts*. Add `Document`, `Note`, and
34653465`Temporal` polyfill, and add `posts` to the schema import:
34663466
34673467~~~~ typescript twoslash [server/federation.ts]
3468- // @noErrors: 2304 2307
3468+ // @noErrors: 2304 2307 2322
34693469import {
34703470 Accept,
34713471 Document,
@@ -3506,7 +3506,6 @@ Then add a final dispatcher block after the followers dispatcher:
35063506// @noErrors: 2304 2307 7006
35073507import { type Federation } from "@fedify/fedify";
35083508import { Document, Note, PUBLIC_COLLECTION } from "@fedify/vocab";
3509- import { Temporal } from "@js-temporal/polyfill";
35103509import { and, eq } from "drizzle-orm";
35113510import { db } from "./db/client";
35123511import { posts, users } from "./db/schema";
@@ -6516,7 +6515,7 @@ and ends in the textarea form. Append it inside the existing
65166515Create *server/api/comments.post.ts*:
65176516
65186517~~~~ typescript twoslash [server/api/comments.post.ts]
6519- // @noErrors: 2304 2307
6518+ // @noErrors: 2304 2307 2322
65206519import {
65216520 Create,
65226521 getActorHandle,
@@ -6706,7 +6705,6 @@ import {
67066705 MemoryKvStore,
67076706} from "@fedify/fedify";
67086707import { Mention, Note, PUBLIC_COLLECTION } from "@fedify/vocab";
6709- import { Temporal } from "@js-temporal/polyfill";
67106708import { and, eq } from "drizzle-orm";
67116709import { db } from "./db/client";
67126710import { comments, posts, users } from "./db/schema";
0 commit comments