mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-12-19 15:00:09 +00:00
fix WebhookTestService.ts
This commit is contained in:
parent
d95ec3de5f
commit
34c5a3a3b6
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,7 @@ function generateDummyUser(override?: Partial<MiUser>): MiUser {
|
|||
approved: true,
|
||||
signupReason: null,
|
||||
noindex: false,
|
||||
enableRss: true,
|
||||
...override,
|
||||
};
|
||||
}
|
||||
|
@ -201,6 +202,7 @@ function toPackedUserLite(user: MiUser, override?: Packed<'UserLite'>): Packed<'
|
|||
isAdmin: false,
|
||||
isSystem: false,
|
||||
isSilenced: user.isSilenced,
|
||||
enableRss: true,
|
||||
...override,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue