Update ApInboxService.ts
This commit is contained in:
parent
a1da2135eb
commit
b5f284aae3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue