aws-samples / amazon-q-slack-gateway

MIT No Attribution
79 stars 28 forks source link

Messages with attachments have undefined Team id - breaks follow-up questions on attachments.. #12

Closed rstrahan closed 10 months ago

rstrahan commented 10 months ago

Messages with attachments have undefined Team id, resulting in channelKey undefined:.. Breaks followup questions on attachments..

Issue #, if available: n/a

Description of changes:

use body_team_id instead of body.event_team_id since the latter is not defined in all messages (messages with attachments)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.