mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
wip
This commit is contained in:
parent
8089200d69
commit
d760f41da9
13 changed files with 7 additions and 0 deletions
7
src/remote/activitypub/perform.ts
Normal file
7
src/remote/activitypub/perform.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { Object } from './type';
|
||||
import { IRemoteUser } from '../../models/user';
|
||||
import kernel from './kernel';
|
||||
|
||||
export default async (actor: IRemoteUser, activity: Object): Promise<void> => {
|
||||
await kernel(actor, activity);
|
||||
};
|
Loading…
Add table
Reference in a new issue