summary refs log tree commit diff
path: root/src/routes/users/#id/profile.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/users/#id/profile.ts')
-rw-r--r--src/routes/users/#id/profile.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/users/#id/profile.ts b/src/routes/users/#id/profile.ts

index b86b0b90..4b4b9439 100644 --- a/src/routes/users/#id/profile.ts +++ b/src/routes/users/#id/profile.ts
@@ -17,6 +17,7 @@ router.get("/", async (req: Request, res: Response) => { public_flags: user.public_flags, avatar: user.avatar, accent_color: user.accent_color, + banner: user.banner, bio: req.user_bot ? null : user.bio, bot: user.bot, }