mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Merge 49dfc3fe1c into 053e244582
This commit is contained in:
commit
37ae73dddd
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ export function getApHrefNullable(value: string | IObject | undefined): string |
|
|||
export interface IActivity extends IObject {
|
||||
//type: 'Activity';
|
||||
actor: IObject | string;
|
||||
object: IObject | string;
|
||||
object: IObject | IObject[] | string;
|
||||
target?: IObject | string;
|
||||
/** LD-Signature */
|
||||
signature?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue