mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-28 21:28:19 +01:00
skip Delete(Note) activities when the note is already deleted
This commit is contained in:
parent
9eb98ae8a5
commit
f115116454
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ export class ApInboxService {
|
|||
const note = await this.apDbResolverService.getNoteFromApId(uri);
|
||||
|
||||
if (note == null) {
|
||||
return 'message not found';
|
||||
return 'skip: ignoring deleted note on both ends';
|
||||
}
|
||||
|
||||
if (note.userId !== actor.id) {
|
||||
|
|
Loading…
Reference in a new issue