mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-19 04:15:36 +02:00
feat(ap): test batched payload
This commit is contained in:
@@ -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?: {
|
||||
|
||||
Reference in New Issue
Block a user