cds-snc / sre-bot

Slack bot for site reliability engineering
MIT License
6 stars 1 forks source link

Fixing Image/Forwarded message bug and making code improvements. #542

Closed sylviamclaughlin closed 4 months ago

sylviamclaughlin commented 4 months ago

Summary | Résumé

Fixes #459 and #479

The following changes were done:

  1. Fixing a bug arising from images being added without text when using the 💾 emoji.
  2. Fixing forward messages when using the 💾 emoji.
  3. Making code improvements where I created 3 new functions containing reusable code that was used in multiple places.
  4. Additional unit tests were added for the new functions created.