mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 05:35:11 +00:00
refactor: fix types
This commit is contained in:
parent
1b21bad202
commit
e8d4f3eac3
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ export class ApRendererService {
|
|||
// to anonymise reporters, the reporting actor must be a system user
|
||||
// object has to be a uri or array of uris
|
||||
@bindThis
|
||||
public renderFlag(user: LocalUser, object: IObject, content: string): IFlag {
|
||||
public renderFlag(user: LocalUser, object: IObject | string | string[], content: string): IFlag {
|
||||
return {
|
||||
type: 'Flag',
|
||||
actor: `${this.config.url}/users/${user.id}`,
|
||||
|
|
Loading…
Reference in a new issue