discourse-chat-integration/spec/lib/discourse_chat_integration/provider/slack
David Taylor 0522ad6414
FIX: Always use parent thread_ts for slack threads (#159)
Previously we were using the `ts` of the previous message we sent to the thread. While this did work under some situations, it's not recommended in the Slack API docs, and can lead to some unexpected behavior (e.g. when one of the threaded messages is deleted).

This commit updates our logic to always use Slack's returned `thread_ts`, which represents the thread's parent.
2023-01-26 12:18:48 +00:00
..
slack_command_controller_spec.rb DEV: Introduce syntax_tree for ruby formatting (#149) 2022-12-29 13:31:05 +01:00
slack_message_formatter_spec.rb DEV: Introduce syntax_tree for ruby formatting (#149) 2022-12-29 13:31:05 +01:00
slack_provider_spec.rb FIX: Always use parent thread_ts for slack threads (#159) 2023-01-26 12:18:48 +00:00
slack_transcript_spec.rb DEV: Introduce syntax_tree for ruby formatting (#149) 2022-12-29 13:31:05 +01:00