diff --git a/lexicons/app/bsky/profile/defs.json b/lexicons/app/bsky/actor/defs.json rename from lexicons/app/bsky/profile/defs.json rename to lexicons/app/bsky/actor/defs.json --- a/lexicons/app/bsky/profile/defs.json +++ b/lexicons/app/bsky/actor/defs.json diff --git a/lexicons/app/bsky/profile/profile.json b/lexicons/app/bsky/actor/profile.json rename from lexicons/app/bsky/profile/profile.json rename to lexicons/app/bsky/actor/profile.json --- a/lexicons/app/bsky/profile/profile.json +++ b/lexicons/app/bsky/actor/profile.json diff --git a/packages/appview/src/lib/status.ts b/packages/appview/src/lib/hydrate.ts rename from packages/appview/src/lib/status.ts rename to packages/appview/src/lib/hydrate.ts --- a/packages/appview/src/lib/status.ts +++ b/packages/appview/src/lib/hydrate.ts diff --git a/packages/appview/src/routes.ts b/packages/appview/src/routes.ts --- a/packages/appview/src/routes.ts +++ b/packages/appview/src/routes.ts @@ -9,7 +9,7 @@ import { getIronSession, SessionOptions } from 'iron-session' import type { AppContext } from '#/index' import { env } from '#/lib/env' -import { statusToStatusView } from '#/lib/status' +import { statusToStatusView } from '#/lib/hydrate' type Session = { did: string }