mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-06 05:32:54 +09:00
Fix bug
This commit is contained in:
parent
f60bb8b919
commit
967e8595d4
@ -122,6 +122,7 @@ export class UserRepository extends Repository<User> {
|
|||||||
bannerUrl: user.bannerUrl,
|
bannerUrl: user.bannerUrl,
|
||||||
bannerColor: user.bannerColor,
|
bannerColor: user.bannerColor,
|
||||||
isLocked: user.isLocked,
|
isLocked: user.isLocked,
|
||||||
|
isModerator: user.isModerator || undefined,
|
||||||
description: profile!.description,
|
description: profile!.description,
|
||||||
location: profile!.location,
|
location: profile!.location,
|
||||||
birthday: profile!.birthday,
|
birthday: profile!.birthday,
|
||||||
|
Loading…
Reference in New Issue
Block a user