add instance.isSilenced to PackedUserLite
This commit is contained in:
parent
96d186589a
commit
472c7b7f34
3 changed files with 6 additions and 0 deletions
|
|
@ -616,6 +616,7 @@ export class UserEntityService implements OnModuleInit {
|
|||
iconUrl: instance.iconUrl,
|
||||
faviconUrl: instance.faviconUrl,
|
||||
themeColor: instance.themeColor,
|
||||
isSilenced: instance.isSilenced,
|
||||
} : undefined) : undefined,
|
||||
followersCount: followersCount ?? 0,
|
||||
followingCount: followingCount ?? 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue