mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(api): 🔥 Remove pleroma attribute on users
This commit is contained in:
parent
5f785c391d
commit
f006efbfb2
3 changed files with 0 additions and 11 deletions
|
|
@ -4,7 +4,6 @@ import { eq } from "drizzle-orm";
|
|||
import { db } from "~drizzle/db";
|
||||
import { Emojis } from "~drizzle/schema";
|
||||
import type { Emoji as APIEmoji } from "~types/mastodon/emoji";
|
||||
import type { Instance as APIInstance } from "~types/mastodon/instance";
|
||||
import { getTestUsers, sendTestRequest, wrapRelativeUrl } from "./utils";
|
||||
|
||||
const base_url = config.http.base_url;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue