mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-17 13:37:29 -06:00
update avatar deco showBelow
This commit is contained in:
parent
df398ce63a
commit
5923a7f360
1 changed files with 1 additions and 0 deletions
|
@ -487,6 +487,7 @@ export class UserEntityService implements OnModuleInit {
|
|||
flipH: ud.flipH || undefined,
|
||||
offsetX: ud.offsetX || undefined,
|
||||
offsetY: ud.offsetY || undefined,
|
||||
showBelow: ud.showBelow || undefined,
|
||||
url: decorations.find(d => d.id === ud.id)!.url,
|
||||
})))
|
||||
: [];
|
||||
|
|
Loading…
Add table
Reference in a new issue