mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-09 13:44:04 +02:00
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