+19
src/lib/types/lexicon/systems.gmstn.development.channel.membership.ts
+19
src/lib/types/lexicon/systems.gmstn.development.channel.membership.ts
···
+8
-2
src/lib/utils/atproto.ts
+8
-2
src/lib/utils/atproto.ts
···
+2
-2
src/lib/utils/constellation.ts
+2
-2
src/lib/utils/constellation.ts
······
+12
src/lib/types/lexicon/systems.gmstn.development.channel.invite.ts
+12
src/lib/types/lexicon/systems.gmstn.development.channel.invite.ts
···
+4
-3
src/lib/types/http/handlers.ts
+4
-3
src/lib/types/http/handlers.ts
···+import { systemsGmstnDevelopmentChannelMembershipRecordSchema } from "@/lib/types/lexicon/systems.gmstn.development.channel.membership";
+2
-2
src/routes/handshake/route.ts
+2
-2
src/routes/handshake/route.ts
···
+5
src/server/index.ts
+5
src/server/index.ts
······
+12
-1
src/lib/types/routes.ts
+12
-1
src/lib/types/routes.ts
·········
+7
src/routes/connect/route.ts
+7
src/routes/connect/route.ts
+1
-1
src/lib/utils/registration.ts
+1
-1
src/lib/utils/registration.ts
···
-11
src/lib/utils/ws/index.ts
-11
src/lib/utils/ws/index.ts
···
+45
src/lib/utils/ws/validate.ts
+45
src/lib/utils/ws/validate.ts
···
+44
-2
src/lib/handlers/connect.ts
+44
-2
src/lib/handlers/connect.ts
······
+54
src/lib/listeners/shard-history.ts
+54
src/lib/listeners/shard-history.ts
···
+40
-1
src/lib/utils/gmstn.ts
+40
-1
src/lib/utils/gmstn.ts
·········+"Could find session info object in map, but socket could not be retrieved from map. Race condition?",
+9
src/lib/handlers/getOwnerDid.ts
+9
src/lib/handlers/getOwnerDid.ts
···
+10
src/routes/xrpc/_health/route.ts
+10
src/routes/xrpc/_health/route.ts
+7
src/routes/xrpc/systems.gmstn.development.lattice.getOwner/route.ts
+7
src/routes/xrpc/systems.gmstn.development.lattice.getOwner/route.ts
+1
-1
src/index.ts
+1
-1
src/index.ts
+1
-1
src/lib/env.ts
+1
-1
src/lib/env.ts
···+export const SERVICE_DID = serviceDidParsed ?? `did:web:localhost%3A${SERVER_PORT.toString()}`;