mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
chore(federation): 👽 Initial Versia Working Draft 4.0 support
This commit is contained in:
parent
9c71c3fe51
commit
c3fa867e74
22 changed files with 269 additions and 197 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import type { Source as ApiSource } from "@lysand-org/client/types";
|
||||
import type { ContentFormat } from "@lysand-org/federation/types";
|
||||
import type { ContentFormat } from "@versia/federation/types";
|
||||
import type { Challenge } from "altcha-lib/types";
|
||||
import { relations, sql } from "drizzle-orm";
|
||||
import {
|
||||
|
|
@ -381,9 +381,9 @@ export const Users = pgTable(
|
|||
}[]
|
||||
>(),
|
||||
endpoints: jsonb("endpoints").$type<Partial<{
|
||||
dislikes: string;
|
||||
dislikes?: string;
|
||||
featured: string;
|
||||
likes: string;
|
||||
likes?: string;
|
||||
followers: string;
|
||||
following: string;
|
||||
inbox: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue