fix WebhookTestService.ts
This commit is contained in:
parent
21f3834729
commit
252536ad9f
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ export class WebhookTestService {
|
||||||
host: user.host,
|
host: user.host,
|
||||||
description: 'dummy user',
|
description: 'dummy user',
|
||||||
isSilenced: false,
|
isSilenced: false,
|
||||||
isSilencedForMe: false,
|
bypassSilence: false,
|
||||||
avatarUrl: user.avatarId == null ? null : user.avatarUrl,
|
avatarUrl: user.avatarId == null ? null : user.avatarUrl,
|
||||||
avatarBlurhash: user.avatarId == null ? null : user.avatarBlurhash,
|
avatarBlurhash: user.avatarId == null ? null : user.avatarBlurhash,
|
||||||
avatarDecorations: user.avatarDecorations.map(it => ({
|
avatarDecorations: user.avatarDecorations.map(it => ({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue