Fixed two small issues relating to minerva reminder message emoji seeding:
74 did not fix the race condition. Therefore, increasing the reaction delay and replacing the seeding logic with an already existing but unused function in the hopes that it fixes it.
We were seeing erorrs being logged about messages unable to be reacted with undefined. Fixed the logic to check for undefined that was causing this issue
Developer Testing
Testing done:
Manually tested on the dev slack. Due to the seemingly non-deterministic nature of the first issue, resolution might not be guaranteed.
Description
Fixed two small issues relating to minerva reminder message emoji seeding:
74 did not fix the race condition. Therefore, increasing the reaction delay and replacing the seeding logic with an already existing but unused function in the hopes that it fixes it.
undefined
. Fixed the logic to check for undefined that was causing this issueDeveloper Testing
Testing done:
This change is