mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-12-03 19:27:28 +00:00
clarify "unknown activity type" logging in ApInboxService.undo
This commit is contained in:
parent
f115116454
commit
f4ec837d6e
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ export class ApInboxService {
|
|||
if (isAnnounce(object)) return await this.undoAnnounce(actor, object);
|
||||
if (isAccept(object)) return await this.undoAccept(actor, object);
|
||||
|
||||
return `skip: unknown object type ${getApType(object)}`;
|
||||
return `skip: unknown activity type ${getApType(object)}`;
|
||||
}
|
||||
|
||||
@bindThis
|
||||
|
|
Loading…
Reference in a new issue