croz-ltd / Rocket.Chat.App-Remind

13 stars 4 forks source link

Problem triggering jobs #10

Closed thassiov closed 3 years ago

thassiov commented 3 years ago

https://github.com/croz-ltd/Rocket.Chat.App-Remind/blob/e8545a64fb44fe10eb71edc6ce6c51c6491a9d4a/src/Command/RemindCommand.ts#L70

This line references a unknown processor id hey, but the registered processor is called remind-app:

https://github.com/croz-ltd/Rocket.Chat.App-Remind/blob/e8545a64fb44fe10eb71edc6ce6c51c6491a9d4a/RemindApp.ts#L16

Adjusting the RemindCommand.ts code to reference the same id fixes the issue. This was tested with RocketChat v3.9.7 and v3.11.1

Tests

mjovanovic0 commented 3 years ago

Thanks you @thassiov :)

I fixed the ID ref and resubmitted application to the store :)