Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyatea committed Nov 5, 2024
1 parent 11180ab commit b9870f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/core/InboxRuleService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export class InboxRuleService {
case 'thisActivityIsNote': {
console.log('thisActivityIsNote');
console.log(isNote(activity));
console.log(activity);
console.log('thisActivityIsNoteEnd');
return isNote(activity);
}
Expand Down

0 comments on commit b9870f4

Please sign in to comment.