mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-12-28 06:54:10 +00:00
feat(ap): test batched payload
This commit is contained in:
parent
e72ce6085a
commit
49dfc3fe1c
@ -88,7 +88,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…
Reference in New Issue
Block a user