forked from mirrors/misskey
Update ApInboxService.ts
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user