Update ApInboxService.ts

This commit is contained in:
syuilo 2025-06-26 13:25:11 +09:00
parent a1da2135eb
commit b5f284aae3
1 changed files with 5 additions and 0 deletions

View File

@ -457,6 +457,11 @@ export class ApInboxService {
}
}
@bindThis
private async chatMessage(actor: MiRemoteUser, activity: IChatMessage): Promise<string> {
const targetUri = getApId(activity.object);
}
@bindThis
private async delete(actor: MiRemoteUser, activity: IDelete): Promise<string> {
if (actor.uri !== activity.actor) {