result
This commit is contained in:
parent
d76f7046fc
commit
8450a80995
|
@ -184,7 +184,7 @@ export class InboxProcessorService {
|
||||||
try {
|
try {
|
||||||
const result = await this.apInboxService.performActivity(authUser.user, activity);
|
const result = await this.apInboxService.performActivity(authUser.user, activity);
|
||||||
if (result && !result.startsWith('ok')) {
|
if (result && !result.startsWith('ok')) {
|
||||||
this.logger.warn(`inbox activity ignored (maybe): id=${activity.id} reason=${reason}`);
|
this.logger.warn(`inbox activity ignored (maybe): id=${activity.id} reason=${result}`);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in New Issue