Skip to content

Commit

Permalink
Start feed reader and recognise service.
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Apr 8, 2024
1 parent 693f83e commit b817bce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,9 @@ remove "useLegacySledStore" from your configuration file, and restart Hookshot.
if (this.jira) {
services.push("jira");
}
if (this.challengeHound) {
services.push("challengehound");
}
return services;
}

Expand Down
1 change: 1 addition & 0 deletions src/hound/reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export class HoundReader {
});

log.debug('Loaded activity URLs:', [...this.urls].join(', '));
void this.pollFeeds();
}

public stop() {
Expand Down

0 comments on commit b817bce

Please sign in to comment.