mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-01-27 16:04:38 +00:00
cc5ce3d5ae
* Suppress parent message when child message is received When a thread is started in Slack and a user makes a comment on the thread, matterbridge sends the original parent message again on each child comment. This change suppresses that. * Update slack.go Moved determination of ThreadTimestamp to handleSlackClient so the MMMessage struct doesn't need to be modified * Ran 'go fmt'