mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-29 23:25:47 +00:00
remove oversight
This commit is contained in:
@@ -137,10 +137,6 @@ router.get("/", route({ responses: { 200: { body: "UserProfileResponse" } } }),
|
||||
verified: x.verified ?? false,
|
||||
} satisfies PartialConnectedAccountResponse;
|
||||
|
||||
if (x.verified) {
|
||||
publicUserConnection.verified = x.verified;
|
||||
}
|
||||
|
||||
if (x.metadata_visibility != 0) {
|
||||
// @ts-expect-error idk
|
||||
publicUserConnection.metadata = x.metadata_;
|
||||
|
||||
Reference in New Issue
Block a user